Data Members



image

private image_struct image;
Discussion

Image structure for the source image buffer.


image_buffer

private image_struct *image_buffer;
Discussion

Pointer to the array of allocated image structures.


image_count

private unsigned int image_count;
Discussion

Number of image structures to allocate.


image_diff

private unsigned int image_diff
Discussion

Differencing value returned from image buffer comparison.


image_index

private unsigned int image_index;
Discussion

Index into array of allocated image structures.


image_pixels

private unsigned char *image_pixels;
Discussion

Pointer to empty image buffer used for convolution.


image_range

private unsigned int image_range;
Discussion

Differencing range used during image buffer comparison.


(Last Updated September 12, 2006)