MedianFilterOptions
Inheritance: java.lang.Object, FilterOptionsBase
Median filter
Constructors
| Constructor | Description |
|---|---|
| MedianFilterOptions(int size) | Initializes a new instance of the MedianFilterOptions class. |
Methods
| Method | Description |
|---|---|
| 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:
| Parameter | Type | Description |
|---|---|---|
| size | int | The 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:
| Parameter | Type | Description |
|---|---|---|
| value | int | The size of filter rectangle. |