v1-3-arg-2016-09-02.py 文件源码

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

项目:meterOCR 作者: DBMSRmutl 项目源码 文件源码
def readimage(filename):
    print filename
    image = cv2.imread(filename, cv2.IMREAD_GRAYSCALE) # reading image
    if image is None:
        print 'Can not find the image!'
        sys.stdin.read(1)
        exit(-1)
    return image

#-------------------------------------------------------------------------------------
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号