CSJ2K.j2k.entropy.CBlkSizeSpec.CBlkSizeSpec C# (CSharp) Méthode

CBlkSizeSpec() public méthode

Creates a new CBlkSizeSpec object for the specified number of tiles and components.
public CBlkSizeSpec ( int nt, int nc, byte type ) : 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. /// ///
Résultat System
        public CBlkSizeSpec(int nt, int nc, byte type)
            : base(nt, nc, type)
        {
        }

Same methods

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