Lines Matching refs:ref_fov
58 def check_fov(circle, ref_fov, w, h): argument
61 chk_percent = calc_expected_circle_image_ratio(ref_fov, w, h)
142 def calc_expected_circle_image_ratio(ref_fov, img_w, img_h): argument
157 ar_ref = ref_fov['w'] / ref_fov['h']
163 return ref_fov['percent'] * r
242 ref_fov = {}
268 ref_fov = {}
269 ref_fov['fmt'] = fmt_type
270 ref_fov['percent'] = fov_percent
271 ref_fov['w'] = w
272 ref_fov['h'] = h
273 ref_fov['circle_w'] = circle['w']
274 ref_fov['circle_h'] = circle['h']
275 logging.debug('Using %s reference: %s', fmt_type, str(ref_fov))
276 return ref_fov, cc_ct_gt, aspect_ratio_gt