watchGo.py 文件源码

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

项目:watchGo 作者: daniel-bandstra 项目源码 文件源码
def readImage():
    # read image from cap, remapping it if we have mapx, mapy
    # assumes camera is already open
    retval, img = cap.read()
    if mapx is not None and mapy is not None:
        return cv2.remap(img, mapx, mapy, cv2.INTER_LINEAR)
    else:
        return img

# finding and watching a go board

# open the cascade classifiers:
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号