C# Class Accord.Imaging.Filters.KirschEdgeDetector

Kirsch's Edge Detector

The Kirsch operator or Kirsch compass kernel is a non-linear edge detector that finds the maximum edge strength in a few predetermined directions. It is named after the computer scientist Russell A. Kirsch.

References: Wikipedia contributors. "Kirsch operator." Wikipedia, The Free Encyclopedia. Wikipedia, The Free Encyclopedia. Available at http://en.wikipedia.org/wiki/Kirsch_operator

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
KirschEdgeDetector ( ) : System.Collections.Generic

Initializes a new instance of the KirschEdgeDetector class.

Méthodes protégées

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

Process the filter on the specified image.

Method Details

KirschEdgeDetector() public méthode

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

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

Property Details

East public_oe static_oe property

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

North public_oe static_oe property

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

Northeast public_oe static_oe property

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

Northwest public_oe static_oe property

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

South public_oe static_oe property

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

Southeast public_oe static_oe property

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

Southwest public_oe static_oe property

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

West public_oe static_oe property

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