搜索资源列表
FaceRecog_src100902
- 基于OpenCV的人脸识别演示程序。目前实现了Gabor+Fisherface算法,还有几何和光照归一化。 -->请到 http://code.google.com/p/facerecog/ 下载最新版本。<-- 功能:对摄像头拍摄的或用户指定的图像,检测其中人脸,然后在已存储的人脸库中找到最匹配的人脸并显示。 在VS 2008 SP1上编写,使用了OpenCV 2.0和MFC,通过消息处理函数与用户进行交互,利用多线程来实时显示图像。 数据处理分为了C
gaussbgfg
- 高斯背景建模核心代码,在vs+opencv下使用-the core code of Gauss mixture modeling.
cv200vs2008
- 最新的OpenCV2.0图像视觉库。由于不能被VS直接调用,所以先使用CMake导出VC++项目文件,再用VS2008编译 OpenCV Debug和Release版本库,生成可以被VC++ 2008 Express调用的OpenCV动态库。-The latest OpenCV2.0 visual library. As the VS can not be called directly, so first use CMake to export VC++ project file, and t
2DLDAwiththeSVM-basedfacerecognitionalgorithm
- 二维线性鉴别分析(2DLDA)算法能有效解决线性鉴别分析(LDA)算法的“小样本”效应,支持向量机 (SVM)具有结构风险最小化的特点,将两者结合起来用于人脸识别。首先,利用小波变换获取人脸图像的低频分量,忽 略高频分量:然后,用2DLDA算法提取人脸图像低频分量的线性鉴别特征,用“一对多”的SVM 多类分类算法完成人脸 识别。基于ORL人脸数据库和Yale人脸数据库的实验结果验证了2DLDA+SVM算法应用于人脸识别的有效性。-”Small sample size”problem
opencv_multi_camera_input
- OPENCV实现的多摄像头输入处理程序; VS Studio 2005 -OPENCV of the multi-camera input handler VS Studio 2005
Opencv-and-VS2008set
- opencv在VS上安装的方法,方法比较的细致的哦-opencv on VS2010 and VS2008 set method very good
opencv
- opencv测试程序 能够了解VS与OPENCV是否安装正确-the opencv test program can understand the VS is installed correctly and OPENCV
Contour-detection-based-on-OpenCV
- 基于opencv的轮廓检测,运用灰度处理,提取轮廓。在使用本程序前确保vs已经安装opencv-Opencv based contour detection, using the gray processing, contour extraction. The use of this process to ensure that vs has been installed opencv
opencv圆和椭圆拟合
- 圆及椭圆的拟合并输出圆和椭圆的长短轴,使用opencv+vs编写
opencv-face-detection
- face detection code, usually can run under VS
FitEllipse
- 椭圆轮廓提取及拟合,opencv+vs建一个工程即可实现-can be used to fit ellipse
lc
- opencv+vs 的一个测试程序,如果能读取摄像头,说明配置成功-opencv+ vs a test procedure, if you can read the camera, the configuration was successful
Video-taking-by-VS-and-opencv
- 利用OPENCV和VS进行一段视频的读取,比较容易读懂-Use OPENCV and VS for a video read, easier to read
Calibration
- 采用张正友标定法,棋盘格为13*19。opencv+vs(The monocular camera calibration, using the zhangzhengyou calibration method, reliable use)
用VS+Opencv从双目立体视差图中重建三维点云
- 用VS+Opencv从双目立体视差图中重建三维点云(Using VS+Opencv to reconstruct 3D point clouds from binocular stereoscopic parallax map.)
opencv配置
- 配置本地的opencv环境,在vs2015中配置具体怎么配置系统环境变量Path参照网上其他资源。其中以盼复开头(H:)shiwo本地路径,附带本地一个小程序(Configuring a local opencv environment)
人眼睛识别
- 用opencv+vs识别出人眼睛,可自动跟踪。(The human eyes can be identified by opencv+vs and can be tracked automatically.)
基于opencv的use摄像头视频采集程序
- 基于opencv的use摄像头视频采集程序(Video acquisition program of use camera based on OpenCV)
利用opencv识别
- 手势识别,haar算法,人脸检测,vs平台,opencv库(gesture recognition)
ICP算法二维实现
- ICP算法实现自动配准,基于opencv及vs实现,是二维的(ICP algorithm for automatic registration, based on opencv and vs implementation, is two-dimensional)