[]
        
(Showing Draft Content)

CSJ2K.j2k.wavelet.analysis.ForwWTFull.getAnSubbandTree

getAnSubbandTree Method

getAnSubbandTree(int, int)

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

Declaration
public override 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 subband tree structure, see Subband.

Overrides
See Also