搜索资源列表
FaceDetection
- 这是一个人脸检测的项目,牵涉到人脸检测与分割,表征和特征提取,性能评估等部分。
face
- 基于Gabor小波变换的特征提取和人工智能的人脸检测系统源代码.
PhDthesis_WangJin
- 一个视频驱动的人脸动画原型系统,详细介绍了构造该系统所涉及的人脸检测、特征提取、特征跟踪、特定人脸建模、表情动画等方面的技术。
20090101
- 这是一个用vc++实现的基于肤色的人脸识别系统,包括人脸的检测、定位,特征提取、识别。-This is a used vc++ Achieve color-based face recognition systems, including face detection, location, feature extraction, identification.
Gabor-based-feature-extraction-
- 基于Gabor特征提取和人工智能的人脸检测系统源代码-Gabor-based feature extraction and artificial intelligence source code of face detection system
FaceDetection
- 数字图象处理的应用--人脸检测,通过VC提取特征并完成检测-Application of Digital Image Processing- Face detection, through the extraction of the characteristics of VC and complete testing
ImageProcessing
- 程序的基本功能是运动检测,特征提取,图像匹配,图像压缩,图像变换等-The basic function of the procedure is the motion detection, feature extraction, image matching, image compression, image transformation, etc.
31767676GVF_Snake
- 从而让机器人在纸上画出肖像漫画,首先必须由计算机自动生成人脸的线条画。 因此,需要采用基于机器视觉的方法,结合人脸检测和人脸特征提取等技术-geneous,Inhomogeneous M arkov Random Field Model is employed as the statistical model,and a non—parametric sampling schem e is used to capture the complex statistical character
FaceDetection
- 从原始彩色图像中提取多阈值器官梯度图、双阈值肤色图、梯度方向图和灰度特征图等四种特征图像,并运用多姿态 知识模型和多姿态模板,实现了一种快速人脸检测算法 -Extracted from the original color image gradient map organ multi-threshold, dual-threshold color map and gray gradient patterns and other characteristics of the four
Harris
- 研究一种红外医学图像处理与分析方法,实现红外人脸图像中特征区域的自动定位。方法 针对红外正面脸部图像,采用一种无监督的局部和全局的特征提取方法,首先通过阈值法区分出前景和 背景,并根据面部特征对称性在前景中确定鼻区 然后在面部确定一个包含所有特征的矩形区域,利用 Harris算子在该区域检测出角点,并找出这些点的局部最大值点 最后用K-means方法对这些点进行 聚类 -To develop an mi age analyzing procedure forautomatic
fdp5finalMatlab.tar
- 这是一个使用了Gabor特征提取和人工智能的人脸检测系统源代码 使用步骤: 1. 拷贝所有文件到MATLAB工作目录下(确认已经安装了图像处理工具箱和人工智能工具箱) 2. 找到"main.m"文件 3. 命令行中运行它 4. 点击"Train Network",等待程序训练好样本 5. 点击"Test on Photos",选择一个.jpg图片,识别。 6. 等待程序检测出人脸区域 createffnn.m, d
Face-recognition--on-a-DSP
- 本文介绍了 DSP6711的硬件特性 分析了人脸检测、 识别的原理及算法的选型 运用基于 DCT变换域的 LDA的特征提取方法 ,实现了人脸的自动识别。在 Yale人脸库上的实验结果表明本算法识别率要比直接用 PCA进行特征提取的方 法要好-This article describes the DSP6711 hardware features analysis of face detection, recognition of the principle and algorithm se
PCA
- 用matlab实现的PCA算法,用于人脸检测和识别,人脸图像的特征提取-algorithm of PCA of face detection by matlab
PCA-based-face-recognition
- 研究内容包括四个方面:分别是人脸检测,图像的预处理,特征提取和人脸识别。能在不同光照,不同表情,不同姿态的情况下获得准确的识别。-The study includes four aspects: face detection, image preprocessing, feature extraction and face recognition. The accurate identification can be obtained in the case of different light
face-detection-for-K-L-transform
- 基于K-L变换的人脸识别技术主要思想是:提取输入人脸图像矩阵的特征向量,并与图像数据库中样本特征的向量求欧氏距离,距离小于阈值时便认为识别成功。本程序即为利用K-L原理实现人脸检测的实例。-The main idea of the face recognition technology based on KL transform is: extract the matrix of the input face image feature vectors and Euc
llde_cmb
- 人脸检测一直是人们在研究的问题,流形学习用于人脸检测中的特征提取,用PCA与constructM进行降维,KNN分类器用于分类。取得非常好的效果。-Face detection has been the problem of people in the study, manifold learning for face detection feature extraction using PCA and constructM dimension reduction, KNN classifier
Gabor-face-detection-code
- 基于Gabor特征提取和人工智能的人脸检测系统源代码 方便初学者学习使用 包含gabor 提取 和 最后的人脸匹配 核心算法-Gabor feature extraction and artificial intelligence-based face detection system source code easy for beginners to learn to use
FaceDetect-master
- 面部检测,基于图像的人脸识别,opencv2 cv3(If you want to understand how the code works, the details are here: https://realpython.com/blog/python/face-recognition-with-python/ Update: Now supports OpenCV3. This change has been made by furetosan ( https://git
lbpcascade_animeface-master
- 利用opencv资源库里自带的lbpcascade_animeface.xml,对普通人脸进行识别,如果有数据库的话,也可以自己训练学习,提取人脸特征,进行学习(We use the lbpcascade_animeface.xml in opencv repository to recognize normal faces. If there are databases, we can also train ourselves to learn, extract facial features
renlian
- 基于肤色分割的彩色图像人脸检测技术 人脸识别是一个具有广阔应用前景和极富挑战性的研究课题,涉及图形图像处理、神经网络、模式识别等等热门研究领域.其在公安追逃系统、安全验证系统、档案管理系统、信用卡验证、视频会议、人机交互系统等方面都具有重要的应用价值.一个完整的人脸识别系统应该包括人脸检测、特征提取、以及匹配识别(Face detection in color images based on skin color segmentation)