public class ArrayDigitalImage extends AbstractDigitalImage
bands, height, width
Constructor and Description |
---|
ArrayDigitalImage(int width,
int height,
int bands) |
Modifier and Type | Method and Description |
---|---|
int[] |
getPixel(int x,
int y) |
int |
getSample(int x,
int y,
int b) |
void |
setPixel(int x,
int y,
int[] pixel) |
void |
setSample(int x,
int y,
int b,
int s) |
getBands, getHeight, getWidth