HomeSort by relevance Sort by last modified time
    Searched refs:circle_w (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):
163 circle_w (int): width 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
584 circle_w = float(child_shape["width"])
586 cc_ct = {"hori": float(child_shape["ctx"]-size[1]/2) / circle_w,
642 return aspect_ratio, cc_ct, (circle_w, circle_h)
test_multi_camera_alignment.py 162 circle_w = float(child_shape['width'])
179 return [circle_ctx, circle_cty, (circle_w+circle_h)/4.0]

Completed in 86 milliseconds