C# Класс Accord.Imaging.Filters.CompassConvolution

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

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

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

Initializes a new instance of the CompassConvolution class.

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

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

Process the filter on the specified image.

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

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

Initializes a new instance of the CompassConvolution class.
public CompassConvolution ( int masks ) : System.Collections.Generic
masks int
Результат 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