Home
last modified time | relevance | path

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

/cts/apps/CameraITS/tests/scene7/
Dtest_multi_camera_switch.py198 def _extract_main_patch(corners, ids, img_rgb, img_path, lens_suffix): argument
217 patch_path = img_path.with_name(
241 def _find_aruco_markers(img_bw, img_path, lens_suffix): argument
252 aruco_path = img_path.with_name(
287 def _get_four_quadrant_patches(img, img_path, lens_suffix): argument
309 patch_path = img_path.with_name(
316 cropped_patch_path = img_path.with_name(
324 def _get_slanted_edge_patch(img, img_path, lens_suffix): argument
347 filename_with_path = img_path.with_name(
/cts/apps/CameraITS/tests/scene6/
Dtest_preview_zoom.py137 img_path = f'{os.path.join(self.log_path, img_name)}'
154 img_bgr, img_path, size, z, z_min, circlish_rtol=circlish_rtol,
159 logging.error('Unable to detect circle in %s', img_path)
164 its_session_utils.remove_file(img_path)
/cts/apps/CameraITS/tests/scene8/
Dtest_ae_awb_regions.py86 def _define_metering_regions(img, img_path, chart_path, props, width, height): argument
102 img, img_path)
320 img_path = f'{test_name_with_log_path}_aruco_markers.jpg'
321 image_processing_utils.write_image(img, img_path)
327 img, img_path, chart_path, props, width, height)