Home
last modified time | relevance | path

Searched refs:image_path (Results 1 – 3 of 3) sorted by relevance

/cts/apps/CameraITS/tests/scene3/
Dtest_landscape_to_portrait.py61 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/
Dpreview_processing_utils.py448 def is_image_green(image_path): argument
461 image = cv2.imread(image_path)
Dimage_processing_utils.py512 def convert_image_to_numpy_array(image_path): argument
521 if not os.path.exists(image_path):
523 image = Image.open(image_path)