Home
last modified time | relevance | path

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

/external/autotest/client/cros/image_comparison/
Dpdiff_image_comparer.py22 def compare(self, golden_img_path, test_img_path, box=None): argument
36 return self._pdiff_compare(golden_img_path, test_img_path)
46 Image.open(golden_img_path).crop(box).save(tmp_golden_img_path)
52 def _pdiff_compare(self, golden_img_path, test_img_path): argument
67 args = ['perceptualdiff', golden_img_path, test_img_path, '-output',
Drgb_image_comparer.py35 def compare(self, golden_img_path, test_img_path, box=None): argument
49 golden_image = Image.open(golden_img_path)