Home
last modified time | relevance | path

Searched refs:compute_image_sharpness (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/cts/apps/CameraITS/utils/
H A Dimage_processing_utils_tests.py91 * image_processing_utils.compute_image_sharpness(
150 sharpness = image_processing_utils.compute_image_sharpness(
155 sharpness_blurred = image_processing_utils.compute_image_sharpness(
H A Dimage_processing_utils.py1147 def compute_image_sharpness(img): function
/aosp_15_r20/cts/apps/CameraITS/tests/scene7/
H A Dtest_multi_camera_switch.py160 sharpness_uw = image_processing_utils.compute_image_sharpness(uw_img)
162 sharpness_w = image_processing_utils.compute_image_sharpness(w_img)
/aosp_15_r20/cts/apps/CameraITS/tests/scene3/
H A Dtest_edge_enhancement.py98 image_processing_utils.compute_image_sharpness(chart.img)*255)
H A Dtest_reprocess_edge_enhancement.py118 image_processing_utils.compute_image_sharpness(chart.img)*255)
H A Dtest_lens_movement_reporting.py101 white_level * image_processing_utils.compute_image_sharpness(chart.img))