Home
last modified time | relevance | path

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

/aosp_15_r20/cts/apps/CameraITS/tests/scene1_2/
H A Dtest_param_noise_reduction.py94 ref_snr = image_processing_utils.compute_image_snrs(rgb_patch)
121 rgb_snrs = image_processing_utils.compute_image_snrs(rgb_patch)
H A Dtest_reprocess_noise_reduction.py62 return image_processing_utils.compute_image_snrs(patch)
/aosp_15_r20/cts/apps/CameraITS/utils/
H A Dimage_processing_utils.py1184 def compute_image_snrs(img): function