C# 클래스 Softbuild.Media.Effects.BinarizationEffect

二値化をおこなうクラス
상속: IEffect
파일 보기 프로젝트 열기: CH3COOH/Softbuild.Media

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
BinarizationEffect ( )

BinarizationEffect クラスの新しいインスタンスを初期化します。

BinarizationEffect ( int threshold )

BinarizationEffect クラスの新しいインスタンスを初期化します。

Effect ( int width, int height, byte source ) : byte[]

메소드 상세

BinarizationEffect() 공개 메소드

BinarizationEffect クラスの新しいインスタンスを初期化します。
public BinarizationEffect ( )

BinarizationEffect() 공개 메소드

BinarizationEffect クラスの新しいインスタンスを初期化します。
public BinarizationEffect ( int threshold )
threshold int

Effect() 공개 메소드

public Effect ( int width, int height, byte source ) : byte[]
width int
height int
source byte
리턴 byte[]