|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectGiciTransform.AddChannels
public class AddChannels
Field Summary | |
---|---|
(package private) int |
addType
|
(package private) float[][][] |
imageSamples
Definition in Coder |
(package private) boolean |
parametersSet
To know if parameters are set. |
(package private) boolean[] |
removedBand
|
(package private) int |
zOriginalSize
|
Constructor Summary | |
---|---|
AddChannels(float[][][] imageSamples,
int zOriginalSize)
Constructor that receives the original image samples. |
Method Summary | |
---|---|
float[][][] |
run()
|
void |
setParameters(int addType,
boolean[] removedBand)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
float[][][] imageSamples
boolean parametersSet
True indicates that they are set otherwise false.
int addType
boolean[] removedBand
int zOriginalSize
Constructor Detail |
---|
public AddChannels(float[][][] imageSamples, int zOriginalSize)
imageSamples
- definition in CoderMethod Detail |
---|
public void setParameters(int addType, boolean[] removedBand)
public float[][][] run() throws ErrorException
ErrorException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |