Home
last modified time | relevance | path

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

/cts/apps/CameraITS/tests/inprog/
Dtest_burst_sameness_fullres_auto.py66 imgs[n] = its.image.downscale_image(
/cts/apps/CameraITS/tests/scene1_1/
Dtest_crop_regions.py108 img_crop = image_processing_utils.downscale_image(img_crop, 2)
/cts/apps/CameraITS/utils/
Dimage_processing_utils.py370 def downscale_image(img, f): function