C# Класс CSJ2K.j2k.quantization.GuardBitsSpec

This class extends ModuleSpec class in order to hold specifications about number of guard bits in each tile-component.
Наследование: CSJ2K.j2k.ModuleSpec
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
GuardBitsSpec ( int nt, int nc, byte type ) : System

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

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

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

Описание методов

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

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. /// ///
Результат System

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

Constructs a new 'GuardBitsSpec' for the specified number of components and tiles and the arguments of "-Qguard_bits" option.
public GuardBitsSpec ( 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 /// ///
Результат System