OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:golden_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):
27
@param
golden_img_path
: path, complete path to a golden image.
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):
56
@param
golden_img_path
: path, complete path to a golden 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):
41
@param
golden_img_path
: path, complete path to a golden image.
49
golden_image = Image.open(
golden_img_path
)
Completed in 114 milliseconds