[]
        
(Showing Draft Content)

CSJ2K.j2k.quantization.dequantizer.StdDequantizerParams

StdDequantizerParams Class

This class holds the parameters for the scalar deadzone dequantizer (StdDequantizer class) for the current tile. Its constructor decodes the parameters from the main header and tile headers.

Inheritance
StdDequantizerParams
Namespace: CSJ2K.j2k.quantization.dequantizer
Assembly: C1.WPF.PdfViewer.4.6.2.dll
Syntax
public class StdDequantizerParams : DequantizerParams

Constructors

Name Description
StdDequantizerParams()

Fields

Name Description
exp
nStep

Properties

Name Description
DequantizerType

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

See Also