[]
        
(Showing Draft Content)

CSJ2K.j2k.quantization.GuardBitsSpec

GuardBitsSpec Class

This class extends ModuleSpec class in order to hold specifications about number of guard bits in each tile-component.

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

Constructors

Name Description
GuardBitsSpec(int, int, byte)

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

GuardBitsSpec(int, int, byte, ParameterList)

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

See Also