CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - face recognition code using matlab
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - face recognition code using matlab - List
[
Graph program
]
Ultimate_Face_Recognition
DL : 0
人脸识别源代码,采用Matlab编写,有友好的GUI界面,使用方便,并附带了使用说明,方便学习-face recognition source code, prepared using Matlab, a friendly GUI interface, easy to use, and the incidental use to facilitate learning
Update
: 2025-02-19
Size
: 379kb
Publisher
:
王为
[
Graph Recognize
]
pcafacerecog
DL : 0
基于ORL人脸库的主元分析法用于人脸识别-ORL face database based on the principal component analysis method for face recognition
Update
: 2025-02-19
Size
: 1kb
Publisher
:
chenxi
[
Special Effects
]
mypca
DL : 0
人脸识别的源程序,用Matlab语言实现,可以参考看一下。-Face recognition source code, using Matlab language, can refer to a look.
Update
: 2025-02-19
Size
: 1kb
Publisher
:
李金
[
matlab
]
FaceRecognitionASM
DL : 1
人脸识别中使用的特征定位源码。 是MATLAB编写的基于多方案统计学的完整的动态形状定位源代码。-Face Recognition feature of the use of source positioning. Is a MATLAB program based on multi-prepared statistics, integrated and dynamic shape of positioning the source code.
Update
: 2025-02-19
Size
: 23kb
Publisher
:
陈非
[
Graph program
]
PCAFaceRec.m
DL : 0
用ORL人脸库实现的基于PCA的人脸识别系统源代码,调试过,可用。-ORL face database using realize PCA-based face recognition system source code, debugging, and can be used.
Update
: 2025-02-19
Size
: 5kb
Publisher
:
yuzhun21
[
Special Effects
]
code
DL : 0
人脸识别中的一些常见算法,用MATLAB 实现-Some of the common face recognition algorithms, using MATLAB realize
Update
: 2025-02-19
Size
: 8kb
Publisher
:
lousongjiang
[
Wavelet
]
hanzirefeatrue
DL : 0
用MATLAB实现图像GABOR变换,并对图像进行特征提取-Using MATLAB Image GABOR transform, and image feature extraction
Update
: 2025-02-19
Size
: 1kb
Publisher
:
[
Graph Recognize
]
local_projection_entropy
DL : 0
采用局部投影熵进行人脸识别的源程序,在常见的数据库上的实验识别率较高,特别是算法对光照不敏感.-Entropy using the local projection of the source code for face recognition, in the common database of experimental high recognition rate, especially the algorithm is not sensitive to light.
Update
: 2025-02-19
Size
: 13kb
Publisher
:
陈浩
[
Graph Recognize
]
rlsb
DL : 0
人脸识别的代码很好用的哦试试吧真的是不错哦 -Face Recognition using the code very well give it a try Oh, oh it is really good
Update
: 2025-02-19
Size
: 256kb
Publisher
:
dd
[
Windows Develop
]
job
DL : 0
基于隐马尔可夫模型的人脸识别 CC++源代码-Based on Hidden Markov Model Face Recognition CC++ Source code
Update
: 2025-02-19
Size
: 3kb
Publisher
:
wang
[
Software Engineering
]
pca
DL : 0
it is face recognition code using pca
Update
: 2025-02-19
Size
: 31kb
Publisher
:
laki
[
Windows Develop
]
527
DL : 0
完整的人连表情识别系统源代码(采用局域二值模式LBP识别) Matlb做的界面-Even the complete source code of face recognition system (using binary mode Local LBP identification) Matlb interface do
Update
: 2025-02-19
Size
: 277kb
Publisher
:
阿卡每个
[
matlab
]
frdatasetsv
DL : 0
source code for face recognition using ica .a usefull code.
Update
: 2025-02-19
Size
: 3kb
Publisher
:
ali
[
matlab
]
facerecognitionsv
DL : 0
code for face recognition using ica (independent component analysis) .a good code sor reaserch.
Update
: 2025-02-19
Size
: 3kb
Publisher
:
ali
[
Special Effects
]
fdp5finalMatlab.tar
DL : 0
这是一个使用了Gabor特征提取和人工智能的人脸检测系统源代码 使用步骤: 1. 拷贝所有文件到MATLAB工作目录下(确认已经安装了图像处理工具箱和人工智能工具箱) 2. 找到"main.m"文件 3. 命令行中运行它 4. 点击"Train Network",等待程序训练好样本 5. 点击"Test on Photos",选择一个.jpg图片,识别。 6. 等待程序检测出人脸区域 createffnn.m, drawrec.m, gabor.m, im2vec.m, imscan.m, loadimages.m, main.m, template1.png, template2.png, trainnet.m-This is a use of the Gabor feature extraction and artificial intelligence source code of face detection system using the steps: 1. Copy all files to the MATLAB working directory (sure you have installed the Image Processing Toolbox, and artificial intelligence toolbox) 2. Found " main.m " file 3. the command line, run it 4. Click the" Train Network " , waiting for a good sample of the training program 5. Click the" Test on Photos " , select a. jpg image recognition. 6. Wait for the program detects the face region createffnn.m, drawrec.m, gabor.m, im2vec.m, imscan.m, loadimages.m, main.m, template1.png, template2.png, trainnet.m
Update
: 2025-02-19
Size
: 137kb
Publisher
:
郑碧波
[
matlab
]
CODE
DL : 0
1.GeometricContext文件是完成图片中几何方向目标分类。 参考文献《Automatic Photo Pop-up》Hoiem 2005 2 GrabCut文件是完成图像中目标交互式分割 参考文献《“GrabCut” — Interactive Foreground Extraction using Iterated Graph Cuts》 C. Rother 2004 3 HOG文件是自己编写的根据HOG特征检测行人的matlab代码 4 虹膜识别程序是下载的一个通用的虹膜识别程序,可以运行 5 GML_AdaBoost_Matlab_Toolbox是一个很好用的adaboost matlab工具箱 6 libsvm-mat-2.91-1 是用C编写的改进的SVM程序,代码质量很高,提供了matlab接口 7 SIFT_Matlab 是编写的利用sift特征进行的宽基线匹配,代码质量高 8 FLDfisher 是利用fisher 线性降维方法进行人脸识别-1.GeometricContext file is complete the picture in the geometric direction of target classification. References " Automatic Photo Pop-up" Hoiem 2005 2 GrabCut the target file is an interactive segmentation of image reference " " GrabCut " - Interactive Foreground Extraction using Iterated Graph Cuts" C. Rother 2004 3 HOG documents prepared under their own HOG Characteristics of pedestrian detection matlab code 4 iris recognition process is to download a general iris recognition program, you can run 5 GML_AdaBoost_Matlab_Toolbox is a good use of adaboost matlab toolbox 6 libsvm-mat-2.91-1 is written in C to improve the SVM procedures, code of high quality, provides a matlab interface to 7 SIFT_Matlab is prepared for the use of sift features a wide baseline matching, the code is the use of high quality 8 FLDfisher fisher linear dimension reduction method for face recognition
Update
: 2025-02-19
Size
: 6.6mb
Publisher
:
张数
[
matlab
]
face-recognition
DL : 0
用于人脸识别的LDA和PCA特征提取方法的Matlab代码,结合两个程序可以实现PCA+LDA特征提取方法。-LDA and PCA is a common methods of feature selection,These are their source code using matlab.
Update
: 2025-02-19
Size
: 1kb
Publisher
:
qibe
[
Special Effects
]
MPCACodes
DL : 0
基于MPCA的人脸识别代码,用MATLAB编写的,可以实现-MPCA-based face recognition code, using MATLAB, can be achieved
Update
: 2025-02-19
Size
: 2.14mb
Publisher
:
王朴
[
OpenCV
]
code
DL : 0
这个是使用局部敏感哈希算法完成的人脸识别算法,使用MATLAB简单制作了界面,算法还行,界面比较丑-This is completed using locally sensitive hash algorithm face recognition algorithm using MATLAB produced a simple interface, algorithms okay, interface is ugly
Update
: 2025-02-19
Size
: 292kb
Publisher
:
袁豪
[
Other
]
gaiqui_v10
DL : 0
完整的基于HMM的语音识别系统,Gabor小波变换与PCA的人脸识别代码,利用matlab针对图像进行马氏距离计算 。- Complete HMM-based speech recognition system, Gabor wavelet transform and PCA face recognition code, Using matlab to calculate the Mahalanobis distance for the image.
Update
: 2025-02-19
Size
: 5kb
Publisher
:
vehdpd
«
1
2
3
4
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.