Enumerations | |
enum | Gan_PixelComparison { GAN_IMAGES_IDENTICAL, GAN_IMAGE_FORMATS_DIFFERENT, GAN_IMAGE_SIZES_DIFFERENT, GAN_IMAGE_PIXELS_DIFFERENT, GAN_IMAGES_SIMILAR, GAN_IMAGES_NOT_SIMILAR } |
Result of image comparison. More... | |
Functions | |
Gan_Bool | gan_image_compare (Gan_Image *image1, Gan_Image *image2, double pixel_thres, double proportion_thres, Gan_PixelComparison *result) |
Compares two images. |
|
|
Compares two images.
|