[]
        
(Showing Draft Content)

CSJ2K.j2k.roi.encoder.ROIScaler.getAnSubbandTree

getAnSubbandTree Method

getAnSubbandTree(int, int)

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

Declaration
public virtual 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 SubbandAn.

Implements
See Also