|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectucar.jpeg.icc.lut.MatrixBasedTransformTosRGB
public class MatrixBasedTransformTosRGB
Transform for applying ICCProfiling to an input DataBlk
jj2000.j2k.image.DataBlkInt,
jj2000.j2k.image.DataBlkFloat| Constructor Summary | |
|---|---|
MatrixBasedTransformTosRGB(RestrictedICCProfile ricc,
int[] dwMaxValue,
int[] dwShiftValue)
Construct a 3 component transform based on an input RestricedICCProfile This transform will pass the input throught a floating point lut (LookUpTableFP), apply a matrix to the output and finally pass the intermediate buffer through a 8-bit lut (LookUpTable8). |
|
| Method Summary | |
|---|---|
void |
apply(DataBlkFloat[] inb,
DataBlkFloat[] outb)
Performs the transform. |
void |
apply(DataBlkInt[] inb,
DataBlkInt[] outb)
Performs the transform. |
String |
toString()
String representation of class |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public MatrixBasedTransformTosRGB(RestrictedICCProfile ricc,
int[] dwMaxValue,
int[] dwShiftValue)
ricc - input profiledwMaxValue - clipping value for output.dwMaxCols - number of columns to transformdwMaxRows - number of rows to transform| Method Detail |
|---|
public String toString()
toString in class Object
public void apply(DataBlkInt[] inb,
DataBlkInt[] outb)
throws MatrixBasedTransformException
ncols - number of columns in the inputnrows - number of rows in the inputinb - input data blockoutb - output data block
MatrixBasedTransformException
public void apply(DataBlkFloat[] inb,
DataBlkFloat[] outb)
throws MatrixBasedTransformException
ncols - number of columns in the inputnrows - number of rows in the inputinb - input data blockoutb - output data block
MatrixBasedTransformException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||