Esempio n. 1
0
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)