public interface GImageMultiBand
| Modifier and Type | Method and Description |
|---|---|
void |
get(int x,
int y,
float[] value) |
float |
getF(int index) |
void |
getF(int index,
float[] value) |
int |
getHeight() |
<T extends ImageBase> |
getImage() |
int |
getNumberOfBands() |
int |
getWidth() |
void |
set(int x,
int y,
float[] value) |
void |
setF(int index,
float[] value) |
void |
wrap(ImageBase image) |
void wrap(ImageBase image)
int getWidth()
int getHeight()
int getNumberOfBands()
void set(int x,
int y,
float[] value)
void get(int x,
int y,
float[] value)
void setF(int index,
float[] value)
void getF(int index,
float[] value)
float getF(int index)
<T extends ImageBase> T getImage()