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

  /cts/apps/CameraITS/tests/scene4/
test_aspect_ratio_and_crop.py 582 circle_ctx = child_shape["ctx"]
608 cv2.line(img, (circle_ctx, circle_cty), (size[1]/2, size[0]/2),
616 if circle_ctx > size[1]/2:
623 text_circle_x = move_text_dist * move_text_right_circle + circle_ctx
625 cv2.circle(img, (circle_ctx, circle_cty), line_width*2, (255, 0, 0), -1)
test_multi_camera_alignment.py 160 circle_ctx = float(child_shape['ctx'])
179 return [circle_ctx, circle_cty, (circle_w+circle_h)/4.0]

Completed in 90 milliseconds