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

Exponential filter.
Simple exp image filter. Applies the System.Math.Exp function for each pixel in the image, clipping values as needed. The resultant image can be converted back using the Logarithm filter.
Наследование: BaseInPlaceFilter
Показать файл Открыть проект Примеры использования класса

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

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

Initializes a new instance of the Exponential class.

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

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

Process the filter on the specified image.

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

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

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

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

Process the filter on the specified image.
protected ProcessFilter ( UnmanagedImage image ) : void
image Accord.Imaging.UnmanagedImage Source image data.
Результат void