C# Class AForge.Imaging.Filters.SobelEdgeDetector

Sobel edge detector
Inheritance: IFilter
Show file Open project: holisticware-admin/MonoVersal.AForgeNET Class Usage Examples

Public Methods

Method Description
SobelEdgeDetector ( ) : System

Initializes a new instance of the SobelEdgeDetector class.

Protected Methods

Method Description
ProcessFilter ( UnmanagedImage source, UnmanagedImage destination, Rectangle rect ) : void

Process the filter on the specified image.

Method Details

ProcessFilter() protected method

Process the filter on the specified image.
protected ProcessFilter ( UnmanagedImage source, UnmanagedImage destination, Rectangle rect ) : void
source UnmanagedImage Source image data.
destination UnmanagedImage Destination image data.
rect System.Drawing.Rectangle Image rectangle for processing by the filter.
return void

SobelEdgeDetector() public method

Initializes a new instance of the SobelEdgeDetector class.
public SobelEdgeDetector ( ) : System
return System