[]
        
(Showing Draft Content)

CSJ2K.j2k.quantization.dequantizer.DequantizerParams

DequantizerParams Class

This is the generic ineterface for dequantization parameters. Generally, for each type of dequantizer, there should be a corresponding class to store its parameters. The parameters are those that come from the bit stream header, that concern dequantization.

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

Constructors

Name Description
DequantizerParams()

Properties

Name Description
DequantizerType

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