[]
        
(Showing Draft Content)

CSJ2K.j2k.quantization.dequantizer.StdDequantizerParams.DequantizerType

DequantizerType Property

DequantizerType

Returns the type of the dequantizer for which the parameters are. The types are defined in the Dequantizer class.

Declaration
public override int DequantizerType { get; }
Property Value
Type Description
int

The type of the dequantizer for which the parameters are. Always Q_TYPE_SCALAR_DZ.

Overrides
See Also