C# Class CSJ2K.j2k.quantization.QuantStepSizeSpec

This class extends ModuleSpec class in order to hold specifications about the quantization base normalized step size to use in each tile-component.
Inheritance: CSJ2K.j2k.ModuleSpec
Show file Open project: cureos/csj2k Class Usage Examples

Public Methods

Method Description
QuantStepSizeSpec ( int nt, int nc, byte type ) : System

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

QuantStepSizeSpec ( int nt, int nc, byte type, CSJ2K.j2k.util.ParameterList pl ) : System

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

Method Details

QuantStepSizeSpec() public method

Constructs an empty 'QuantStepSizeSpec' with specified number of tile and components. This constructor is called by the decoder.
public QuantStepSizeSpec ( int nt, int nc, byte type ) : System
nt int Number of tiles /// ///
nc int Number of components /// ///
type byte the type of the specification module i.e. tile specific, /// component specific or both. /// ///
return System

QuantStepSizeSpec() public method

Constructs a new 'QuantStepSizeSpec' for the specified number of components and tiles and the arguments of "-Qstep" option.
public QuantStepSizeSpec ( int nt, int nc, byte type, CSJ2K.j2k.util.ParameterList pl ) : System
nt int The number of tiles /// ///
nc int The number of components /// ///
type byte the type of the specification module i.e. tile specific, /// component specific or both. /// ///
pl CSJ2K.j2k.util.ParameterList The ParameterList /// ///
return System