|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.ObjectCADI.Common.LogicalTarget.JPEG2000.Parameters.QCDParameters
public class QCDParameters
This class storages the quantization default (QCD) and the quantization component (QCC). Further and detailed information, see ISO/IEC 15444-1 section A.6.4 and section A.6.5, respectively.
| Field Summary | |
|---|---|
int[][][] |
QExponents
Quantization exponents for each component, resolution level and subband (LL, HL, LH, HH). |
int |
QGuardBits
In this class we don't modify or use this variable. |
int[][][] |
QMantisas
Quantization mantisas for each component, resolution level and subband (LL, HL, LH, HH). |
int[] |
QTypes
Type of quantization to apply in each image component. |
| Constructor Summary | |
|---|---|
QCDParameters()
Constructor. |
|
QCDParameters(QCDParameters parameters)
Deep copy constructor. |
|
| Method Summary | |
|---|---|
void |
list(java.io.PrintStream out)
Prints this QCD parameters' fields to the specified output stream. |
void |
reset()
Sets the attributes to its initial values. |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public int[] QTypes
Valid values are:
public int[][][] QExponents
Values between 0 to 2^5 allowed.
public int[][][] QMantisas
Values between 0 to 2^11 allowed.
public int QGuardBits
Possible values are from 0 to 7.
| Constructor Detail |
|---|
public QCDParameters()
public QCDParameters(QCDParameters parameters)
parameters - an object of this class.| Method Detail |
|---|
public void reset()
public java.lang.String toString()
toString in class java.lang.Objectpublic void list(java.io.PrintStream out)
out - an output stream.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||