[]
        
(Showing Draft Content)

CSJ2K.j2k.quantization.QuantStepSizeSpec

QuantStepSizeSpec Class

This class extends ModuleSpec class in order to hold specifications about the quantization base normalized step size to use in each tile-component.

Inheritance
QuantStepSizeSpec
Namespace: CSJ2K.j2k.quantization
Assembly: C1.WPF.ReportViewer.4.6.2.dll
Syntax
public class QuantStepSizeSpec : ModuleSpec
Public Class QuantStepSizeSpec
    Inherits ModuleSpec

Constructors

Name Description
QuantStepSizeSpec(int, int, byte)

Constructs an empty 'QuantStepSizeSpec' with specified number of tile and components. This constructor is called by the decoder.

QuantStepSizeSpec(int, int, byte, ParameterList)

Constructs a new 'QuantStepSizeSpec' for the specified number of components and tiles and the arguments of "-Qstep" option.

See Also