Home
last modified time | relevance | path

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

/cts/apps/CameraITS/utils/
Dimage_fov_utils_tests.py33 nhd = image_fov_utils.calc_expected_circle_image_ratio(
Dimage_fov_utils.py61 chk_percent = calc_expected_circle_image_ratio(ref_fov, w, h)
142 def calc_expected_circle_image_ratio(ref_fov, img_w, img_h): function