Home
last modified time | relevance | path

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

/cts/apps/CameraITS/tests/scene1_1/
Dtest_param_noise_reduction.py91 ref_snr = image_processing_utils.compute_image_snrs(rgb_patch)
119 rgb_snrs = image_processing_utils.compute_image_snrs(rgb_patch)
/cts/apps/CameraITS/tests/scene1_2/
Dtest_reprocess_noise_reduction.py61 return image_processing_utils.compute_image_snrs(patch)
/cts/apps/CameraITS/utils/
Dimage_processing_utils.py680 def compute_image_snrs(img): function