[]
        
(Showing Draft Content)

CSJ2K.j2k.wavelet.analysis.ForwardWT.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
public abstract SubbandAn getAnSubbandTree(int param1, int param2)
Parameters
Type Name Description
int param1
int param2
Returns
Type Description
SubbandAn

The root of the subband tree structure, see Subband.

Implements
See Also