搜索资源列表
MatlabFaceDetect
- 用c/c++联合编写的人脸搜索算法。使用openCV库-With c/c++ United prepared Face search algorithm. OpenCV library use
find-files
- VB开发人员都会遇到文件定位的问题。VB提供的Dir[(pathname[, attributes])]函数应该可以满足各种文件定位问题。使用Dir函数时,我们必须给它提供文件的全部路径,否则是找不到的。而有时我们往往是不知道文件的路径的,如果要利用该函数来定位文件,我们必须编写一定的代码。笔者在利用该函数编制查找文件的函数时,颇费了些工夫,可是发现查找的效率不高,效果不太理想。那么有没有编码少且更快的方法查找文件呢?笔者后来利用一个 API函数成功地编制了一个高效率的查找文件的函数。-VB d
VideoBasedFaceDetection
- 视频搜索中人脸识别关键技术的研究与实现。本文对人脸检测与识别技术进行了研究,实现了一个用于视频搜 索的自动人脸识别系统。该系统对输入的视频帧进行人脸检测和定 位,经过图像预处理之后,进行重要特征点Gabor一Fisher的特征提取 和分类识别。-Video search, face recognition and implementation of key technologies. In this paper, face detection and recognition tech
Codes
- 程序中有人脸识别,车牌识别,文字识别,细胞边缘检测,Snake算法,不同搜索方法比较等代码。其中车牌识别是VC环境下开发,其他的是Matlab环境下开发。-Procedures are face recognition, license plate recognition, character recognition, cell edge detection, Snake algorithm, a comparison of different search methods code. One
hausdorff
- 摘 要: 提出了一种基于改进 Ha u s d o r f f距离的人脸相似度匹配的方法, 该方法首先将人脸划分为脸型、 双眼、 鼻、 嘴等几个特征点 集, 分别计算各部分的改进 Ha u s d o r f f 距离, 然后进行加权计算相似度。利用该方法, 在 A S M( 主动形状模型) 定位人脸的基础上进 行了人脸检索。 实验表明, 利用人脸相似度计算方法对人脸特征库进行搜索, 达到 了较好的效果。同时结合 A S M 自动人脸检测, 本 方法可以全自动完成人脸匹配, 应
menjinguanlixitong
- 此门禁管理系统包括前端硬件设备和系统应用程序两部分。硬件设备采用指纹识别及人脸识别两种方式,应用程序功能包括选择前端硬件设备和所在门组,通过计算机串口接收前端硬件设备发送的进出人员身份识别信息,同时搜索数据库,完成来访人员身份识别功能,确定来客身份是否为非法,并记录出入相关信息。-The access management system, including front-end hardware devices and system applications of two parts. Hard
face_search_system
- 可以很直观的向您展现人脸识别的过程。非常适合初学者的学习。希望有帮助-Face detection is very useful for student
Facedetect
- 计算机人脸识别技术( Face Reocgnition)就利用计算机分析人脸图像,从中提取出有效的识别信息,用来辨认身份的一门技术。[ 1 ]即对已知人脸进行标准化处理后,通过某种方法和数据库中的人脸样本进行匹配,寻找库中对应人脸及该人脸相关信息。人脸自动识别系统有两个主要技术环节,一是人脸定位,即从输入图像中找到人脸存在的位置,将人脸从背景中分割出来,二是对标准化后的人脸图像进行特征提取和识别。本文中介绍的PCA (特征脸)方法就是一种常用的人脸 特征提取方法。-Computer Fac
feature_extraction_face_GE
- An automatic facial feature extraction method is presented in this paper. The method is based on the edge density distribution of the image. In the preprocessing stage a face is approximated to an ellipse, and genetic algorithm is applied
camener
- 此程序主要是检测黄色区域(用于人脸识别) 所用摄像头为USB320X240RGB的 原理: 先利用颜色找出符合条件的大面积黄 再利用模板闭运算补充连通与 再利用XY轴上连同域的寻找 标出人脸-The procedure is to detect the yellow area (for recognition) camera for USB320X240RGB used the principle: first, to identify qualified by the
face
- 用matlab写的人脸检测代码,具有很好的识别率,对做人脸识别,检测的研究有一定的帮助-the code is used to face detaction and it has a high rate.It is very useful for the search of face detaction
rewvie
- Face recognition is a rapidly growing research area due to increasing demands for security in commercial and law enforcement applications. This paper provides an up-to-date review of research efforts in face recognition techniques based on two-di
face-search
- 摄像头将图像传入系统中,系统对人脸进行识别,从而检测是否为合法用户-Camera images into the system, the system of human face recognition, so as to detect whether the legitimate users
the-face-detection-technique
- 人脸检测是指对于任意一副给定的图像,采用一定的策略对其进行搜索以确定其中是否含有人脸,如果是则返回一脸的位置、大小和姿态。-Face detection is a means for any one given image, the use of a certain strategy to search for it to determine whether it contains a human face, and if so return look the location, size, a
search
- 利用java实现sift算法,实现对图像人脸信息特征值的提取 -Using java to achieve sift algorithm, the image face eigenvalue extraction
Face-Capture
- 这是一个用matlab编写的人脸搜索程序里面包含一个小的人脸图片数据集。-This is contains a small face images datasets were prepared using matlab face a search program inside.
pca
- 人脸搜索简单实现,使用主成分分析算法(PCA),依赖opencv,对若干张人脸图片进行PCA降维处理,然后将输入人脸图片与降维后的数据做比较,根据权重输出结果,权重越大则人脸越相似-Simple face search, using the principal component analysis (PCA) algorithm, opencv, for a number of face images for PCA dimension reduction, and then the input
LDA-human-face-identity
- 人脸识别的matlab程序,包含有 example: 演示程序 creatData:生成数据 creatTrainLabelMat:生成数据标签 LDA:提取fisherface knnRecognition:knn分类器 knnsearch:knn搜索-Face recognition matlab procedures, including a example: demo program creatData: generate data creatTrainLabel
Face-Recognition-code
- 首先建立一个标准的人脸模板,由包含局部人脸特征的子模板构成, 然后对一幅输入的人脸图像进行全局搜索,基于人脸灰度模板的模式匹配计算与标准人脸模板中不同部分的相关系数,通过预先设置的最小匹配门限来判断该图像窗口中是否包含人脸。-First, establish a standard template face by face feature contains the local sub-template structure,Then a face image input global sear
Substantially-face
- 人脸定位算法给出的大致 人脸框架中,估计鼻子的初始位置,然后定义两个初始搜索矩形,分别向左右两 眼所处的大致-Substantially face frame face localization algorithm is given, the estimated initial position of the nose, and then define two rectangles initial search, to the left and right eyes, respectively,