C# 클래스 org.diracvideo.Jirac.Wavelet

파일 보기 프로젝트 열기: mono/csdirac 1 사용 예제들

공개 메소드들

메소드 설명
Filtershift ( short data, int w, int s ) : void
Interleave ( short ll, short hl, short lh, short hh, int width ) : short[]
Inverse ( Block block, int depth ) : void
Inverse ( short data, int w, int depth ) : void
Synthesize ( short d, int s, int b, int e ) : void

메소드 상세

Filtershift() 공개 메소드

public Filtershift ( short data, int w, int s ) : void
data short
w int
s int
리턴 void

Interleave() 공개 메소드

public Interleave ( short ll, short hl, short lh, short hh, int width ) : short[]
ll short
hl short
lh short
hh short
width int
리턴 short[]

Inverse() 공개 메소드

public Inverse ( Block block, int depth ) : void
block Block
depth int
리턴 void

Inverse() 공개 메소드

public Inverse ( short data, int w, int depth ) : void
data short
w int
depth int
리턴 void

Synthesize() 공개 메소드

public Synthesize ( short d, int s, int b, int e ) : void
d short
s int
b int
e int
리턴 void