C# Class AForge.Imaging.Filters.SobelEdgeDetector

Sobel edge detector
Inheritance: IFilter
Afficher le fichier Open project: holisticware-admin/MonoVersal.AForgeNET Class Usage Examples

Méthodes publiques

Méthode Description
SobelEdgeDetector ( ) : System

Initializes a new instance of the SobelEdgeDetector class.

Méthodes protégées

Méthode Description
ProcessFilter ( UnmanagedImage source, UnmanagedImage destination, Rectangle rect ) : void

Process the filter on the specified image.

Method Details

ProcessFilter() protected méthode

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.
Résultat void

SobelEdgeDetector() public méthode

Initializes a new instance of the SobelEdgeDetector class.
public SobelEdgeDetector ( ) : System
Résultat System