C# Класс ImageProcessor.Processors.DetectEdges

Produces an image with the detected edges highlighted.
Наследование: IGraphicsProcessor
Показать файл Открыть проект

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

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

Initializes a new instance of the DetectEdges class.

ProcessImage ( ImageFactory factory ) : Image

Processes the image.

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

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

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

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

Processes the image.
public ProcessImage ( ImageFactory factory ) : Image
factory ImageFactory /// The current instance of the class containing /// the image to process. ///
Результат Image