首页| JavaScript| HTML/CSS| Matlab| PHP| Python| Java| C/C++/VC++| C#| ASP| 其他|
购买积分 购买会员 激活码充值

您现在的位置是:虫虫源码 > Matlab > PCA人臉辨識

PCA人臉辨識

  • 资源大小:179.17 kB
  • 上传时间:2021-06-29
  • 下载次数:0次
  • 浏览次数:0次
  • 资源积分:1积分
  • 标      签: Matlab matlab pca

资 源 简 介

% A sample script, which shows the usage of functions, included in % PCA-based face recognition system (Eigenface method) % % See also: CREATEDATABASE, EIGENFACECORE, RECOGNITION % Original version by Amir Hossein Omidvarnia, October 2007                    clear all clc close all % You can customize and fix initial directory paths 設定檔案途徑 TrainDatabasePath = uigetdir("D:Program FilesMATLABR2006awork", "Select training database path" ); TestDatabasePath = uigetdir("D:Program FilesMATLABR2006awork", "Select test database path"); prompt = {"Enter test image name (a number between 1 to 10):"}; dlg_title = "Input of PCA-Based Face Recognition System"; num_lines= 1; def = {"1"}; TestImage  = inputdlg(prompt,dlg_title,num_lines,def); TestI

文 件 列 表

PCA_based Face Recognition System
CreateDatabase.m
EigenfaceCore.m
example.m
Readme.txt
Recognition.m
TestDatabase
TrainDatabase
使用帮助:新手必看.htm
Matlab中文论坛--助努力的人完成毕业设计.url
VIP VIP
0.174917s