[]
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.
SubbandSyn getSynSubbandTree(int t, int c)
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. |
Type | Description |
---|---|
SubbandSyn | The root of the tree structure. |