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
파일 보기 프로젝트 열기: cureos/csj2k 1 사용 예제들

공개 메소드들

메소드 설명
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