[]
        
(Showing Draft Content)

CSJ2K.j2k.wavelet.analysis.ForwardWT.getDecompLevels

getDecompLevels Method

getDecompLevels(int, int)

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

Declaration
public abstract int getDecompLevels(int param1, int param2)
Public MustOverride Function getDecompLevels(param1 As Integer, param2 As Integer) As Integer
Parameters
Type Name Description
int param1
int param2
Returns
Type Description
int

The number of decompositions applied to obtain the LL subband (0 for no wavelet transform).

Implements