Searched refs:image_path (Results 1 – 3 of 3) sorted by relevance
/cts/apps/CameraITS/tests/scene3/ |
D | test_landscape_to_portrait.py | 61 image_path = os.path.join(log_path, f'test_landscape_to_portrait_{suffix}') 62 os.mkdir(image_path) 63 return image_path 113 image_path = _create_image_folder(self.log_path, _ENABLED) 115 cam, props, image_path, distance=self.chart_distance, rotation=90) 142 image_path = _create_image_folder(self.log_path, _DISABLED) 144 cam, props, image_path, distance=self.chart_distance)
|
/cts/apps/CameraITS/utils/ |
D | preview_processing_utils.py | 448 def is_image_green(image_path): argument 461 image = cv2.imread(image_path)
|
D | image_processing_utils.py | 512 def convert_image_to_numpy_array(image_path): argument 521 if not os.path.exists(image_path): 523 image = Image.open(image_path)
|