Welcome![Sign In][Sign Up]
Location:
Search - FACE RECOGNITION FEATURE EXTRACTION

Search list

[Special EffectsFeatureExtractfacerecognation

Description: 人脸识别中特征提取matlab源码,LDA,-Face Recognition feature extraction Matlab source, LDA.
Platform: | Size: 3072 | Author: 周敬 | Hits:

[Graph Recognizepca

Description: PCA主元分析法进行特征提取,再进行人脸识别-PCA principal component analysis method for feature extraction, and then carried out face recognition
Platform: | Size: 2048 | Author: chenxi | Hits:

[Graph RecognizePCA

Description: PCA算法,用于人脸识别的特征提取步骤,是目前最通用的传统的人脸识别算法。通过构建特征子空间进行降维-PCA algorithm for face recognition feature extraction step is currently the most common in traditional face recognition algorithms. By constructing feature subset space dimensionality reduction
Platform: | Size: 1024 | Author: Jessie | Hits:

[matlabFaceFeature

Description: 是一个人脸识别特征提取的Vc代码,很好用,希望对你有帮助!-Is a face recognition feature extraction Vc code, very good, and want to help you!
Platform: | Size: 2805760 | Author: scorpiobaby | Hits:

[WaveletfaceRecognitionBasedOnWavelet

Description: 基于小波变换和神经网络的人脸识别:本论文围绕人脸识别问题对人脸特征提取及识别技术进行了研究。主要有:对人脸识别的研究工作进行了综述;在KL算法的基础上提出了新的基于KL的特征提取方法,克服了KL算法计算量大,计算时间长的缺点,-Based on Wavelet Transform and Neural Network Face Recognition: In this paper, issues surrounding the face recognition feature extraction and face recognition technology is studied. Mainly include: the research work on face recognition are reviewed in the KL algorithm is proposed based on the new KL-based feature extraction methods, the KL algorithm to overcome the large amount of computing time of shortcomings,
Platform: | Size: 3935232 | Author: hyh | Hits:

[DocumentsKPCAandSVM

Description: KPCA与SVM共同用于人脸识别 SVM提高了分类效果 KPCA是一种借鉴SVM中核函数的一种较好的特征提取方法-KPCA and SVM for face recognition SVM together to improve the classification results from KPCA is a kernel function in SVM a better feature extraction method
Platform: | Size: 224256 | Author: 付赛男 | Hits:

[Mathimatics-Numerical algorithmsSubspaceLearningCodes

Description: 子空间学习的代码,主要包括人脸识别中常用的特征提取算法如pca lda 以及目前常见的流行学习的相关代码-Subspace learning the code, mainly including commonly used in face recognition feature extraction algorithms such as pca lda and the current prevalence of common learning-related code
Platform: | Size: 173056 | Author: dd | Hits:

[AI-NN-PRDCT

Description: 本文设计基于DCT的人脸识别系统,首先结合当今人脸识别的背景和发展状况讨论了人脸识别的研究内容及在各方面的应用;然后研究了人脸识别进行预处理,讨论了人脸识别预处理的其他方法,分析各种方法的利弊,最后采用DCT(离散余弦变换)实现人脸图像预处理中的降维处理;接下来对人脸图像的特征提取进行了研究,简单叙述了几何特征提取和代数特征提取,同时深入研究了基于DCT和PCA变换的人脸图像特征提取,从而实现是否对人脸识别系统识别率有所提高的研究;对于分类器的选择,本文对两种分类器进行了探讨,即最近邻分类器和BP神经网络分类器,同时采用BP神经网络分类器作为本次基于DCT的人脸识别系统设计的分类器,并对BP神经网络进行分类的算法进行设计,BP神经网络具有学习功能,只要采用本系统对训练图片进行训练,就可以记下图像的相关信息,对于测试图片,就可以很准确的识别出该图片是属于哪个的。最后,本文对整个人脸识别系统设计实验进行了实验分析,实验结果表明本文采用的方法切实有效。- This is the design of the DCT-based face recognition systems. First of all, the background light of the current face recognition and face recognition to discuss the development of research in all aspects of content and applications And then studied the pretreatment of face recognition to discuss the pre-treatment of other face recognition methods,and analysis of the pros and cons of various methods, finally, the use of DCT (discrete cosine transform) image pre-processing to achieve in the face of the reduced-order processing Next on the face image feature extraction have been studied, A brief description of the feature extraction and algebraic geometry feature extraction, while in-depth study based on the DCT and the PCA Transform face image feature extraction in order to achieve face recognition system to identify whether the rate of increase in the research For the choice of classifier, this paper carried out on two of classifier, that is, nearest neighbor classifier and BP neura
Platform: | Size: 422912 | Author: 刘文珍 | Hits:

[Graph programface

Description: 人脸识别程序,采用的是knn分类器,基于类内类间距离准则,特征提取。-Face recognition process, using the knn classifier, based on within-class inter-class distance criteria, feature extraction.
Platform: | Size: 14336 | Author: wasd | Hits:

[Special EffectsDDpca

Description: 2dpca源代码,用于人脸识别,直接作用于矩阵提取特征。-2dpca the source code for face recognition, feature extraction directly on the matrix.
Platform: | Size: 2048 | Author: gu | Hits:

[matlabGabor-base-face-recognition

Description: 基于高波滤波的特征提取技术,从而实现人脸识别和表情识别的目的-Based on high-wave filter feature extraction techniques, in order to achieve the purpose of face recognition and expression recognition
Platform: | Size: 19272704 | Author: hefangfang | Hits:

[Graph programFacedetect

Description:  计算机人脸识别技术( Face Reocgnition)就利用计算机分析人脸图像,从中提取出有效的识别信息,用来辨认身份的一门技术。[ 1 ]即对已知人脸进行标准化处理后,通过某种方法和数据库中的人脸样本进行匹配,寻找库中对应人脸及该人脸相关信息。人脸自动识别系统有两个主要技术环节,一是人脸定位,即从输入图像中找到人脸存在的位置,将人脸从背景中分割出来,二是对标准化后的人脸图像进行特征提取和识别。本文中介绍的PCA (特征脸)方法就是一种常用的人脸 特征提取方法。-Computer Face Recognition Technology (Face Reocgnition) on the use of computer analysis of facial image, to extract the valid identification information used to identify the status of a technology. [1] that is known to standardize treatment of face, through a method and a database of face samples for matching, search library, the corresponding face and the face-related information. Automatic face recognition system has two main technical aspects, first, face location, that is, from the input image to find the location of the face there, the faces will be split out from the background, the second is, the standard features of face images extraction and recognition. Described in this paper PCA (Eigenfaces) method is a common facial feature extraction method.
Platform: | Size: 224256 | Author: Highjoe | Hits:

[Graph RecognizeFace_Recognition_Based_on_PCA_Comparative_Study.ra

Description: 主成成份分析( PCA) 方法是人脸识别技术中常用的一种一维特征抽取方法。传统PCA 方法用于人脸识别常常面临图像维数高,直接计算量的问题。为了解决这2 个问题,人们对PCA 进行了改进,提出并实现了多种基于PCA 的人脸识别。对3 种基于PCA 的人脸识别方法做了理论上的研究和实验上的性能比较。实验结果表明PCA + 2DPCA 是其中综合效果最好的一种方法。-Principal component analysis into (PCA) is a commonly used face recognition feature extraction method of one-dimensional. The traditional PCA method for face recognition are often faced with images of high dimensionality, direct calculation of the problem. To solve this two problems, one of the PCA has been improved, proposed and implemented a variety of PCA-based Face Recognition. On 3 Face Recognition Based on PCA do theoretical research and experiments on the performance comparison. Experimental results show that the PCA+ 2DPCA combined effect is one of the best methods.
Platform: | Size: 316416 | Author: Open00 | Hits:

[Graph Recognizeface-recognition

Description: pca又称主成分分析,主要用来提取图像的主要成分,作为特征提取一个重要算法,将其用于人脸识别-pca, also known as principal component analysis, mainly used to extract the main component of the image, as a key feature extraction algorithm, be used in face recognition
Platform: | Size: 3714048 | Author: DD | Hits:

[AI-NN-PRface-recognition-algorithm

Description: 人脸识别 特征提取 代数特征抽取 子空间学习 投影寻踪 仿生模式识别 核方法-Face recognition feature extraction feature extraction algebra subspace projection pursuit learning pattern recognition of nuclear methods
Platform: | Size: 15382528 | Author: | Hits:

[matlabFeatureExtract

Description: svd with LDA face recognition feature extraction
Platform: | Size: 3072 | Author: sakthivel | Hits:

[Graph Recognizesvd

Description: (matlab)svd用于人脸识别的特征提取程序-(Matlab) svd for face recognition feature extraction process
Platform: | Size: 1024 | Author: suekeats | Hits:

[Graph RecognizePCA-and-SVM-Face-recognition

Description: 采用PCA对人脸特征进行抽取,用SVM多累分类器对人脸进行识别,有操作界面-Using PCA for facial feature extraction, and more tired with the SVM classifier for face identification, a user interface
Platform: | Size: 9036800 | Author: 钟佩 | Hits:

[Graph Recognizeface-recognition

Description: 用于模式识别的人脸识别方法,特征提取以及分类器改进-Face recognition method for pattern recognition, feature extraction and classifier improvement
Platform: | Size: 118784 | Author: sunqi | Hits:

[matlabface-recognition----matlab

Description: 实现了人脸识别的功能,特征提取,人脸图像预处理、K-L变换、特征提取及分类器设计,全自动的人脸自动识别系统-Face recognition, feature extraction, face image preprocessing, KL transform, feature extraction and classifier design, automatic automatic face recognition system
Platform: | Size: 3663872 | Author: annie | Hits:
« 12 3 4 5 6 7 8 9 10 ... 13 »

CodeBus www.codebus.net