Method | Description | |
---|---|---|
Dilatation3x3 ( ) : System |
Initializes a new instance of the Dilatation3x3 class.
|
Method | Description | |
---|---|---|
ProcessFilter ( UnmanagedImage sourceData, UnmanagedImage destinationData, |
Process the filter on the specified image.
|
protected ProcessFilter ( UnmanagedImage sourceData, UnmanagedImage destinationData, |
||
sourceData | UnmanagedImage | Source image data. |
destinationData | UnmanagedImage | Destination image data. |
rect | Image rectangle for processing by the filter. | |
return | void |