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

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

FLD人臉辨識

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

资 源 简 介

% A sample script, which shows the usage of functions, included in % FLD-based face recognition system (Fisherface method) % % See also: CREATEDATABASE, FISHERFACECORE, RECOGNITION % Original version by Amir Hossein Omidvarnia, October 2007 %             clear all clc close all % You can customize and fix initial directory paths TrainDatabasePath = uigetdir(strcat(matlabroot,"work"), "Select training database path" ); TestDatabasePath = uigetdir(strcat(matlabroot,"work"), "Select test database path"); prompt = {"Enter test image name (a number between 1 to 10):"}; dlg_title = "Input of FLD-Based Face Recognition System"; num_lines= 1; def = {"1"}; TestImage  = inputdlg(prompt,dlg_title,num_lines,def); TestImage = strcat(TestDatabasePath,"",char(TestImage),".jpg");

文 件 列 表

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

相 关 资 源

您 可 能 感 兴 趣 的

同 类 别 推 荐

VIP VIP
0.152605s