def iou_poly(p, q):
    return _polyiou.iou_poly(p, q)
Exemple #2
0
def iou_poly(*args):
    return _polyiou.iou_poly(*args)