|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectGiciTransform.CropChannels
public class CropChannels
Field Summary | |
---|---|
(package private) int |
cropType
|
(package private) float[][][] |
imageSamples
Definition in Coder |
(package private) boolean |
parametersSet
To know if parameters are set. |
(package private) boolean[] |
removeBand
|
Constructor Summary | |
---|---|
CropChannels(float[][][] imageSamples)
Constructor that receives the original image samples. |
Method Summary | |
---|---|
boolean[] |
getRemoveBand()
|
float[][][] |
run()
|
void |
setParameters(int cropType)
Set the parameter that specifies the type of approximation |
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 cropType
boolean[] removeBand
Constructor Detail |
---|
public CropChannels(float[][][] imageSamples)
imageSamples
- definition in CoderMethod Detail |
---|
public void setParameters(int cropType)
public float[][][] run() throws ErrorException
ErrorException
public boolean[] getRemoveBand()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |