vision.py 文件源码

python
阅读 26 收藏 0 点赞 0 评论 0

项目:Vision2016 作者: AluminatiFRC 项目源码 文件源码
def getTargetBox(target):
    minRect = cv2.minAreaRect(target)
    box = cv2.cv.BoxPoints(minRect)
    #box = np.int0(box) # convert points to ints
    return box
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号