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