[]
        
(Showing Draft Content)

CSJ2K.j2k.wavelet.synthesis.MultiResImgDataAdapter.getCompImgHeight

getCompImgHeight Method

getCompImgHeight(int, int)

Returns the height in pixels of the specified component in the overall image, for the given resolution level.

Declaration
public virtual int getCompImgHeight(int c, int rl)
Parameters
Type Name Description
int c

The index of the component, from 0 to N-1.

int rl

The resolution level, from 0 to L.

Returns
Type Description
int

The height in pixels of component n in the overall image.

Implements