GrapeCity.Documents.Imaging.jpeg.jj2000.j2k.quantization.dequantizer Namespace
In This Topic
Classes
| Class | Description |
| DequantizerParams | 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. |
| StdDequantizerParams | 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. |
See Also