bob.ip.Median_uint16

class bob.ip.Median_uint16((object)self, (int)radius_y, (int)radius_x) → None :

Bases: Boost.Python.instance

Objects of this class, after configuration, can perform a median filtering operation.

Constructs a median filter object.

__init__((object)self, (int)radius_y, (int)radius_x) → None :

Constructs a median filter object.

Methods

__init__((object)self, (int)radius_y, …) Constructs a median filter object.
reset((Median_uint16)self, (int)radius_y, …) Updates the kernel dimensions.
__call__((Median_uint16)self, (object)input, (object)output) → None :

Call an object of this type to filter an image with a median filter.

__call__( (Median_uint16)self, (object)input, (object)output) -> None :
Call an object of this type to filter an image with a median filter.
reset((Median_uint16)self, (int)radius_y, (int)radius_x) → None :

Updates the kernel dimensions.