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

High boost filter.

The High-boost filter can be used to emphasize high frequency components (i.e. points of contrast) without removing the low frequency ones.

This filter implementation has been contributed by Diego Catalano.

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

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

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

Initializes a new instance of the HighBoost class.

HighBoost ( int boost ) : System

Initializes a new instance of the HighBoost class.

HighBoost ( int boost, int size ) : System

Initializes a new instance of the HighBoost class.

Приватные методы

Метод Описание
createFilter ( ) : void

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

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

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

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

Initializes a new instance of the HighBoost class.
public HighBoost ( int boost ) : System
boost int The boost value. Default is 8.
Результат System

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

Initializes a new instance of the HighBoost class.
public HighBoost ( int boost, int size ) : System
boost int The boost value. Default is 8.
size int The kernel size. Default is 3.
Результат System