Home
last modified time | relevance | path

Searched refs:diff_image (Results 1 – 2 of 2) sorted by relevance

/external/autotest/client/cros/chameleon/
Dscreen_comparison.py95 diff_image = ImageChops.difference(*images)
96 histogram = diff_image.convert('L').histogram()
133 diff_image = ImageChops.difference(*images)
134 gray_image = diff_image.convert('L')
/external/pdfium/testing/image_diff/
Dimage_diff.cpp301 Image diff_image; in DiffImages() local
302 bool same = CreateImageDiff(baseline_image, actual_image, &diff_image); in DiffImages()
307 diff_image.span(), diff_image.w(), diff_image.h(), diff_image.w() * 4); in DiffImages()