def ellipse(): params = { 'x': 0, 'y': 0, 'width': 2, 'height': 4, 'theta': np.pi / 2, } return trackingutils.Ellipse(**params)
def ellipse(): params = {"x": 0, "y": 0, "width": 2, "height": 4, "theta": np.pi / 2} return trackingutils.Ellipse(**params)