搜索资源列表
-
0下载:
便于使用的收集人脸图像建立数据库的工具程序。供人脸检测/识别/表情/姿态等模式识别、人工智能领域的研究者使用。可以方便地从网页中收集人脸照片,提供良好的交互界面对照片在模式识别,尤其是biometric领域中所需的各种属性进行标注,建立数据库。-easy-to-use collection of facial image database tools procedures. For Face detection / identification / expression / gestures,
-
-
0下载:
人脸检测和表情识别的动态链接库,并且含有C++调用的例子,非常适合研究人脸识别和表情识别!-face detection and expression recognition of the dynamic link library, called C and contain examples very suitable for the study face recognition and facial recognition!
-
-
0下载:
西安交通大学开的《图象处理》的课,用的课本是章毓晋老师编的《图象工程》上册,既《图象处理和分析》,我本科期间学的这门课,这是用MATLAB所做的作业源程序,包括颜色模型转换成,直方图转换,图象分割,边缘检测,hough变换(哈夫变换),图象表达等。-Xi'an Jiaotong University opened the "image processing" of the class, Textbooks are used in Yu-Jin Zhang teache
-
-
0下载:
OpenCV HaarCascades files for Mouth detection
-
-
0下载:
在广泛研究前人工作的基础上,本文对运动人物的检测、跟踪与识别进行了综述。为
使分类清楚明了,本文将人物运动分析分为两大类:人体运动分析,人脸分析。人体运动分
析包括人的较大幅度的肢体运动,如手势识别、步态分析、整个人体的运动分析;人脸分析
包括人脸检测与识别、表情分析。在详细介绍了国内外研究现状后,提出了存在的问题及研
究前景。-Extensively studied in previous work on the basis of the figures in this art
-
-
3下载:
本程序实现hough变换。Hough变换是图像处理中从图像中识别几何形状的基本方法之一。Hough变换的基本原理在于利用点与线的对偶性,将原始图像空间的给定的曲线通过曲线表达形式变为参数空间的一个点。这样就把原始图像中给定曲线的检测问题转化为寻找参数空间中的峰值问题。也即把检测整体特性转化为检测局部特性。比如直线、椭圆、圆、弧线等。
-Hough transform this program. Hough transform image processing image recogniti
-
-
0下载:
摘 要: 提出了一种基于改进 Ha u s d o r f f距离的人脸相似度匹配的方法, 该方法首先将人脸划分为脸型、 双眼、 鼻、 嘴等几个特征点
集, 分别计算各部分的改进 Ha u s d o r f f 距离, 然后进行加权计算相似度。利用该方法, 在 A S M( 主动形状模型) 定位人脸的基础上进
行了人脸检索。 实验表明, 利用人脸相似度计算方法对人脸特征库进行搜索, 达到 了较好的效果。同时结合 A S M 自动人脸检测, 本
方法可以全自动完成人脸匹配, 应
-
-
0下载:
人脸识别-仅对静态图片The output of this code is mainly required for feature detection or facial expression recognition purpose.
give the input(name of the image) at the 1st line of the facedetection.m file & run the file.
The face_database folder contain
-
-
0下载:
结合人脸肤色和发色进行的人脸检测,可以忽略人脸的姿态表情,不用进行人脸特征的定位-Combination of face color and hair color for face detection, facial gesture can ignore the expression, do not carry out the positioning of facial features
-
-
0下载:
近年来,面部识别技术已经备受关注,其研究已迅速,因为它有许多在计算机视觉通讯和控制系统,自动存取的应用潜力。特别是,人脸检测是一种面部识别作为自动人脸识别第一步的重要组成部分。
然而,人脸检测并不简单,因为它需要用到许多技术,如构成变化(前,非前),闭塞,形象定位,照明条件和面部表情的变化-In recent years, face recognition technology has been concern that its research has rapidly because it
-
-
0下载:
supplies
cross-platform libraries for real-time perception primitives, including face detection,
eye detection, blink detection, color tracking. Soon it will also include expression
recognition, predictive color tracking, and tracking based on
-
-
0下载:
人脸表情识别是模式识别领域中一个重要的研究方向。人脸表情识别包括:从背景图像中检测人脸、图像采集、对人脸图像进行预处理、PCA提取表情特征、表情识别。-Face recognition is an important research direction in the field of pattern recognition. Face recognition is made up of the following parts: face detection from the backgrou
-
-
1下载:
Hough变换是图像处理中从图像中识别几何形状的基本方法之一。Hough变换的基本原理在于利用点与线的对偶性,将原始图像空间的给定的曲线通过曲线表达形式变为参数空间的一个点。这样就把原始图像中给定曲线的检测问题转化为寻找参数空间中的峰值问题。也即把检测整体特性转化为检测局部特性。比如直线、椭圆、圆、弧线等-Hough transform is image processing image recognition from the basic geometry of one of the meth
-
-
0下载:
人脸检测的研究具有重要的学术价值,人脸是一类具有相当复杂的细节变化的自然结构目标,对此类目标的挑战性在于:人脸由于外貌、表情、肤色等不同,具有模式的可变性;一般意义下的人脸上,可能存在眼镜、胡须等附属物;作为三维物体的人脸影像不可避免地受由光照产生的阴影的影响。因此,如果能够找到解决这些问题的方法,成功地构造出人脸检测系统,将为解决其他类似的复杂模式的检测问题提供重要的启示。本书对人脸检测的基本问题、研究思路和方法、经典的算法和技术全方位地做了深入系统的介绍,着重介绍了作者在利用活动轮廓模型方法
-
-
0下载:
基于稀疏表达的视频文字检测方法 :针对传统视频文字检测方法存在效率较低、计算复杂、精确度不高的不足,提出一种视频文字检测方法,通过基于边缘密度和连
通域分析的文字粗检测得到候选文本行,利用稀疏表达分类产生的过完备词典进行文字行验证。实验结果表明,该方法具有较好的检测性
能,可以应用于视频检索系统。-Expression based on sparse video text detection method: video text detection method for the exis
-
-
0下载:
Code attached here detects facial expression detection in OpenCV.
Assume that opencv is already installed on your machine.
-
-
0下载:
提出了一种针对复杂环境下的过人脸检测方法,首先在CbCgCr空间利用直接最小二乘法构建了对光照和复杂背景鲁棒性更好肤色聚类模型,实现了准确的肤色检测;然后针对人脸中姿态和表情变化,提出了基于Adaboost的多姿态人脸检测,精确的实现了人脸检测定位。-Extraordinary face detection method for complex environments, the first space CbCgCr direct least squares meth
-
-
0下载:
用于人脸检测,人脸定位,人脸表情特征的提取与人脸表情识别,对学习人脸表情识别有很大帮助。-For face detection, face location, extraction and facial expression recognition characteristic facial expression, facial expression recognition for learning helps a lot.
-
-
0下载:
用opencv做的 人脸表情识别程序,难度不大,值得一看-Opencv to do with the facial expression recognition program is not difficult, worth seeing
-
-
0下载:
人脸表情检测,基于PCA算法,本代码的特点是人脸图像的检测率高-Facial expression detection algorithm based on PCA, feature of the code is that a face image detection rate
-