Метод | Описание | |
---|---|---|
Median ( ) : System |
Initializes a new instance of the Median class.
|
|
Median ( int size ) : System |
Initializes a new instance of the Median class.
|
Метод | Описание | |
---|---|---|
ProcessFilter ( UnmanagedImage sourceData, UnmanagedImage destinationData, |
Process the filter on the specified image.
|
public Median ( int size ) : System | ||
size | int | Processing square size. |
Результат | System |
protected ProcessFilter ( UnmanagedImage sourceData, UnmanagedImage destinationData, |
||
sourceData | UnmanagedImage | Source image data. |
destinationData | UnmanagedImage | Destination image data. |
rect | Image rectangle for processing by the filter. | |
Результат | void |