[]
        
(Showing Draft Content)

CSJ2K.j2k.wavelet.Subband.getSubbandByIdx

getSubbandByIdx Method

getSubbandByIdx(int, int)

Returns a subband element in the tree, given its resolution level and subband index. This method searches through the tree.

Declaration
public virtual Subband getSubbandByIdx(int rl, int sbi)
Parameters
Type Name Description
int rl

The resolution level.

int sbi

The subband index, within the resolution level.

Returns
Type Description
Subband