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.
|
public MedianFilterOptions(int size)
Initializes a new instance of the MedianFilterOptions
class.
size
- The size of filter rectangle.Copyright (c) 2008-2019 Aspose Pty Ltd. All Rights Reserved.