image |
private image_struct image;
Image structure for the source image buffer.
image_buffer |
private image_struct *image_buffer;
Pointer to the array of allocated image structures.
image_count |
private unsigned int image_count;
Number of image structures to allocate.
image_diff |
private unsigned int image_diff
Differencing value returned from image buffer comparison.
image_index |
private unsigned int image_index;
Index into array of allocated image structures.
image_pixels |
private unsigned char *image_pixels;
Pointer to empty image buffer used for convolution.
image_range |
private unsigned int image_range;
Differencing range used during image buffer comparison.
(Last Updated September 12, 2006)