[]
        
(Showing Draft Content)

CSJ2K.j2k.wavelet.analysis.ForwWTFull.getDecomp

getDecomp Method

getDecomp(int, int)

Returns the wavelet tree decomposition. Actually JPEG 2000 part 1 only supports WT_DECOMP_DYADIC decomposition.

Declaration
public override int getDecomp(int t, int c)
Parameters
Type Name Description
int t

The tile-index

int c

The index of the component.

Returns
Type Description
int

The wavelet decomposition.

Overrides