搜索资源列表
-
1下载:
人脸识别程序,vs2008编程环境,OPENCV开源代码-Face recognition program, vs2008 programming environment, OPENCV open source code
-
-
0下载:
程序结构
整个工程可以分为3个部分:算法、功能和应用。
算法部分
算法部分目前分为4个模块:人脸对齐、光照归一化、特征提取和选择、子空间降维,每个模块是一个项目,每个项目生成一个dll供功能部分显式调用。
功能部分
功能部分只有一个项目FaceMngr,该部分依赖于算法部分,实现人脸注册、训练、识别、导入/导出等具体功能。该项目生成一个dll供应用部分隐式调用。
应用部分
人脸识别Demo.
另外,工程中
-
-
0下载:
6410的人脸识别程序,亲测,有opencv库和移植好的QT,不可多得的代码!-6410 face recognition program, the pro-test, opencv library and transplantation good QT interval, rare code!
-
-
0下载:
利用OpenCV實現人臉辨識雖然常見,但是本檔案基於OpenCV 1.0版本進行,同時整理程式編譯過程中可能出現的錯誤以及對應的解決辦法,同時針對函式cvHaarDetectObject各參數的設定值進行討論,以得到最佳的辨識率。另外,程式亦包括在偵測前進行影像處理,以進一步有效提升人臉辨識率。-Face recognition using OpenCV to achieve though common, but this version of the file based on the Ope
-
-
0下载:
Face Recognition Program is writing in VC++ and OpenCV library is used.
-
-
0下载:
这是一个人脸识别的小程序 供大家参考 采用C++结合OPENCV-This is a recognition of the small program for your reference
-
-
0下载:
人脸识别测试程序,利用OPENCV例程修改-Face recognition test program, using OPENCV routines modify
-
-
0下载:
基于QT+opencv的人脸识别程序,可接摄像头!功能强大,可移植到6410上使用!-Based QT opencv face recognition program, you can connect the camera! The powerful, portable to 6410!
-
-
0下载:
基于opencv的人脸识别程序,将输入的图片与库中的图片进行特征提取后比对,最终识别出为库中的哪个人脸-Opencv face recognition program, will enter the picture library of image feature extraction, and ultimately identify which face in the library
-
-
0下载:
这个程序使用vc与opencv实现人脸识别-This program uses vc and opencv to do face recognition
-
-
0下载:
基于OpenCV的人脸检测程序的实现,功能强大,已运行成功-The realization of the face detection based on OpenCV, powerful, has run successfully
-
-
0下载:
人脸识别程序。基于opencv写的人脸是检测程序。程序会准确辨认出人的脸部,并标记出来。使用IDE时VS2010,opencv版本是3.0.检测结果非常准确。-Face recognition program. Based on opencv face is written testing procedures. The program will accurately identify a person s face, and marked out. When using IDE VS2010,
-
-
1下载:
基于VC++和OPENCV写的面部识别 程序,图像处理(Face recognition program based on VC++ and OPENCV, image processing)
-