[]
        
(Showing Draft Content)

CSJ2K.j2k.wavelet.analysis.ForwWTFull.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 override bool isReversible(int t, int c)
Parameters
Type Name Description
int t

The index of the tile.

int c

The index of the component.

Returns
Type Description
bool

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

Overrides