HomeSort by relevance Sort by last modified time
    Searched refs:test_img_path (Results 1 - 2 of 2) sorted by null

  /external/autotest/client/cros/image_comparison/
pdiff_image_comparer.py 22 def compare(self, golden_img_path, test_img_path, box=None):
28 @param test_img_path: path, complete path to a test image.
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):
57 @param test_img_path: path, complete path to a test image.
67 args = ['perceptualdiff', golden_img_path, test_img_path, '-output',
rgb_image_comparer.py 35 def compare(self, golden_img_path, test_img_path, box=None):
42 @param test_img_path: path, complete path to a test image.
50 test_image = Image.open(test_img_path)

Completed in 140 milliseconds