C# Класс 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

Наследование: BaseFilter
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
East ].int[
North ].int[
Northeast ].int[
Northwest ].int[
South ].int[
Southeast ].int[
Southwest ].int[
West ].int[

Открытые методы

Метод Описание
KirschEdgeDetector ( ) : System.Collections.Generic

Initializes a new instance of the KirschEdgeDetector class.

Защищенные методы

Метод Описание
ProcessFilter ( UnmanagedImage sourceData, UnmanagedImage destinationData ) : void

Process the filter on the specified image.

Описание методов

KirschEdgeDetector() публичный Метод

Initializes a new instance of the KirschEdgeDetector class.
public KirschEdgeDetector ( ) : System.Collections.Generic
Результат System.Collections.Generic

ProcessFilter() защищенный Метод

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.
Результат void

Описание свойств

East публичное статическое свойство

Gets the East direction Kirsch kernel mask.
public static int[,] East
Результат ].int[

North публичное статическое свойство

Gets the North direction Kirsch kernel mask.
public static int[,] North
Результат ].int[

Northeast публичное статическое свойство

Gets the Northeast direction Kirsch kernel mask.
public static int[,] Northeast
Результат ].int[

Northwest публичное статическое свойство

Gets the Northwest direction Kirsch kernel mask.
public static int[,] Northwest
Результат ].int[

South публичное статическое свойство

Gets the South direction Kirsch kernel mask.
public static int[,] South
Результат ].int[

Southeast публичное статическое свойство

Gets the Southeast direction Kirsch kernel mask.
public static int[,] Southeast
Результат ].int[

Southwest публичное статическое свойство

Gets the Southwest direction Kirsch kernel mask.
public static int[,] Southwest
Результат ].int[

West публичное статическое свойство

Gets the West direction Kirsch kernel mask.
public static int[,] West
Результат ].int[