[]
        
(Showing Draft Content)

CSJ2K.j2k.roi.encoder.ROIScaler.isReversible

isReversible Method

isReversible(int, int)

Since ROI scaling is always a reversible operation, it calls isReversible() method of it source (the quantizer module).

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

The tile to test for reversibility

int c

The component to test for reversibility

Returns
Type Description
bool

True if the quantized data is reversible, false if not.

Implements