MedianFilterOptions constructor
init
Initializes a new instance of the MedianFilterOptions class.
def __init__(self, size):
...
| Parameter | Type | Description |
|---|---|---|
| size | int | The size of filter rectangle. |
Initializes a new instance of the MedianFilterOptions class.
def __init__(self, size):
...
| Parameter | Type | Description |
|---|---|---|
| size | int | The size of filter rectangle. |