[]
        
(Showing Draft Content)

CSJ2K.j2k.wavelet.WTDecompSpec.setMainCompDefDecompType

setMainCompDefDecompType Method

setMainCompDefDecompType(int, int, int)

Sets the "component main default" decomposition type and number of levels for the specified component. Both 'dec' and 'lev' can not be negative at the same time.

Declaration
public virtual void setMainCompDefDecompType(int n, int dec, int lev)
Parameters
Type Name Description
int n

The component index

int dec

The decomposition type. If negative then the main default is used.

int lev

The number of levels. If negative then the main defaul is used.