搜索资源列表
人脸的监测与定位
- 本程序可以对读入人脸进行相似度计算,二值化,脸的直方图,头发直方图,标记人连区域等-this program can read human faces similarity, the two values, face the histogram, hair histogram, marking the region even as people
FaceDetect
- 实现基于肤色模型的人脸检测算法,包括基于相似度和几何特征以及基于非线性变换技术的两种方法。
face_trace
- 提供对人脸进行区域检测和特征定位的算法实现程序,可生成可执行程序,检测方法包括相似度计算、二值化、垂直、水平直方图、脸或头发直方图等,能够对眼睛、嘴巴、鼻子进行标注。
light2
- 基于肤色的人脸检测方法,包括肤色模型建立和肤色分割过程两大部分内容。在比较了颜色空间和两种模型后,选择了在 YCbCr 空间建立高斯模型。输入图像经过相似度计算、阈值分割、最后得到人脸区域。
FatRec001
- 实现计算图象相似度,可以用于对人脸进行检测
人脸特征定位
- 人脸特征定位,实现人脸相似度计算,二值化,边缘提取。解压密码:123-positioning facial features, facial similarity to achieve, the two values, edge extraction. Extracting Password : 123
人脸定位实例
- 利用相似度和肤色建模两种方法进行人脸定位,并定位出来人眼、嘴、鼻子利用VC++对话框编程,功能强大
用高斯模型来进行相似度计算
- 这是一个用高斯模型来进行相似度计算 然后,采用模板匹配的算法实现人脸的检测和定位的。,This is a Gaussian model used for similarity computation and then, using a template matching algorithm of face detection and positioning.
FaceDetectionSystem
- 人脸检测系统可对一张图片中,在不同地方的人脸进行识别,并可对图片进行各种各样的处理,如:对图片进行二值化,比较图片相似度等.-Human Face Detection system can be a picture, in different parts of the face to identify people, and on the picture for various treatment, such as: for two values of the picture, and pict
PCA_FACE
- 从若干张图片中进行人脸识别,自动选择与例图最相似的图片,并计算其相似度!-From a number of pictures in face recognition, automatic selection and the most similar case diagram picture, and calculate the similarity!
hausdorff
- 摘 要: 提出了一种基于改进 Ha u s d o r f f距离的人脸相似度匹配的方法, 该方法首先将人脸划分为脸型、 双眼、 鼻、 嘴等几个特征点 集, 分别计算各部分的改进 Ha u s d o r f f 距离, 然后进行加权计算相似度。利用该方法, 在 A S M( 主动形状模型) 定位人脸的基础上进 行了人脸检索。 实验表明, 利用人脸相似度计算方法对人脸特征库进行搜索, 达到 了较好的效果。同时结合 A S M 自动人脸检测, 本 方法可以全自动完成人脸匹配, 应
renlian
- matlab实现人脸识别系统!给定一张人脸图像,能在一堆图片中识别出来!-matlab to achieve face recognition system! Given a human face images, can be identified in a pile in the picture!
renlianjiance
- 已有的眼睛状态识别方法不仅计算量大,而且易受环境因素(如光照条件)的影响。为此本文提出了一种新的眼睛状态识别方法:首先对实时拍摄的图像利用运动信息和肤色特征进行人脸检测 然后在检测到的上半部人 脸区域采用Adaboost算法只检测驾驶员正常状态下睁开的眼睛,把检测 的眼睛与眉毛分割出来制成正常睁开眼睛模板 最后把眼睛模板与未检测 到眼睛的上半部人脸区域进行匹配,当该区域的最大相似度值小于某闽值 时认为眼睛是闭合状态,否则认为眼睛是睁开状态。并根据眼睛状态计算 眼睛平均闭合时间
demo
- 实现了利用数字图像模式识别技术实现对人脸的自动检测与特征定位。包括有脸相似度计算、人脸轮廓提取、人脸定位、脸内轮廓提取、眼睛定位、鼻子定位和嘴定位等部分。-Achieved using digital image pattern recognition technology to the automatic human face detection and feature location. Include face similarity calculation, face contour ex
facedetect
- VS2008+opencv ,以人脸和眼睛作为特征,可用一张或者多张人脸作为训练模版,进而可以进行人脸相似度匹配,代码实时性强,可用与毕业设计或相关工程-VS2008+ opencv, people face and eyes as a feature that can be used one or multiple faces as a training template, and then you can face similarity matching, code real-time, c
简易人脸识别系统
- 人脸识别中的特征脸提取、相似人脸检索、相似度评估
人脸识别
- 基于ssm框架搭建的,前端通过获取video标签?调用本地的摄像头(获取用户媒体对象,流媒体数据base64),将流媒体数据画到convas画布上去?,后台调用百度API人脸识别接口,进入百度大脑搜索人脸识别即可获取官网的Secret Key,将前端获取的人脸信息的base64信息和你本地数据库里的人脸信息传到百度人脸识别的接口进行人脸比对,返回一个json数据,result参数 带别人脸相似度, result可自己定义,从而实现人脸识别登录(Based on the SSM framework
FaceIdentification
- 人脸识别代码,提取人脸特征,进行人脸对比,给出人脸相似度,识别效果还行,VS2015编译通过(Face recognition code, face feature extraction, face contrast, face similarity, recognition effect is good, build with VS2015)
TestLBP
- 使用vs2008开发平台,c++语言,对人脸图片进行LBP特征提取,再通过距离度量计算人脸相似度,在100人的小库中准确率超过80%(We use VS2008 development platform and c++ language to extract LBP features from face images, and then calculate face similarity by distance metric. The accuracy is over 80% in 100 sm
find people
- visual studio 2015平台上实现,摄像头识别人脸位置,并且与库中图片对比,识别人脸相似度。(On the visual studio 2015 platform, the camera recognise the face position and compare with the picture in the library to identify face similarity.)