OpenCV-Python-Toturial http://www.opencv.org.cn/forum.php?mod=viewthread&tid=32525 这个repo是这本书的所有源代码。 官方英文教程: http://docs.opencv.org/3.2.0/d6/d00/tutorial_py_root.html opencv3.0+python 2.7 # 添加了 Python3.6分支, 该分支是使用 opencv3.2+Python3.6 把原来的master分支改为python2.7分支,python3.6分支改为master分支 git clone https://github.com/makelove/OpenCV-Python-Tutorial.git git checkout python3.6 建议使用PyCharm来编写/调试Python代码