|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.ObjectGiciTransform.LevelUnshift
public class LevelUnshift
This class receives an image and performs level unshift operations.
Usage example:
construct
set functions
run
| Field Summary | |
|---|---|
(package private) float[][][] |
imageSamples
|
(package private) boolean[] |
LSComponents
Definition in LevelShift.LSComponents |
(package private) int[] |
LSSubsValues
Definition in LevelShift.LSSubsValues |
(package private) int |
LSType
Definition in LevelShift.LSType |
(package private) boolean |
parametersSet
To know if parameters are set. |
(package private) int[] |
QComponentsBits
Definition in |
(package private) int |
xSize
|
(package private) int |
ySize
|
(package private) int |
zSize
|
| Constructor Summary | |
|---|---|
LevelUnshift(float[][][] imageSamples)
Constructor that receives the original image samples. |
|
| Method Summary | |
|---|---|
float[][][] |
run()
Performs the level unshift operations and returns the result image. |
void |
setParameters(int LSType,
boolean[] LSComponents,
int[] LSSubsValues,
int[] QComponentsBits)
Set the parameters used to do the level unshift operation. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
float[][][] imageSamples
int zSize
int ySize
int xSize
int LSType
LevelShift.LSType
boolean[] LSComponents
LevelShift.LSComponents
int[] LSSubsValues
LevelShift.LSSubsValues
int[] QComponentsBits
boolean parametersSet
True indicates that they are set otherwise false.
| Constructor Detail |
|---|
public LevelUnshift(float[][][] imageSamples)
imageSamples - | Method Detail |
|---|
public void setParameters(int LSType,
boolean[] LSComponents,
int[] LSSubsValues,
int[] QComponentsBits)
LSType - definition in LevelShift.LSTypeLSComponents - definition in LevelShift.LSComponentsLSSubsValues - definition in LevelShift.LSSubsValuesQComponentsBits -
public float[][][] run()
throws ErrorException
ErrorException - when parameters are not set or unrecognized colour transform is passed
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||