Searched refs:test_img_path (Results 1 – 2 of 2) sorted by relevance
/external/autotest/client/cros/image_comparison/ |
D | pdiff_image_comparer.py | 22 def compare(self, golden_img_path, test_img_path, box=None): argument 36 return self._pdiff_compare(golden_img_path, test_img_path) 47 Image.open(test_img_path).crop(box).save(tmp_test_img_path) 52 def _pdiff_compare(self, golden_img_path, test_img_path): argument 67 args = ['perceptualdiff', golden_img_path, test_img_path, '-output',
|
D | rgb_image_comparer.py | 35 def compare(self, golden_img_path, test_img_path, box=None): argument 50 test_image = Image.open(test_img_path)
|