Home
last modified time | relevance | path

Searched refs:compute_image_sad (Results 1 – 2 of 2) sorted by relevance

/cts/apps/CameraITS/tests/scene2_a/
Dtest_reprocess_uv_swap.py63 sad_swap = image_processing_utils.compute_image_sad(img_no_re, img_re_swap)
64 sad_no_swap = image_processing_utils.compute_image_sad(img_no_re, img_re)
/cts/apps/CameraITS/utils/
Dimage_processing_utils.py1314 def compute_image_sad(img_x, img_y): function