CSJ2K.j2k.quantization.GuardBitsSpec.GuardBitsSpec C# (CSharp) Method

GuardBitsSpec() public method

Constructs an empty 'GuardBitsSpec' with specified number of tile and components. This constructor is called by the decoder.
public GuardBitsSpec ( 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
        public GuardBitsSpec(int nt, int nc, byte type)
            : base(nt, nc, type)
        {
        }

Same methods

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