C# Класс AForge.Imaging.Filters.SobelEdgeDetector

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

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

Метод Описание
SobelEdgeDetector ( ) : System

Initializes a new instance of the SobelEdgeDetector class.

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

Метод Описание
ProcessFilter ( UnmanagedImage source, UnmanagedImage destination, Rectangle rect ) : void

Process the filter on the specified image.

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

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

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

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

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