MedianFilterOptions

Inheritance: java.lang.Object, FilterOptionsBase

Median filter

Constructors

ConstructorDescription
MedianFilterOptions(int size)Initializes a new instance of the MedianFilterOptions class.

Methods

MethodDescription
getSize()Gets or sets the size.
setSize(int value)Gets or sets the size.

MedianFilterOptions(int size)

public MedianFilterOptions(int size)

Initializes a new instance of the MedianFilterOptions class.

Parameters:

ParameterTypeDescription
sizeintThe size of filter rectangle.

getSize()

public int getSize()

Gets or sets the size.

Returns: int - The size of filter rectangle.

setSize(int value)

public void setSize(int value)

Gets or sets the size.

Parameters:

ParameterTypeDescription
valueintThe size of filter rectangle.