CSJ2K.j2k.quantization.QuantStepSizeSpec.QuantStepSizeSpec C# (CSharp) Метод

QuantStepSizeSpec() публичный Метод

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. /// ///
Результат System
        public QuantStepSizeSpec(int nt, int nc, byte type)
            : base(nt, nc, type)
        {
        }

Same methods

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