public class LinearArrayDigitalImage extends AbstractDigitalImage
bands, height, width
Constructor and Description |
---|
LinearArrayDigitalImage(int w,
int h,
int b) |
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