public class MedianFilterOptions extends FilterOptionsBase
Median filter
Constructor and Description |
---|
MedianFilterOptions(int size)
Initializes a new instance of the
MedianFilterOptions class. |
Modifier and Type | Method and Description |
---|---|
int |
getSize()
Gets or sets the size.
|
void |
setSize(int value)
Gets or sets the size.
|