[]
        
(Showing Draft Content)

CSJ2K.j2k.wavelet.synthesis.InvWTData.getSynSubbandTree

getSynSubbandTree Method

getSynSubbandTree(int, int)

Returns the subband tree, for the specified tile-component. This method returns the root element of the subband tree structure, see 'Subband' and 'SubbandSyn'. The tree comprises all the available resolution levels.

Declaration
SubbandSyn getSynSubbandTree(int t, int c)
Parameters
Type Name Description
int t

The index of the tile, from 0 to T-1.

int c

The index of the component, from 0 to C-1.

Returns
Type Description
SubbandSyn

The root of the tree structure.