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
파일 보기 프로젝트 열기: accord-net/framework 1 사용 예제들

공개 메소드들

메소드 설명
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