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

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

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

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

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

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

Initializes a new instance of the RobinsonEdgeDetector class.

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

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

Process the filter on the specified image.

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

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

RobinsonEdgeDetector() публичный метод

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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