|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.ObjectCADI.Common.LogicalTarget.JPEG2000.Parameters.JPKParameters
public class JPKParameters
This class storages the JPK parameters used in the JPK Headers.
| Field Summary | |
|---|---|
int[] |
bitPlaneEncodingSA
Performs the shape adaptive version for the JPEG2000 bit plane encoder scheme. |
int |
DPCMRestartIndex
|
boolean[] |
LSComponents
Specification of the image component to apply the level shift. |
int[] |
LSSubsValues
Substracted values of each image component. |
int |
LSType
Shift type to apply. |
int |
QDynamicRange
Dynamic Range value used to calculate the stepSize |
int[] |
RBitplanesScaling
Contain the scaling factor values for bitpalnesshift roi and for each component |
float[] |
RMMultValues
Value used to modificate the range of each component using a multiplication. |
int[] |
RroisParameters
Roi values used to each Roi. |
int |
RroiType
Roi type to be applied to the image. |
int[] |
waveletSA
Shape adaptive discrete wavelet transform to be applied for each component. |
int |
WSL
Discrete wavelet transform type to be applied in the spectral domain. |
int |
WST
Discrete wavelet transform levels to be applied in the spectral domain. |
int |
WT3D
Kind of 3D Discrete wavelet transform to be applied. |
| Constructor Summary | |
|---|---|
JPKParameters()
Constructor. |
|
JPKParameters(JPKParameters parameters)
Deep copy constructor. |
|
| Method Summary | |
|---|---|
void |
list(java.io.PrintStream out)
Prints this JPK 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 LSType
Valid values are:
public boolean[] LSComponents
If true the level shift will be applied, otherwise false.
public int[] LSSubsValues
If LSType == 4 then this variable cannot be null, otherwise it can be null in setParameters function
public float[] RMMultValues
Only values greater than 0 allowed.
public int QDynamicRange
public int[] waveletSA
Valid values are:
public int[] bitPlaneEncodingSA
Valid values are:
public int RroiType
Valid values are:
public int[] RroisParameters
Valid values are:
public int[] RBitplanesScaling
public int WT3D
Valid values are:
public int WSL
public int WST
public int DPCMRestartIndex
| Constructor Detail |
|---|
public JPKParameters()
public JPKParameters(JPKParameters 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 | ||||||||