|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface HasRGBPixels
A multimedia object that has pixels in RGB space. First dimension is rows, second is columns, third is bands.
| Method Summary | |
|---|---|
double |
getRGBPixel(int row,
int column,
int band)
Get one pixel at a time. |
double[][][] |
getRGBPixels()
Get all pixels in document. |
| Methods inherited from interface edu.illinois.ncsa.versus.adapter.Adapter |
|---|
getName |
| Method Detail |
|---|
double[][][] getRGBPixels()
double getRGBPixel(int row,
int column,
int band)
row - the row in the image - top to bottomcolumn - column in the image - left to rightband - pixel's band
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||