文件名称:FaceRecog_src
- 所属分类:
- 图形/文字识别
- 资源属性:
- [Windows] [Visual.Net] [源码]
- 上传时间:
- 2012-11-26
- 文件大小:
- 613kb
- 下载次数:
- 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
....Align\asmfitting.h
.........\asmlibrary.h
.........\asmlibrary.lib
.........\FaceAlign.h
.........\FaceAlign.vcproj
.........\FaceAlign.vcproj.YanKe-PC.YanKe.user
.........\FaceAlign_ASM.cpp
.........\FaceAlign_VJ.cpp
....Feature\FaceFeature.cpp
...........\FaceFeature.h
...........\FaceFeature.vcproj
...........\FaceFeature.vcproj.YanKe-PC.YanKe.user
....Mngr\FaceMngr.cpp
........\FaceMngr.h
........\FaceMngr.vcproj
........\FaceMngr.vcproj.YanKe-PC.YanKe.user
........\FaceMngr_def.h
........\FaceMngr_load.cpp
.RDemo\AdvDlg.cpp
......\AdvDlg.h
......\AsmModel.amf
......\config.ini
......\dlgStuff.cpp
......\EnrollDlg.cpp
......\EnrollDlg.h
......\FRDemo.cpp
......\FRDemo.h
......\FRDemo.vcproj
......\FRDemo.vcproj.YanKe-PC.YanKe.user
......\FRDemoDlg.cpp
......\FRDemoDlg.h
......\frtest.aps
......\frtest.rc
......\haarcascade_frontalface_alt.xml
......\histModel.bmp
......\mask.bmp
......\noface.bmp
......\noimage.bmp
......\ProjDefs.h
......\RecogDlg.cpp
......\RecogDlg.h
......\res\FRDemo.ico
......\...\FRDemo.rc2
......\resource.h
......\result.bmp
......\stdafx.cpp
......\stdafx.h
......\targetver.h
......\TrainDlg.cpp
......\TrainDlg.h
......\WebCam.cpp
......\WebCam.h
......\WndUtils.cpp
......\WndUtils.h
LightPrep\histModel.bmp
.........\LightPrep.cpp
.........\LightPrep.h
.........\LightPrep.vcproj
.........\LightPrep.vcproj.YanKe-PC.YanKe.user
.........\mask.bmp
Subspace\dggev.h
........\dggev.lib
........\Subspace.cpp
........\Subspace.h
........\Subspace.vcproj
........\Subspace.vcproj.YanKe-PC.YanKe.user
tools\cvTools.cpp
.....\FreqTools.cpp
.....\PublicHeaders.h
.....\tools.h
.....\tools.vcproj
.....\tools.vcproj.YanKe-PC.YanKe.user
FaceRecog.sln
.RDemo\res
FaceAlign
FaceFeature
FaceMngr
FRDemo
LightPrep
Subspace
tools
....Align\asmfitting.h
.........\asmlibrary.h
.........\asmlibrary.lib
.........\FaceAlign.h
.........\FaceAlign.vcproj
.........\FaceAlign.vcproj.YanKe-PC.YanKe.user
.........\FaceAlign_ASM.cpp
.........\FaceAlign_VJ.cpp
....Feature\FaceFeature.cpp
...........\FaceFeature.h
...........\FaceFeature.vcproj
...........\FaceFeature.vcproj.YanKe-PC.YanKe.user
....Mngr\FaceMngr.cpp
........\FaceMngr.h
........\FaceMngr.vcproj
........\FaceMngr.vcproj.YanKe-PC.YanKe.user
........\FaceMngr_def.h
........\FaceMngr_load.cpp
.RDemo\AdvDlg.cpp
......\AdvDlg.h
......\AsmModel.amf
......\config.ini
......\dlgStuff.cpp
......\EnrollDlg.cpp
......\EnrollDlg.h
......\FRDemo.cpp
......\FRDemo.h
......\FRDemo.vcproj
......\FRDemo.vcproj.YanKe-PC.YanKe.user
......\FRDemoDlg.cpp
......\FRDemoDlg.h
......\frtest.aps
......\frtest.rc
......\haarcascade_frontalface_alt.xml
......\histModel.bmp
......\mask.bmp
......\noface.bmp
......\noimage.bmp
......\ProjDefs.h
......\RecogDlg.cpp
......\RecogDlg.h
......\res\FRDemo.ico
......\...\FRDemo.rc2
......\resource.h
......\result.bmp
......\stdafx.cpp
......\stdafx.h
......\targetver.h
......\TrainDlg.cpp
......\TrainDlg.h
......\WebCam.cpp
......\WebCam.h
......\WndUtils.cpp
......\WndUtils.h
LightPrep\histModel.bmp
.........\LightPrep.cpp
.........\LightPrep.h
.........\LightPrep.vcproj
.........\LightPrep.vcproj.YanKe-PC.YanKe.user
.........\mask.bmp
Subspace\dggev.h
........\dggev.lib
........\Subspace.cpp
........\Subspace.h
........\Subspace.vcproj
........\Subspace.vcproj.YanKe-PC.YanKe.user
tools\cvTools.cpp
.....\FreqTools.cpp
.....\PublicHeaders.h
.....\tools.h
.....\tools.vcproj
.....\tools.vcproj.YanKe-PC.YanKe.user
FaceRecog.sln
.RDemo\res
FaceAlign
FaceFeature
FaceMngr
FRDemo
LightPrep
Subspace
tools