HomeSort by relevance Sort by last modified time
    Searched refs:circle_h (Results 1 - 2 of 2) sorted by null

  /cts/apps/CameraITS/tests/scene4/
test_aspect_ratio_and_crop.py 159 def calc_circle_image_ratio(circle_w, circle_h, image_w, image_h):
164 circle_h (int): height of circle
170 circle_area = math.pi * math.pow(np.mean([circle_w, circle_h])/2.0, 2)
507 (circle_w, circle_h): tuple of the circle size
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)
test_multi_camera_alignment.py 163 circle_h = float(child_shape['height'])
179 return [circle_ctx, circle_cty, (circle_w+circle_h)/4.0]

Completed in 250 milliseconds