[]
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.
<p>Note: this method is not able to return subband tree for a tile
different than the current one.</p><p>The number of magnitude bits ('magBits' member variable) for each
subband is not initialized.</p>
public SubbandSyn getSynSubbandTree(int t, int c)
Type | Name | Description |
---|---|---|
int | t | The tile index |
int | c | The index of the component, from 0 to C-1. |
Type | Description |
---|---|
SubbandSyn | The root of the tree structure. |