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