[]
        
(Showing Draft Content)

CSJ2K.j2k.wavelet.synthesis.SynWTFilterIntLift5x3.Reversible

Reversible Property

Reversible

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

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

true since the 5x3 is reversible, provided the appropriate rounding is performed.

Overrides