[]
        
(Showing Draft Content)

CSJ2K.j2k.wavelet.analysis.ForwWTDataProps.isReversible

isReversible Method

isReversible(int, int)

Returns the reversibility of the given tile-component. Data is reversible when it is suitable for lossless and lossy-to-lossless compression.

Declaration
bool isReversible(int t, int c)
Parameters
Type Name Description
int t

Tile index

int c

Component index

Returns
Type Description
bool

true is the data is reversible, false if not.