C# Class Accord.Imaging.Filters.RobinsonEdgeDetector

Robinson's Edge Detector

Robinson's edge detector is a variation of Kirsch's detector using different convolution masks. Both are examples of compass convolution filters.

Inheritance: BaseFilter
Afficher le fichier Open project: accord-net/framework Class Usage Examples

Méthodes publiques

Свойство Type Description
East ].int[
North ].int[
Northeast ].int[
Northwest ].int[
South ].int[
Southeast ].int[
Southwest ].int[
West ].int[

Méthodes publiques

Méthode Description
RobinsonEdgeDetector ( ) : System.Collections.Generic

Initializes a new instance of the RobinsonEdgeDetector class.

Méthodes protégées

Méthode Description
ProcessFilter ( UnmanagedImage sourceData, UnmanagedImage destinationData ) : void

Process the filter on the specified image.

Method Details

ProcessFilter() protected méthode

Process the filter on the specified image.
protected ProcessFilter ( UnmanagedImage sourceData, UnmanagedImage destinationData ) : void
sourceData Accord.Imaging.UnmanagedImage Source image data.
destinationData Accord.Imaging.UnmanagedImage Destination image data.
Résultat void

RobinsonEdgeDetector() public méthode

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

Property Details

East public_oe static_oe property

Gets the East direction Robinson kernel mask.
public static int[,] East
Résultat ].int[

North public_oe static_oe property

Gets the North direction Robinson kernel mask.
public static int[,] North
Résultat ].int[

Northeast public_oe static_oe property

Gets the Northeast direction Robinson kernel mask.
public static int[,] Northeast
Résultat ].int[

Northwest public_oe static_oe property

Gets the Northwest direction Robinson kernel mask.
public static int[,] Northwest
Résultat ].int[

South public_oe static_oe property

Gets the South direction Robinson kernel mask.
public static int[,] South
Résultat ].int[

Southeast public_oe static_oe property

Gets the Southeast direction Robinson kernel mask.
public static int[,] Southeast
Résultat ].int[

Southwest public_oe static_oe property

Gets the Southwest direction Robinson kernel mask.
public static int[,] Southwest
Résultat ].int[

West public_oe static_oe property

Gets the West direction Robinson kernel mask.
public static int[,] West
Résultat ].int[