[]
        
(Showing Draft Content)

CSJ2K.j2k.wavelet.Subband.getSubband

getSubband Method

getSubband(int, int)

Returns a reference to the Subband element to which the specified point belongs. The specified point must be inside this (i.e. the one defined by this object) subband. This method searches through the tree.

Declaration
public virtual Subband getSubband(int x, int y)
Parameters
Type Name Description
int x

horizontal coordinate of the specified point.

int y

horizontal coordinate of the specified point.

Returns
Type Description
Subband