OpenCV_ Computer Vision Projects with Python.PDF------------------------------------------------
2019-12-21 18:58:34 17.84MB Python OpenCV
1
【内附详细说明文档】 本项目是使用python,利用opencv库实现的共8个视频处理算法,包括:目标跟踪算法Meanshift, Camshift;稀疏光流以及稠密光流的计算OpticalFlow, OpticalFlow_full,前景检测算法MOG, CNT, GMG, GSOC,LSBP 。 代码简洁易读,可做为python课设参考资料,或者供图像处理爱好者学习。
2019-12-21 18:54:02 1.35MB python opencv 图像处理 课程设计
1
python+opencv识别出物体颜色(红白黑蓝绿...)并二维定位出颜色物体坐标.
2019-12-21 18:53:38 7KB python opencv 多种颜色识别
1
压缩包中含有【人眼识别+眨眼识别】源代码以及详细使用教程,利用pyrhon+opencv在ubuntu系统上运行,实现实时的检测。
2019-12-21 18:53:37 75.34MB Python 人眼识别 眨眼检测
1
使用SIFT或者SURF特征进行图像匹配,实现语言为python2.7+opencv3.1,代码有注释,有文档说明,并配有测试图像资源
2019-12-21 18:51:40 544KB SIFT SURF PYTHON OPENCV
1
Python没有MATLAB中的imfill函数,要实现空洞填充必须自己写函数。文件包含代码以及测试图片,Python3的语法,亲测可用
2019-12-21 18:49:22 7KB 空洞填充 Python OpenCV
1
Unleash the power of computer vision with Python using OpenCV About This Book Create impressive applications with OpenCV and Python Familiarize yourself with advanced machine learning concepts Harness the power of computer vision with this easy-to-follow guide Who This Book Is For Intended for novices to the world of OpenCV and computer vision, as well as OpenCV veterans that want to learn about what's new in OpenCV 3, this book is useful as a reference for experts and a training manual for beginners, or for anybody who wants to familiarize themselves with the concepts of object classification and detection in simple and understandable terms. Basic knowledge about Python and programming concepts is required, although the book has an easy learning curve both from a theoretical and coding point of view. What You Will Learn Install and familiarize yourself with OpenCV 3's Python API Grasp the basics of image processing and video analysis Identify and recognize objects in images and videos Detect and recognize faces using OpenCV Train and use your own object classifiers Learn about machine learning concepts in a computer vision context Work with artificial neural networks using OpenCV Develop your own computer vision real-life application In Detail OpenCV 3 is a state-of-the-art computer vision library that allows a great variety of image and video processing operations. Some of the more spectacular and futuristic features such as face recognition or object tracking are easily achievable with OpenCV 3. Learning the basic concepts behind computer vision algorithms, models, and OpenCV's API will enable the development of all sorts of real-world applications, including security and surveillance. Starting with basic image processing operations, the book will take you through to advanced computer vision concepts. Computer vision is a rapidly evolving science whose applications in the real world are exploding, so this book will appeal to computer vision novices as well as
2018-03-18 16:07:42 6.71MB Python OpenCV Computer Vision
1