搜索资源列表
Gesture
- 自己用opencv写的手势识别的软件。界面简单点,用动态前景分割肤色模型和直方图反演分割手部区域,然后用模式识别方法搞定识别问题。绝对原创,以后可能再也不搞这方面了,传上来跟大家分享-Own use opencv gesture recognition software to write. Interface simply, skin color model with dynamic foreground segmentation and histogram segmentation of ha
FaceRecog_src100902
- 基于OpenCV的人脸识别演示程序。目前实现了Gabor+Fisherface算法,还有几何和光照归一化。 -->请到 http://code.google.com/p/facerecog/ 下载最新版本。<-- 功能:对摄像头拍摄的或用户指定的图像,检测其中人脸,然后在已存储的人脸库中找到最匹配的人脸并显示。 在VS 2008 SP1上编写,使用了OpenCV 2.0和MFC,通过消息处理函数与用户进行交互,利用多线程来实时显示图像。 数据处理分为了C
AutoCamShift
- opencv 提供了使用基于颜色的跟踪算法camshift, 很好的算法,可是它是个半自动的算法,它需要用户在跟踪界面设定跟踪的目标。-opencv provides color-based tracking algorithm camshift, good algorithm, but it is a semiautomatic algorithm, it needs to track the user interface to set tracking goals.
PCA
- 人脸识别里面,用c++讲PCA程序系统化,有输出界面-Face Recognition inside, using c++-speaking PCA procedure systematic, there is the output interface
OpenCV_Dlg1
- 有图像处理界面。使用opencv创建图像处理函数,实现图像导入,显示和二值分割等。-used opencv to process image
demo
- opencv和MFC结合编制的两个图像处理界面,直接打开导入图像,便可以得到多钟处理效果,边缘检测,图像变换等。-opencv and the MFC union establishment s two imagery processing contact surface, opens directly inducts the image, then may obtain the multi-clock processing effect, the marginal check, the pic
Toolbox_Net
- 基于OpenCV和C++的摄像机内参标定工具包源代码,界面部分C#编写-Camera Calibration ToolBox based on OpenCV & C++,UI is using C-Sharp
mymfc
- MFC界面基于对话框的OpenCV+VS2008实现图像读取,边缘提取-MFC dialog-based interface to achieve the image OpenCV+ VS2008 read, edge extraction
CarCount
- 该程序功能是实现对道路流动车辆统计。小模块功能有以下几个:1,对视频解帧并显示。2,对该视频训练背景图片。 3,利用背景图片用减背景法对测试视频进行前景提取,并进行阈值处理,图像分割,找出流动车的连通域。 4,对车辆进行统计。程序包内含有界面说明,以及程序使用的步骤和相关注意事项-The program function is to achieve movement of vehicles on the road statistics. A small module function has t
OPENCVIMAGEPROCESS
- OPENCV图像处理模板,有界面编程的,以后运用opencv直接在里面填写代码就可以了-OPENCV image processing template, with interface programming, and after using opencv code directly on the inside can be a complete
GUI-interface-of-OpenCV
- OpenCV-GUI界面的制作-AVI文件播放-OpenCV-GUI interface make-AVI file playback
opencv-P-subPixelDetect
- 基于opencv1.0的亚像素角点检测,需安装opencv1.0,检测到角点在图像上标识出来,并输出文件保存,研究生期间做的一个小程序,程序还添加了换界面的功能,需要的请下载。-Sub-pixel based opencv1.0 corner detection, install opencv1.0, to detect corners in the image on the logo out and save the output file, a graduate student doing
静态手势识别
- 这是一篇硕士毕业论文的代码实现,包含PPT讲解,和演示操作视频,vs2010+opencv实现,采用模板匹配法进行手势识别,MFC界面。
MFC-OPENCV
- 基于双目视觉的点云处理,是基于opencv和MFC的程序,良好的界面显示-Point cloud processing based on binocular vision, which is based on opencv and MFC procedures, good interface display
图像测量完整程序
- 运用VC构建一个基于视觉的人体形态尺寸测量系统,能够实现图像的输入、输出功能。有良好的程序接口和操作界面。qq:2473046098 不懂的可与本人联系
基于背景重构的目标检测
- 本代码主要利用vc6.0,opencv环境编写,mfc界面 利用背景重构原理对目标进行检测,适用于街道上的行人、车辆等目标。这是一个比较简单的代码,适合于对背景重构的学习,离商用还有一段距离。
FaceRecSys
- 本程序为人脸识别系统,首先建立人脸库模块,然后对人脸库进行信息编辑以及训练人脸识别分类器,最后为人脸识别模块。采用的visual studio + opencv实现,界面清晰美观,实验效果较好。(The program for the face recognition system, the first establishment of the face library module, and then face the library for information editing and t
KinectCoordination
- 利用了微软的Kinect v2 开发了基于深度图像的人体目标的检测跟踪与定位,结合了VS2013,Qt以及opencv视觉库,设计了该系统的GUI界面(Using Microsoft's Kinect V2, we have developed the detection, tracking and positioning of human targets based on depth images. Combining the VS2013, Qt and opencv visual libr
OpenCV的人脸验证MFC程序
- 检测人脸,基于MFC界面。当录入照片后,摄像头再遇到相同的人脸能够识别出来。(Detection of face, based on the MFC interface. When the photos are recorded, the camera can be identified with the same face.)
Opencv一系列图像增强算法
- 基于OpenCV与mfc实现的一系列图像增强算法,边缘提取,直方图均衡化,各种滤波,应有尽有,界面美观大方