OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:diff_image
(Results
1 - 3
of
3
) sorted by null
/external/autotest/client/cros/image_comparison/
rgb_image_comparer.py
64
diff_image
= ImageChops.difference(golden_image, test_image)
65
maxcolors =
diff_image
.size[0] *
diff_image
.size[1]
66
colorstuples =
diff_image
.getcolors(maxcolors)
/external/autotest/client/cros/chameleon/
screen_comparison.py
81
diff_image
= ImageChops.difference(*images)
82
histogram =
diff_image
.convert('L').histogram()
120
diff_image
= ImageChops.difference(*images)
121
gray_image =
diff_image
.convert('L')
/external/pdfium/samples/
image_diff.cc
295
Image
diff_image
;
local
296
bool same = CreateImageDiff(baseline_image, actual_image, &
diff_image
);
302
diff_image
.data(),
diff_image
.w(),
diff_image
.h(),
303
diff_image
.w() * 4, &png_encoding);
Completed in 201 milliseconds