|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.ObjectCADI.Common.LogicalTarget.JPEG2000.Parameters.MCCParameters
public class MCCParameters
Further and detailed information, see ISO/IEC 15444-2 section A.3.8
| Field Summary | |
|---|---|
int[] |
componentOffsets
|
int[] |
DWTLevels
|
int[] |
DWTType
|
int[] |
indexMCTOffsets
|
int[][] |
inputIntermediateComponents
|
int[] |
MCTType
Type of multiple component transformation Valid values are: 0 - Array-based dependency transform 1 - Array-based decorrelation transform 3 - Wavelet-based transform |
int[][] |
outputIntermediateComponents
|
int |
Qmcc
Number of collections. |
int |
stage
|
int |
Ymcc
Is the index of the last Zmcc. |
int |
Zmcc
Is the spected index of MCC to be read. |
| Constructor Summary | |
|---|---|
MCCParameters(int stage)
Constructor. |
|
MCCParameters(MCCParameters parameters)
Deep copy constructor. |
|
| Method Summary | |
|---|---|
void |
list(java.io.PrintStream out)
Prints this MCC parameters' fields to the specified output stream. |
void |
reset()
Sets the attributes to its initial values. |
java.lang.String |
toString()
(non-Javadoc) |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public int stage
public int Zmcc
This attribute is only used when the MCC marker is read.
public int Ymcc
This attribute is only used when the MCC marker is read.
public int Qmcc
This attribute is only used when the MCC marker is read.
public int[] MCTType
Valid values are:
public int[][] inputIntermediateComponents
public int[][] outputIntermediateComponents
public int[] DWTType
public int[] DWTLevels
public int[] indexMCTOffsets
public int[] componentOffsets
| Constructor Detail |
|---|
public MCCParameters(int stage)
stage - definition in stage.public MCCParameters(MCCParameters parameters)
parameters - an object of this class.| Method Detail |
|---|
public void reset()
public java.lang.String toString()
toString in class java.lang.ObjectObject.toString()public 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 | ||||||||