Searched refs:circle_h (Results 1 – 2 of 2) sorted by relevance
/cts/apps/CameraITS/tests/scene4/ |
D | test_aspect_ratio_and_crop.py | 159 def calc_circle_image_ratio(circle_w, circle_h, image_w, image_h): argument 170 circle_area = math.pi * math.pow(np.mean([circle_w, circle_h])/2.0, 2) 585 circle_h = float(child_shape["height"]) 587 "vert": float(child_shape["cty"]-size[0]/2) / circle_h} 642 return aspect_ratio, cc_ct, (circle_w, circle_h)
|
D | test_multi_camera_alignment.py | 163 circle_h = float(child_shape['height']) 179 return [circle_ctx, circle_cty, (circle_w+circle_h)/4.0]
|