|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ImageDataHandler
A interface for regression and factor analysis classes than can handle image data.
| Method Summary | |
|---|---|
FloatImage[] |
reconstructImage(double[] in)
Reconstruct an image from a set of parameters |
double[] |
reduce(FloatImage r,
FloatImage g,
FloatImage b)
Reduce an image to a (much) lower dimensional form |
void |
setIndependentData(Batch images)
Supply a set of images to use as the dependent variables of the PLS decomposition |
| Method Detail |
|---|
void setIndependentData(Batch images)
images - a batch file containing the image file names
double[] reduce(FloatImage r,
FloatImage g,
FloatImage b)
r - the red part of the imageg - the green part of the imageb - the blue part of the iamge
FloatImage[] reconstructImage(double[] in)
in - a vector of reconstuction parameters
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||