[]
        
(Showing Draft Content)

CSJ2K.j2k.wavelet.analysis.ForwardWT.isReversible

isReversible Method

isReversible(int, int)

Returns the reversibility of the wavelet transform for the specified component and tile. A wavelet transform is reversible when it is suitable for lossless and lossy-to-lossless compression.

Declaration
public abstract bool isReversible(int param1, int param2)
Parameters
Type Name Description
int param1
int param2
Returns
Type Description
bool

true is the wavelet transform is reversible, false if not.

Implements