MedianFilterOptions constructor

init

Initializes a new instance of the MedianFilterOptions class.

def __init__(self, size):
    ...
ParameterTypeDescription
sizeintThe size of filter rectangle.

See Also