文件名称:FaceRecog_src
-
所属分类:
- 标签属性:
- 上传时间:2012-09-04
-
文件大小:612.99kb
-
已下载:0次
-
提 供 者:
-
相关连接:无下载说明:别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容来自于网络,使用问题请自行百度
程序结构
整个工程可以分为3个部分:算法、功能和应用。
算法部分
算法部分目前分为4个模块:人脸对齐、光照归一化、特征提取和选择、子空间降维,每个模块是一个项目,每个项目生成一个dll供功能部分显式调用。
功能部分
功能部分只有一个项目FaceMngr,该部分依赖于算法部分,实现人脸注册、训练、识别、导入/导出等具体功能。该项目生成一个dll供应用部分隐式调用。
应用部分
人脸识别Demo.
另外,工程中还有一个项目tools,实现了一些整个工程都可能用到的函数,大部分与OpenCV有关。该项目生成一个dll供各部分隐式调用。-Program Structure
The whole project can be divided into three parts: the algorithm, function and application.
algorithm part
Algorithm is part of the currently divided into four modules: face alignment, illumination normalization, feature extraction and selection, reduced subspace
Dimension, each module is a project, each project generates a dll explicitly call for the functional part.
Features section
Functional part of only one project FaceMngr, part of the part depends on the algorithm to achieve face up, training,
Recognition, import/export and other specific functions. The project generates a dll for the supply of part of the implicit call.
Application Part
Face Recognition Demo.
In addition, there is a project engineering tools, to achieve a number of projects are likely to use the function, the majority
With OpenCV related. The project generates a dll called implicitly for each part.
整个工程可以分为3个部分:算法、功能和应用。
算法部分
算法部分目前分为4个模块:人脸对齐、光照归一化、特征提取和选择、子空间降维,每个模块是一个项目,每个项目生成一个dll供功能部分显式调用。
功能部分
功能部分只有一个项目FaceMngr,该部分依赖于算法部分,实现人脸注册、训练、识别、导入/导出等具体功能。该项目生成一个dll供应用部分隐式调用。
应用部分
人脸识别Demo.
另外,工程中还有一个项目tools,实现了一些整个工程都可能用到的函数,大部分与OpenCV有关。该项目生成一个dll供各部分隐式调用。-Program Structure
The whole project can be divided into three parts: the algorithm, function and application.
algorithm part
Algorithm is part of the currently divided into four modules: face alignment, illumination normalization, feature extraction and selection, reduced subspace
Dimension, each module is a project, each project generates a dll explicitly call for the functional part.
Features section
Functional part of only one project FaceMngr, part of the part depends on the algorithm to achieve face up, training,
Recognition, import/export and other specific functions. The project generates a dll for the supply of part of the implicit call.
Application Part
Face Recognition Demo.
In addition, there is a project engineering tools, to achieve a number of projects are likely to use the function, the majority
With OpenCV related. The project generates a dll called implicitly for each part.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
FaceRecog.suo
FaceAlign/asmfitting.h
FaceAlign/asmlibrary.h
FaceAlign/asmlibrary.lib
FaceAlign/FaceAlign.h
FaceAlign/FaceAlign.vcproj
FaceAlign/FaceAlign.vcproj.YanKe-PC.YanKe.user
FaceAlign/FaceAlign_ASM.cpp
FaceAlign/FaceAlign_VJ.cpp
FaceFeature/FaceFeature.cpp
FaceFeature/FaceFeature.h
FaceFeature/FaceFeature.vcproj
FaceFeature/FaceFeature.vcproj.YanKe-PC.YanKe.user
FaceMngr/FaceMngr.cpp
FaceMngr/FaceMngr.h
FaceMngr/FaceMngr.vcproj
FaceMngr/FaceMngr.vcproj.YanKe-PC.YanKe.user
FaceMngr/FaceMngr_def.h
FaceMngr/FaceMngr_load.cpp
FRDemo/AdvDlg.cpp
FRDemo/AdvDlg.h
FRDemo/AsmModel.amf
FRDemo/config.ini
FRDemo/dlgStuff.cpp
FRDemo/EnrollDlg.cpp
FRDemo/EnrollDlg.h
FRDemo/FRDemo.cpp
FRDemo/FRDemo.h
FRDemo/FRDemo.vcproj
FRDemo/FRDemo.vcproj.YanKe-PC.YanKe.user
FRDemo/FRDemoDlg.cpp
FRDemo/FRDemoDlg.h
FRDemo/frtest.aps
FRDemo/frtest.rc
FRDemo/haarcascade_frontalface_alt.xml
FRDemo/histModel.bmp
FRDemo/mask.bmp
FRDemo/noface.bmp
FRDemo/noimage.bmp
FRDemo/ProjDefs.h
FRDemo/RecogDlg.cpp
FRDemo/RecogDlg.h
FRDemo/res/FRDemo.ico
FRDemo/res/FRDemo.rc2
FRDemo/resource.h
FRDemo/result.bmp
FRDemo/stdafx.cpp
FRDemo/stdafx.h
FRDemo/targetver.h
FRDemo/TrainDlg.cpp
FRDemo/TrainDlg.h
FRDemo/WebCam.cpp
FRDemo/WebCam.h
FRDemo/WndUtils.cpp
FRDemo/WndUtils.h
LightPrep/histModel.bmp
LightPrep/LightPrep.cpp
LightPrep/LightPrep.h
LightPrep/LightPrep.vcproj
LightPrep/LightPrep.vcproj.YanKe-PC.YanKe.user
LightPrep/mask.bmp
Subspace/dggev.h
Subspace/dggev.lib
Subspace/Subspace.cpp
Subspace/Subspace.h
Subspace/Subspace.vcproj
Subspace/Subspace.vcproj.YanKe-PC.YanKe.user
tools/cvTools.cpp
tools/FreqTools.cpp
tools/PublicHeaders.h
tools/tools.h
tools/tools.vcproj
tools/tools.vcproj.YanKe-PC.YanKe.user
FaceRecog.sln
FRDemo/res
FaceAlign
FaceFeature
FaceMngr
FRDemo
LightPrep
Subspace
tools
FaceAlign/asmfitting.h
FaceAlign/asmlibrary.h
FaceAlign/asmlibrary.lib
FaceAlign/FaceAlign.h
FaceAlign/FaceAlign.vcproj
FaceAlign/FaceAlign.vcproj.YanKe-PC.YanKe.user
FaceAlign/FaceAlign_ASM.cpp
FaceAlign/FaceAlign_VJ.cpp
FaceFeature/FaceFeature.cpp
FaceFeature/FaceFeature.h
FaceFeature/FaceFeature.vcproj
FaceFeature/FaceFeature.vcproj.YanKe-PC.YanKe.user
FaceMngr/FaceMngr.cpp
FaceMngr/FaceMngr.h
FaceMngr/FaceMngr.vcproj
FaceMngr/FaceMngr.vcproj.YanKe-PC.YanKe.user
FaceMngr/FaceMngr_def.h
FaceMngr/FaceMngr_load.cpp
FRDemo/AdvDlg.cpp
FRDemo/AdvDlg.h
FRDemo/AsmModel.amf
FRDemo/config.ini
FRDemo/dlgStuff.cpp
FRDemo/EnrollDlg.cpp
FRDemo/EnrollDlg.h
FRDemo/FRDemo.cpp
FRDemo/FRDemo.h
FRDemo/FRDemo.vcproj
FRDemo/FRDemo.vcproj.YanKe-PC.YanKe.user
FRDemo/FRDemoDlg.cpp
FRDemo/FRDemoDlg.h
FRDemo/frtest.aps
FRDemo/frtest.rc
FRDemo/haarcascade_frontalface_alt.xml
FRDemo/histModel.bmp
FRDemo/mask.bmp
FRDemo/noface.bmp
FRDemo/noimage.bmp
FRDemo/ProjDefs.h
FRDemo/RecogDlg.cpp
FRDemo/RecogDlg.h
FRDemo/res/FRDemo.ico
FRDemo/res/FRDemo.rc2
FRDemo/resource.h
FRDemo/result.bmp
FRDemo/stdafx.cpp
FRDemo/stdafx.h
FRDemo/targetver.h
FRDemo/TrainDlg.cpp
FRDemo/TrainDlg.h
FRDemo/WebCam.cpp
FRDemo/WebCam.h
FRDemo/WndUtils.cpp
FRDemo/WndUtils.h
LightPrep/histModel.bmp
LightPrep/LightPrep.cpp
LightPrep/LightPrep.h
LightPrep/LightPrep.vcproj
LightPrep/LightPrep.vcproj.YanKe-PC.YanKe.user
LightPrep/mask.bmp
Subspace/dggev.h
Subspace/dggev.lib
Subspace/Subspace.cpp
Subspace/Subspace.h
Subspace/Subspace.vcproj
Subspace/Subspace.vcproj.YanKe-PC.YanKe.user
tools/cvTools.cpp
tools/FreqTools.cpp
tools/PublicHeaders.h
tools/tools.h
tools/tools.vcproj
tools/tools.vcproj.YanKe-PC.YanKe.user
FaceRecog.sln
FRDemo/res
FaceAlign
FaceFeature
FaceMngr
FRDemo
LightPrep
Subspace
tools
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.