OpenCV For Python3 中文手册,在原英文文档翻译的基础上在易错,不易懂得的地方加有说明或者举了个栗子。
一、Getting Started with Images开始使用图片
二、Getting Started with Videos开始使用视频
三、Drawing Functions in OpenCv OpenCv 中的绘图函数
四、Mouse as a Paint-Brush把鼠标作为画笔
五、Trackbar as the Color Palette用滑动条做调色板
六、Basic Operations on Images图像的基础操作
七、Arithmetic Operations on Images图像上的算数运算
八、Performance Measurement and Improvement Techniques 程序性能监测及优化