메소드 | 설명 | |
---|---|---|
QuantStepSizeSpec ( int nt, int nc, byte type ) : System |
Constructs an empty 'QuantStepSizeSpec' with specified number of tile and components. This constructor is called by the decoder.
|
|
QuantStepSizeSpec ( int nt, int nc, byte type, CSJ2K.j2k.util.ParameterList pl ) : System |
Constructs a new 'QuantStepSizeSpec' for the specified number of components and tiles and the arguments of "-Qstep" option.
|
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, 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 |