搜索资源列表
1
- Face Alignment Using an Improved Active Shape Model
ASMLibrary
- ASMLibrary是采用ASM方法, A compact SDK for face alignment,首先标定人脸的特征位置,然后建立ASM模型,可以进行人脸定位与特征提取。
FaceRecog_src
- 程序结构 整个工程可以分为3个部分:算法、功能和应用。 算法部分 算法部分目前分为4个模块:人脸对齐、光照归一化、特征提取和选择、子空间降维,每个模块是一个项目,每个项目生成一个dll供功能部分显式调用。 功能部分 功能部分只有一个项目FaceMngr,该部分依赖于算法部分,实现人脸注册、训练、识别、导入/导出等具体功能。该项目生成一个dll供应用部分隐式调用。 应用部分 人脸识别Demo. 另外,工程中
FaceRecog_src100902
- 基于OpenCV的人脸识别演示程序。目前实现了Gabor+Fisherface算法,还有几何和光照归一化。 -->请到 http://code.google.com/p/facerecog/ 下载最新版本。<-- 功能:对摄像头拍摄的或用户指定的图像,检测其中人脸,然后在已存储的人脸库中找到最匹配的人脸并显示。 在VS 2008 SP1上编写,使用了OpenCV 2.0和MFC,通过消息处理函数与用户进行交互,利用多线程来实时显示图像。 数据处理分为了C
Face_Alignment_Tool
- face alignment tool face alignment tool face alignment tool face alignment tool face alignment tool-face alignment tool face alignment tool face alignment tool face alignment tool face alignment tool face alignment tool face alignment tool face align
congealReal.1.0
- 国外的一个做人脸直线化的代码,能够对人脸和汽车图片进行直线化。-Many recognition algorithms depend on careful positioning of an object into a canonical pose, so the position of features relative to a fixed coordinate system can be examined. Generally, this positioning is done eithe
Novel_Example-Based_Shape_Learning_For_Fast_Face_A
- 用于人脸对准的快速形状学习方法(论文):提出了一种新的用于人脸特征对准的基于样本 的形状学习策略(ESL)。该方法是基于下面结论提出的:人脸图像差和形状差之间存在一种近似的线 性关系——即相似的人脸图像蕴涵着相似的形状。因此,给定一个人脸图像的学习集,其中人脸图 像的特征点都已手工标定。则任意新的人脸图像的形状可以如下抽取:估计该人脸图像和训练集中 训练图像的相似度,并将同样的相似度用于该人脸图像形状的重建-Fast Face Alignment for the shape of
procustesAlign
- Performs Procustes point alignment on a group of point sets. Method rigidly aligns, shifts, and scales points to reduce mean square error. Method is described in: B. Klare, P Mallapragada, A.K. Jain, and K. Davis, "Clustering Face Carvings: E
Face-Alignment-and-Recognition
- face detection using matlab
Face_recognition
- 人脸识别程序。算法部分目前分为4个模块:人脸对齐、光照归一化、特征提取和选择、子空间降维,每个模块是一个项目,每个项目生成一个dll供功能部分隐式调用-Recognition program. Part of the algorithm is currently divided into four modules: face alignment, illumination normalization, feature extraction and selection, subspace dime
face-alignment-in-3000fps-master
- 基于机器学习的人脸识别算法,对face-alignment-in-3000fps-master的简单实现-Face recognition algorithm based on machine learning, for face-alignment-in-3000fps-master simple implementation
face-alignment-at-3000fps-master
- 人脸对齐程序,使用c++编的,效果比较好,按照这篇文章face-alignment-at-3000fps-master做的-Face alignment procedure using c++ series, results were better, according to the article face-alignment-at-3000fps-master to do
face-alignment-at-3000fps-master
- C++ implementation of Face Alignment at 3000 FPS via Regressing Local Binary Features.
face-alignment-in-3000fps-master
- This paper reports an exhaustive analysis of the discriminative power of the different regions of the human face on various forensic scenarios. In practice, when forensic examiners compare two face images, they focus their attention not only on t
ORL_Aligned_faces
- aligned and normalized ORL face database which is manually cropped by the eyes and mouth
MTCNN_face_detection_alignment-master
- 人脸识别和分割,用于图片中人脸的检测与标出,编程语言为matlab(face detect and aligement)
face-alignment-in-3000fps-master
- face detection 人脸识别c++应用(face detection face-alignment-in-3000fps-master)
face-alignment-at-3000fps-master
- 这是论文3000fps的人脸标定系统vc++的实现(This is the 3000fps's code)
face_alignment
- 人脸识别中的face alignment实现,亲测可行(face alignment in opencv/Visual C++)