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

Applies a Gaussian sharpen to the image.
Наследование: IGraphicsProcessor
Показать файл Открыть проект Примеры использования класса

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

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

Initializes a new instance of the GaussianSharpen class.

ProcessImage ( ImageFactory factory ) : Image

Processes the image.

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

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

Initializes a new instance of the GaussianSharpen class.
public GaussianSharpen ( ) : 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