Home
last modified time | relevance | path

Searched refs:compute_image_snrs (Results 1 – 2 of 2) 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/utils/
Dimage_processing_utils.py719 def compute_image_snrs(img): function