[]
        
(Showing Draft Content)

CSJ2K.j2k.wavelet.analysis.AnWTFilter.Reversible

Reversible Property

Reversible

Returns the reversibility of the filter. A filter is considered reversible if it is suitable for lossless coding.

Declaration
public abstract bool Reversible { get; }
Property Value
Type Description
bool

true if the filter is reversible, false otherwise.

Implements