Home
last modified time | relevance | path

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

/cts/apps/CameraITS/utils/
Dimage_fov_utils.py96 def check_crop(circle, cc_gt, w, h, e_msg_stem, crop_thresh_factor): argument
127 if (not math.isclose(circle['x_offset'], cc_gt['hori'],
129 not math.isclose(circle['y_offset'], cc_gt['vert'],
131 valid_x_range = (cc_gt['hori'] - thresh_crop_hori,
132 cc_gt['hori'] + thresh_crop_hori)
133 valid_y_range = (cc_gt['vert'] - thresh_crop_vert,
134 cc_gt['vert'] + thresh_crop_vert)
Dimage_fov_utils_tests.py57 cc_gt = {'hori': 1.0, 'vert': 1.0}
61 e_msg = image_fov_utils.check_crop(circle, cc_gt, w, h,
68 e_msg = image_fov_utils.check_crop(circle, cc_gt, w, h,