搜索资源列表
ActiveAppearanceModels(1998)
- amm模型(主动形状匹配模型)在人脸定位中应用较多,通过对样本的训练拟合得到;初始化需要注意-amm model (active shape model matching) face in the application of more targeted, through the training samples have been fitted initialization needs attention
15883876gvf_model
- 采用非均匀的马尔科夫随机场模型来描述肖 像画与人脸图像之间的统计关系,并使用基于训练样本的非参数化的概率表示,在贝叶斯优化的框架下设计了迭 代采样算法,可以自动的从人脸图像生成特定风格的肖像画-W e learn the portraiture from a set of real artwork examples.Dif— ferent from previous texture synthesis and image synthesis works that assumed mo
Example-Based_Automatic_Portraiture
- 摘 要 提出了一种基于样本学习的人脸肖像画自动生成算法.文章采用非均匀的马尔科夫随机场模型来描述肖 像画与人脸图像之间的统计关系 ,并使用基于训练样本的非参数化的概率表示 ,在贝叶斯优化的框架下设计了迭 代采样算法 ,可以自动的从人脸图像生成特定风格的肖像画.在该方法中 ,使用非均匀的统计模型是保持肖像中人 脸结构准确性的关键.文中所提供的例子表明了该文方法的有效性-Abstract In this paper , we present a new approach for au
aamlibrary_release_2.0
- 基于AAM的人脸模型的训练,并可以实现人脸的拟合,在opencv基础上开发。-AAM(Active Appearance Models)source code。It is developped under OpenCV 1.0 for locating facial features。
main
- 用Harr特征分类器进行人脸检测,级联分类器 采用opencv中已经完成的人脸训练模型-Harr features classifier using face detection, cascade classifier has been completed using opencv face training model
faceLBP
- 包含一个性别分类的cpp文件,和已经训练好的gender.yml模型,最后计算出样本分类准确率。建议使用AR人脸数据库。使用格式为genderLBP 训练样本.txt 测试样本.txt。因为不用训练模型了,测试样本随便写个行了。测试样本的格式是:路径 1或者0。1表示男性,0表示女性。-Cpp file contains a gender classification, and has trained gender.yml model, and finally calculate the sam
FaceRecongnitionAndExtr
- 抽取出图片中的人脸,训练提取特征生成模型,检测摄像头录入的人脸并打上马赛克-thank you....
066000
- 基于马尔可夫链的马尔可夫模型的人脸识别,是硕士的毕业设计,运用马尔可夫三大算法进行的训练和识别。不错哦~-Face recognition based on Markov chain Markov model, a master s degree graduation project, the three algorithms using Markov training and recognition. Oh well ~
my_camera
- 使用vision.cascadeobjectdetector检测视频帧中的人眼的位置。检测器使用提琴琼斯检测算法和检测训练分类模型。人脸跟踪使用KLT算法.能够减少人头倾斜造成的影响,只有第一次检测人眼,以后都是检测特征点,运算速度快。-Use vision.cascadeobjectdetector detects video frames eye position. The detector uses a detection algorithm Tiqinqiongsi classifica
Face_Recognition
- 基于opencv库中的人脸识别代码,可以实现检测并跟踪视频中的人脸,可以选择训练人脸模型,或者直接加载训练好的人脸模型来识别视频中的人脸身份。-Based opencv library, this face recognition code can be achieve detecting and tracking faces in the video. You can choose training face model, or load directly trained human face
FaceRec
- 人脸识别是一个有监督学习过程,首先利用训练集构造一个人脸模型,然后将测试集与训练集进行匹配,找到与之对应的训练集头像。最容易的方式是直接利用欧式距离计算测试集的每一幅图像与训练集的每一幅图像的距离,然后选择距离最近的图像作为识别的结果。这种直接计算距离的方式直观,但是有一个非常大的缺陷—计算量太大。如果每幅图像大小为100*100,训练集大小1000,则识别测试集中的一幅图像就需要1000*100*100的计算量,当测试集很大时,识别速度非常缓慢。(Face recognition is a s
人脸识别代码
- 人脸识别是一个有监督学习过程,首先利用训练集构造一个人脸模型,然后将测试集与训练集进行匹配,找到与之对应的训练集头像。最容易的方式是直接利用欧式距离计算测试集的每一幅图像与训练集的每一幅图像的距离,然后选择距离最近的图像作为识别的结果。(Face recognition is a supervised learning process. Firstly, a face model is constructed by training set, and then the test set is m
face
- 人脸识别程序和算法,应用adboost机器学习算法训练模型(Face recognition procedures and algorithms)
face detection
- 运用HOG提取人脸特征与支持向量机算法训练模型,进行人脸识别(Using HOG to extract facial features and support vector machine algorithm training model for face recognition)
300
- 基于opencv的简易人脸识别系统,完成了拍摄,训练模型,识别自己的脸的功能(A simple face recognition system based on OpenCV has completed the shooting, training model, and recognizes the function of the face.)