Home
last modified time | relevance | path

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

/aosp_15_r20/cts/apps/CameraITS/tests/scene1_2/
H A Dtest_param_flash_mode.py133 single_grad = image_processing_utils.compute_image_max_gradients(
147 torch_grad = image_processing_utils.compute_image_max_gradients(
/aosp_15_r20/cts/apps/CameraITS/tests/scene_flash/
H A Dtest_flash_strength.py115 flash_grad = image_processing_utils.compute_image_max_gradients(
/aosp_15_r20/cts/apps/CameraITS/utils/
H A Dimage_processing_utils.py1168 def compute_image_max_gradients(img): function