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

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

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

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

Initializes a new instance of the Logarithm class.

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

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

Process the filter on the specified image.

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

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

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

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

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