Метод | Описание | |
---|---|---|
BilateralSmoothing ( ) : System |
Initializes a new instance of the BilateralSmoothing class.
|
Метод | Описание | |
---|---|---|
ProcessFilter ( UnmanagedImage source, UnmanagedImage destination, |
Process the filter on the specified image.
|
Метод | Описание | |
---|---|---|
InitColorFunc ( ) : void | ||
InitFilter ( ) : void | ||
InitSpatialFunc ( ) : void | ||
ProcessWithEdgeChecks ( UnmanagedImage source, UnmanagedImage destination, |
||
ProcessWithoutChecks ( UnmanagedImage source, UnmanagedImage destination, |
||
ProcessWithoutChecksParallel ( UnmanagedImage source, UnmanagedImage destination, |
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 |