[]
        
(Showing Draft Content)

CSJ2K.j2k.wavelet.analysis.ForwWTDataProps.getAnSubbandTree

getAnSubbandTree Method

getAnSubbandTree(int, int)

Returns a reference to the root of subband tree structure representing the subband decomposition for the specified tile-component.

Declaration
SubbandAn getAnSubbandTree(int t, int c)
Parameters
Type Name Description
int t

The index of the tile.

int c

The index of the component.

Returns
Type Description
SubbandAn

The root of the subband tree structure, see Subband.

See Also