- 三维重建 Iterative reconstruction is a method or group of algorithms used to reconstruct 2D and 3D images from the projections of an object. The technique differs greatly from the more ubiquitous filtered back projection (FBP) method.
- Sample-TCP-Server-Client Linux下简单 的 TCP 服务器和客户端端代码
- AVR_M16_AD AVR单片机ATmega16的AD功能测试程序
- SPWM 电压型逆变器的数学模型
- OpenCV2.1 专业的图像处理软件
- 利用ADMM和小波进行图像恢复 使用ADMM算法的图像恢复模型
文件名称:FaceRecog_src100902
-
所属分类:
- 标签属性:
- 上传时间:2012-11-06
-
文件大小:1.42mb
-
已下载:1次
-
提 供 者:
-
相关连接:无下载说明:别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容来自于网络,使用问题请自行百度
基于OpenCV的人脸识别演示程序。目前实现了Gabor+Fisherface算法,还有几何和光照归一化。
-->请到 http://code.google.com/p/facerecog/ 下载最新版本。<--
功能:对摄像头拍摄的或用户指定的图像,检测其中人脸,然后在已存储的人脸库中找到最匹配的人脸并显示。
在VS 2008 SP1上编写,使用了OpenCV 2.0和MFC,通过消息处理函数与用户进行交互,利用多线程来实时显示图像。
数据处理分为了CFaceAlign(人脸检测+几何归一化)、CLightPrep(光照归一化)、CFaceFeature(Gabor特征提取)、CSubspace(计算Fisherface子空间)四个类,还有一个类 CFaceMngr 负责管理界面与数据之间的交流。注释很详细
程序中使用了OpenCV1.0和2.0,如果你没有安装这两者的库,或者想要看看运行效果,请到
http://code.google.com/p/facerecog/
下载安装包。-An OpenCV-based face recognition demo. Gabor+Fisherface algorithm, face alignment and light normalization is implemented. Please go to http://code.google.com/p/facerecog/ to download latest codes, demo installer and OpenCV dlls.
-->请到 http://code.google.com/p/facerecog/ 下载最新版本。<--
功能:对摄像头拍摄的或用户指定的图像,检测其中人脸,然后在已存储的人脸库中找到最匹配的人脸并显示。
在VS 2008 SP1上编写,使用了OpenCV 2.0和MFC,通过消息处理函数与用户进行交互,利用多线程来实时显示图像。
数据处理分为了CFaceAlign(人脸检测+几何归一化)、CLightPrep(光照归一化)、CFaceFeature(Gabor特征提取)、CSubspace(计算Fisherface子空间)四个类,还有一个类 CFaceMngr 负责管理界面与数据之间的交流。注释很详细
程序中使用了OpenCV1.0和2.0,如果你没有安装这两者的库,或者想要看看运行效果,请到
http://code.google.com/p/facerecog/
下载安装包。-An OpenCV-based face recognition demo. Gabor+Fisherface algorithm, face alignment and light normalization is implemented. Please go to http://code.google.com/p/facerecog/ to download latest codes, demo installer and OpenCV dlls.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
frtest_dlls/algotest/algotest.cpp
frtest_dlls/algotest/algotest.h
frtest_dlls/algotest/algotest.vcproj
frtest_dlls/algotest/algotest.vcproj.YANKE-COMPUTER.Admin.user
frtest_dlls/algotest/feret.cpp
frtest_dlls/algotest/feret_dupI_list.txt
frtest_dlls/algotest/feret_fa_list.txt
frtest_dlls/algotest/feret_fb_list.txt
frtest_dlls/algotest/feret_fc_list.txt
frtest_dlls/algotest/feret_train_list.txt
frtest_dlls/algotest/histModel.bmp
frtest_dlls/algotest/mask.bmp
frtest_dlls/algotest/orl.cpp
frtest_dlls/cvNotes.txt
frtest_dlls/exe/asmlibrary.dll
frtest_dlls/exe/dggev.dll
frtest_dlls/FaceAlign/ASM.tif
frtest_dlls/FaceAlign/asmfitting.h
frtest_dlls/FaceAlign/asmlibrary.h
frtest_dlls/FaceAlign/asmlibrary.lib
frtest_dlls/FaceAlign/FaceAlign.h
frtest_dlls/FaceAlign/FaceAlign.rc
frtest_dlls/FaceAlign/FaceAlign.vcproj
frtest_dlls/FaceAlign/FaceAlign.vcproj.YANKE-COMPUTER.Admin.user
frtest_dlls/FaceAlign/FaceAlign_ASM.cpp
frtest_dlls/FaceAlign/FaceAlign_ASM.h
frtest_dlls/FaceAlign/FaceAlign_coord.cpp
frtest_dlls/FaceAlign/FaceAlign_coord.h
frtest_dlls/FaceAlign/FaceAlign_Haar.cpp
frtest_dlls/FaceAlign/FaceAlign_Haar.h
frtest_dlls/FaceAlign/resource.h
frtest_dlls/FaceFeature/FaceFeature.h
frtest_dlls/FaceFeature/FaceFeature.vcproj
frtest_dlls/FaceFeature/FaceFeature.vcproj.YANKE-COMPUTER.Admin.user
frtest_dlls/FaceFeature/FaceFeature_Gabor.cpp
frtest_dlls/FaceFeature/FaceFeature_Gabor.h
frtest_dlls/FaceFeature/FaceFeature_GaborF.cpp
frtest_dlls/FaceFeature/FaceFeature_GaborF.h
frtest_dlls/FaceFeature/FaceFeature_pixel.cpp
frtest_dlls/FaceFeature/FaceFeature_pixel.h
frtest_dlls/FaceMngr/FaceMngr.h
frtest_dlls/FaceMngr/FaceMngr.vcproj
frtest_dlls/FaceMngr/FaceMngr.vcproj.YANKE-COMPUTER.Admin.user
frtest_dlls/FaceMngr/FaceMngr_complete.cpp
frtest_dlls/FaceMngr/FaceMngr_complete.h
frtest_dlls/FaceMngr/FaceMngr_fast.cpp
frtest_dlls/FaceMngr/FaceMngr_fast.h
frtest_dlls/FaceMngr/FaceMngr_fast_fast.cpp
frtest_dlls/FaceMngr/FaceMngr_fast_fast.h
frtest_dlls/FaceMngr/orl_func.cpp
frtest_dlls/frsetup/config.ini
frtest_dlls/frsetup/frsetup.vdproj
frtest_dlls/frtest/AdvDlg.cpp
frtest_dlls/frtest/AdvDlg.h
frtest_dlls/frtest/AsmModel.amf
frtest_dlls/frtest/config.ini
frtest_dlls/frtest/dlgStuff.cpp
frtest_dlls/frtest/EnrollDlg.cpp
frtest_dlls/frtest/EnrollDlg.h
frtest_dlls/frtest/frtest.cpp
frtest_dlls/frtest/frtest.h
frtest_dlls/frtest/frtest.rc
frtest_dlls/frtest/frtest.vcproj
frtest_dlls/frtest/frtest.vcproj.YANKE-COMPUTER.Admin.user
frtest_dlls/frtest/frtestDlg.cpp
frtest_dlls/frtest/frtestDlg.h
frtest_dlls/frtest/haarcascade_frontalface_alt.xml
frtest_dlls/frtest/histModel.bmp
frtest_dlls/frtest/mask.bmp
frtest_dlls/frtest/noface.bmp
frtest_dlls/frtest/noimage.bmp
frtest_dlls/frtest/outline.txt
frtest_dlls/frtest/ProjDefs.h
frtest_dlls/frtest/RecogDlg.cpp
frtest_dlls/frtest/RecogDlg.h
frtest_dlls/frtest/res/frtest.ico
frtest_dlls/frtest/res/frtest.rc2
frtest_dlls/frtest/Resource.h
frtest_dlls/frtest/result.bmp
frtest_dlls/frtest/stdafx.cpp
frtest_dlls/frtest/stdafx.h
frtest_dlls/frtest/targetver.h
frtest_dlls/frtest/TrainDlg.cpp
frtest_dlls/frtest/TrainDlg.h
frtest_dlls/frtest/WebCam.cpp
frtest_dlls/frtest/WebCam.h
frtest_dlls/frtest/WndUtils.cpp
frtest_dlls/frtest/WndUtils.h
frtest_dlls/frtest.sln
frtest_dlls/frtest.suo
frtest_dlls/LightPrep/LightPrep.cpp
frtest_dlls/LightPrep/LightPrep.h
frtest_dlls/LightPrep/LightPrep.vcproj
frtest_dlls/LightPrep/LightPrep.vcproj.YANKE-COMPUTER.Admin.user
frtest_dlls/opencv/cv.h
frtest_dlls/opencv/cv.hpp
frtest_dlls/opencv/cv200.lib
frtest_dlls/opencv/cv200d.lib
frtest_dlls/opencv/cvcompat.h
frtest_dlls/opencv/cvtypes.h
frtest_dlls/opencv/cvver.h
frtest_dlls/opencv/cxcore.h
frtest_dlls/opencv/cxcore.hpp
frtest_dlls/opencv/cxcore200.lib
frtest_dlls/opencv/cxcore200d.lib
frtest_dlls/opencv/cxerror.h
frtest_dlls/opencv/cxflann.h
frtest_dlls/opencv/cxmat.hpp
frtest_dlls/opencv/cxmisc.h
frtest_dlls/opencv/cxoperations.hpp
frtest_dlls/opencv/cxtypes.h
frtest_dlls/opencv/frtest.suo
frtest_dlls/opencv/highgui.h
frtest_dlls/opencv/highgui.hpp
frtest_dlls/opencv/highgui200.lib
frtest_dlls/opencv/highgui200d.lib
frtest_dlls/opencv/PublicHeaders.h
frtest_dlls/output.txt
frtest_dlls/pnotes.txt
frtest_dlls/readme.txt
frtest_dlls/Subspace/dggev.h
frtest_dlls/Subspace/dggev.lib
frtest_dlls/Subspace/Subspace.cpp
frtest_dlls/Subspace/Subspace.h
frtest_dlls/Subspace/Subspace.vcproj
frtest_dlls/Subspace/Subspace.vcproj.YANKE-COMPUTER.Admin.user
frtest_dlls/svn-commit.tmp
frtest_dlls/tnotes.txt
frtest_dlls/tools/CompDefs.h
frtest_dlls/tools/cvTools.cpp
frtest_dlls/tools/FreqTools.cpp
frtest_dlls/tools/tools.def
frtest_dlls/tools/tools.h
frtest_dlls/tools/tools.vcproj
frtest_dlls/tools/tools.vcproj.YANKE-COMPUTER.Admin.user
frtest_dlls/程序文档.doc
frtest_dlls/frtest/res
frtest_dlls/algotest
frtest_dlls/exe
frtest_dlls/FaceAlign
frtest_dlls/FaceFeature
frtest_dlls/FaceMngr
frtest_dlls/frsetup
frtest_dlls/frtest
frtest_dlls/LightPrep
frtest_dlls/opencv
frtest_dlls/Subspace
frtest_dlls/tools
frtest_dlls
frtest_dlls/algotest/algotest.h
frtest_dlls/algotest/algotest.vcproj
frtest_dlls/algotest/algotest.vcproj.YANKE-COMPUTER.Admin.user
frtest_dlls/algotest/feret.cpp
frtest_dlls/algotest/feret_dupI_list.txt
frtest_dlls/algotest/feret_fa_list.txt
frtest_dlls/algotest/feret_fb_list.txt
frtest_dlls/algotest/feret_fc_list.txt
frtest_dlls/algotest/feret_train_list.txt
frtest_dlls/algotest/histModel.bmp
frtest_dlls/algotest/mask.bmp
frtest_dlls/algotest/orl.cpp
frtest_dlls/cvNotes.txt
frtest_dlls/exe/asmlibrary.dll
frtest_dlls/exe/dggev.dll
frtest_dlls/FaceAlign/ASM.tif
frtest_dlls/FaceAlign/asmfitting.h
frtest_dlls/FaceAlign/asmlibrary.h
frtest_dlls/FaceAlign/asmlibrary.lib
frtest_dlls/FaceAlign/FaceAlign.h
frtest_dlls/FaceAlign/FaceAlign.rc
frtest_dlls/FaceAlign/FaceAlign.vcproj
frtest_dlls/FaceAlign/FaceAlign.vcproj.YANKE-COMPUTER.Admin.user
frtest_dlls/FaceAlign/FaceAlign_ASM.cpp
frtest_dlls/FaceAlign/FaceAlign_ASM.h
frtest_dlls/FaceAlign/FaceAlign_coord.cpp
frtest_dlls/FaceAlign/FaceAlign_coord.h
frtest_dlls/FaceAlign/FaceAlign_Haar.cpp
frtest_dlls/FaceAlign/FaceAlign_Haar.h
frtest_dlls/FaceAlign/resource.h
frtest_dlls/FaceFeature/FaceFeature.h
frtest_dlls/FaceFeature/FaceFeature.vcproj
frtest_dlls/FaceFeature/FaceFeature.vcproj.YANKE-COMPUTER.Admin.user
frtest_dlls/FaceFeature/FaceFeature_Gabor.cpp
frtest_dlls/FaceFeature/FaceFeature_Gabor.h
frtest_dlls/FaceFeature/FaceFeature_GaborF.cpp
frtest_dlls/FaceFeature/FaceFeature_GaborF.h
frtest_dlls/FaceFeature/FaceFeature_pixel.cpp
frtest_dlls/FaceFeature/FaceFeature_pixel.h
frtest_dlls/FaceMngr/FaceMngr.h
frtest_dlls/FaceMngr/FaceMngr.vcproj
frtest_dlls/FaceMngr/FaceMngr.vcproj.YANKE-COMPUTER.Admin.user
frtest_dlls/FaceMngr/FaceMngr_complete.cpp
frtest_dlls/FaceMngr/FaceMngr_complete.h
frtest_dlls/FaceMngr/FaceMngr_fast.cpp
frtest_dlls/FaceMngr/FaceMngr_fast.h
frtest_dlls/FaceMngr/FaceMngr_fast_fast.cpp
frtest_dlls/FaceMngr/FaceMngr_fast_fast.h
frtest_dlls/FaceMngr/orl_func.cpp
frtest_dlls/frsetup/config.ini
frtest_dlls/frsetup/frsetup.vdproj
frtest_dlls/frtest/AdvDlg.cpp
frtest_dlls/frtest/AdvDlg.h
frtest_dlls/frtest/AsmModel.amf
frtest_dlls/frtest/config.ini
frtest_dlls/frtest/dlgStuff.cpp
frtest_dlls/frtest/EnrollDlg.cpp
frtest_dlls/frtest/EnrollDlg.h
frtest_dlls/frtest/frtest.cpp
frtest_dlls/frtest/frtest.h
frtest_dlls/frtest/frtest.rc
frtest_dlls/frtest/frtest.vcproj
frtest_dlls/frtest/frtest.vcproj.YANKE-COMPUTER.Admin.user
frtest_dlls/frtest/frtestDlg.cpp
frtest_dlls/frtest/frtestDlg.h
frtest_dlls/frtest/haarcascade_frontalface_alt.xml
frtest_dlls/frtest/histModel.bmp
frtest_dlls/frtest/mask.bmp
frtest_dlls/frtest/noface.bmp
frtest_dlls/frtest/noimage.bmp
frtest_dlls/frtest/outline.txt
frtest_dlls/frtest/ProjDefs.h
frtest_dlls/frtest/RecogDlg.cpp
frtest_dlls/frtest/RecogDlg.h
frtest_dlls/frtest/res/frtest.ico
frtest_dlls/frtest/res/frtest.rc2
frtest_dlls/frtest/Resource.h
frtest_dlls/frtest/result.bmp
frtest_dlls/frtest/stdafx.cpp
frtest_dlls/frtest/stdafx.h
frtest_dlls/frtest/targetver.h
frtest_dlls/frtest/TrainDlg.cpp
frtest_dlls/frtest/TrainDlg.h
frtest_dlls/frtest/WebCam.cpp
frtest_dlls/frtest/WebCam.h
frtest_dlls/frtest/WndUtils.cpp
frtest_dlls/frtest/WndUtils.h
frtest_dlls/frtest.sln
frtest_dlls/frtest.suo
frtest_dlls/LightPrep/LightPrep.cpp
frtest_dlls/LightPrep/LightPrep.h
frtest_dlls/LightPrep/LightPrep.vcproj
frtest_dlls/LightPrep/LightPrep.vcproj.YANKE-COMPUTER.Admin.user
frtest_dlls/opencv/cv.h
frtest_dlls/opencv/cv.hpp
frtest_dlls/opencv/cv200.lib
frtest_dlls/opencv/cv200d.lib
frtest_dlls/opencv/cvcompat.h
frtest_dlls/opencv/cvtypes.h
frtest_dlls/opencv/cvver.h
frtest_dlls/opencv/cxcore.h
frtest_dlls/opencv/cxcore.hpp
frtest_dlls/opencv/cxcore200.lib
frtest_dlls/opencv/cxcore200d.lib
frtest_dlls/opencv/cxerror.h
frtest_dlls/opencv/cxflann.h
frtest_dlls/opencv/cxmat.hpp
frtest_dlls/opencv/cxmisc.h
frtest_dlls/opencv/cxoperations.hpp
frtest_dlls/opencv/cxtypes.h
frtest_dlls/opencv/frtest.suo
frtest_dlls/opencv/highgui.h
frtest_dlls/opencv/highgui.hpp
frtest_dlls/opencv/highgui200.lib
frtest_dlls/opencv/highgui200d.lib
frtest_dlls/opencv/PublicHeaders.h
frtest_dlls/output.txt
frtest_dlls/pnotes.txt
frtest_dlls/readme.txt
frtest_dlls/Subspace/dggev.h
frtest_dlls/Subspace/dggev.lib
frtest_dlls/Subspace/Subspace.cpp
frtest_dlls/Subspace/Subspace.h
frtest_dlls/Subspace/Subspace.vcproj
frtest_dlls/Subspace/Subspace.vcproj.YANKE-COMPUTER.Admin.user
frtest_dlls/svn-commit.tmp
frtest_dlls/tnotes.txt
frtest_dlls/tools/CompDefs.h
frtest_dlls/tools/cvTools.cpp
frtest_dlls/tools/FreqTools.cpp
frtest_dlls/tools/tools.def
frtest_dlls/tools/tools.h
frtest_dlls/tools/tools.vcproj
frtest_dlls/tools/tools.vcproj.YANKE-COMPUTER.Admin.user
frtest_dlls/程序文档.doc
frtest_dlls/frtest/res
frtest_dlls/algotest
frtest_dlls/exe
frtest_dlls/FaceAlign
frtest_dlls/FaceFeature
frtest_dlls/FaceMngr
frtest_dlls/frsetup
frtest_dlls/frtest
frtest_dlls/LightPrep
frtest_dlls/opencv
frtest_dlls/Subspace
frtest_dlls/tools
frtest_dlls
1999-2046 搜珍网 All Rights Reserved.
本站作为网络服务提供者,仅为网络服务对象提供信息存储空间,仅对用户上载内容的表现方式做保护处理,对上载内容本身不做任何修改或编辑。
