第三版是python 3.x. cv 3.
内容简介
实用的Python和OpenCV电子书。如果你对计算机视觉和图像处理感兴趣,但不知道从哪里开始?那么这本新书就是帮助你快速入门的指南,学习使用Python和OpenCV进行计算机视觉和图像处理的基础知识。
在实用Python和OpenCV +案例研究中,你将会学习计算机视觉和OpenCV的基础知识,并逐步学习更高级的主题,例如人脸检测,视频中的对象跟踪和手写识别,并附带大量示例、代码以及详细的演练。
**1 introduction 1
2 face detection 4
3 webcam face detection 16
4 object tracking in video 26
5 eye tracking 37
6 handwriting recognition with hog 48
7 plant classification 71
8 building an amazon.com cover search 86
8.1 Keypoints, features, and OpenCV 3 . . . . . . 89
8.2 Identifying the covers of books . . . . . . . . 91
9 conclusion
**