资源列表
haarcascade_frontalface_default
- 利用python中的opencv库,实现人脸识别的xml文件(The use of Python Library in opencv, XML file for face recognition.)
车牌识别
- 简单的车牌识别系统,适合opencv初学者学习(Simple license plate recognition system)
PINJIE
- 不使用opencv自带的stitcher函数实现图像拼接!!(to realize stitch two images)
OpenCV+3计算机视觉++Python语言实现+第二版
- 基于Python编程语言的opencv,介绍图像变换方法。(Based on the Python programming language opencv, introduced the image transform method.)
cmake缺少项
- opencv-contrib3.2 cmake编译时缺少的一些文件(missing files while compiling opencv-contrib-3.2.0 by cmake)
Emgu CV Essential
- 非常好的英文版emgu.CV说明文档(Very good English version of emgu.CV documentation)
Three-Camera_530-1
- 基于是vs2010+opencv 2.4.9写的读取多个摄像头的程序。线程读取多个摄像头,并保存图片到本地(Based on vs2010+opencv 2.4.9 written to read more than one camera program. Threads read multiple cameras and save pictures to local)
双目标定以及双目测距程序
- vs2008+opencv2.1,基于opencv的双目标定及双目测距的程序(Vs2008+opencv2.1, opencv based double target calibration and binocular Ranging procedures)
Calibration
- 获得摄像头参数,校准摄像头,使用opencv2.4.13在vs2012环境下编译(calibrate camera parameters)
camera
- 菜鸟初学者,第一次编写基于OpenCV的摄像头开启程序。是基于控制台形式的。读取级联检测器文件进行识别。简单易扩展。(Novice beginners, for the first time to write OpenCV based camera open program. Console based. Read cascaded Detector files for identification. Simple and easy to expand.)
OpenCV模板匹配的方法识别手势
- 首先膨胀5个像素点,避免手指短截。接着选取最大轮廓,将最大轮廓重新画出来,过滤掉其它小轮廓,即背景噪声。 将二值化的图像转化成近似多边形。将手指边缘直线化。从而在第5步骤中去掉不需要的轮廓缺陷(Hand gesture recognition by template matching)
Tracking
- 人脸识别代码 脸部特征提取 人脸追踪 返回人脸视频(Face tracking facial features face recognition code)