-
startIndex
int startIndex
Index of the first pixel in the data array
-
stride
int stride
How many elements need to be skipped over to go one row down.
-
width
int width
Number of columns in the image.
-
height
int height
Number of rows in the image.
-
subImage
boolean subImage
Indicates if it is a sub-image or not
-
imageType
ImageType<T extends ImageBase> imageType
Description of the image data structure