Python 3.6
(最好3.6 ,3.7估计也可以,不要用最新版本的——对于初学者来说,如果你是大佬,当我没说)
Anaconda 3.4.1.15
Anaconda3-5.1.0-Windows-x86_64.exe 对应 python3.6.3
Anaconda3-5.2.0-Windows-x86_64.exe 对应 python3.6.5
(最好下载同版本的
不要用最新版本的——对于初学者来说,如果你是大佬,当我没说)
OpenCV-Python3.4.2.16跟OpenCV-contrib-python 3.4.2.16
打开anaconda prompt
输入:pip install -i https://pypi.tuna.tsinghua.edu.cn/simple opencv-contrib-python==3.4.2.16(这是安装opencv-contrib-python)
输入:pip install -i https://pypi.tuna.tsinghua.edu.cn/simple opencv-python==3.4.2.16(这是安装OpenCV-Python)
pycharm配置方法nAttributeError: module ‘myutils‘ has no attribute ‘sort_contours‘,项目实战-信用卡数字识别--pychram如何配置相应的参数_liuxianfei0810的博客-CSDN博客
P909、 项目实战-信用卡数字识别
error: OpenCV(4.5.2) D:\Build\OpenCV\opencv-4.5.2\modules\highgui\src\window.cpp:412: error: (-215:Assertion failed) size.width>0 && size.height>0 in function 'cv::imshow'
--image
images/credit_card_01.png
--template
images/ocr_a_reference.png
P10 10、 项目实战文档扫描OCR识别
usage: ocr_template_match.py 【-h】 -i IMAGE -t TEMPLATE
ocr_template_match.py: error: the following arguments are required: -i/--image, -t/--template
--image
G:\B\python_opencv_project\Scan\images\page.jpg