[]
        
(Showing Draft Content)

CSJ2K.j2k.wavelet.analysis.ForwWTFull.getDecompLevels

getDecompLevels Method

getDecompLevels(int, int)

Returns the number of decomposition levels that are applied to the LL band, in the specified tile-component. A value of 0 means that no wavelet transform is applied.

Declaration
public override int getDecompLevels(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 number of decompositions applied to the LL band (0 for no wavelet transform).

Overrides