Home
last modified time | relevance | path

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

/cts/apps/CameraITS/tests/scene1_1/
Dtest_crop_regions.py111 img_crop = image_processing_utils.downscale_image(img_crop, 2)
/cts/apps/CameraITS/utils/
Dimage_processing_utils.py743 def downscale_image(img, f): function