登录
首页 » Matlab » FLD人臉辨識

FLD人臉辨識

于 2023-06-14 发布 文件大小:180.05 kB
0 28
下载积分: 2 下载次数: 1

代码说明:

% 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");

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • IntroductionPhotovoltaicmppt
    Introduction to Photovoltaic Systems Maximum Power Point Tracking
    2011-04-07 09:04:37下载
    积分:1
  • runge-kutta
    基于MATLAB的runge_kutta方法求解定积分(MATLAB-based method for solving the definite integral runge_kutta)
    2010-05-13 18:11:09下载
    积分:1
  • A-simple-synovial-control-instance
    一个简单的滑膜控制实例,通过对典型惯性系统的仿真,进一步深化对滑膜控制抖震的了解,经个人验证,程序可用,且仿真效果良好。(A simple synovial control instance, the typical inertial system simulation, further deepen the understanding of the synovial control buffeting by personal verification procedures are available, and the simulation results are good.)
    2013-05-07 16:22:21下载
    积分:1
  • Relay_selection_Max_min
    说明:  中继选择,通信的懂,自己的实验,代码不知道对不对,有问题可以提出。(Relay Selection, Communication Understanding)
    2019-05-05 16:34:42下载
    积分:1
  • gaussmix
    gmm distribution writer
    2010-09-01 18:30:05下载
    积分:1
  • NSA
    负向选择算法的一个例子,它的基本思想就是通过采集正常数据集合生成检测器集,然后将待测数据与抗体集合中全部元素进行匹配计算,如与任一元素的匹配达到一定阈值,即判断该数据异常。(An example of negative selection algorithm. The basic idea is to collect the normal data set generated by the detector set, and then tested the data collection with the antibody to match all the elements of calculation, if any element of the match reaches a certain threshold, that determine the data exception.)
    2010-12-11 22:20:25下载
    积分:1
  • facedet
    说明:  人脸检测算法对Haar特征推进,我们已经改善了大幅利用作为弱分类器的阈值中的累积概率分布点。(A face detector based on VJ algorithm (Boosting on HAAR features). We have improved the performance drastically by using mid cumulative probability distribution point as threshold for weak classifiers. )
    2010-04-07 22:02:11下载
    积分:1
  • original-pic
    用mtlab编程绘制光学系统的光学传递函数mtf曲线(we can plot MTF curve by MATLAB )
    2021-04-26 12:28:46下载
    积分:1
  • M文件4
    建立函数的最佳逼近程序,并且通过区间变换建立在任意区间的函数逼近(Establish the best approximation procedure of function, and establish the function approximation of arbitrary interval by interval transformation.)
    2020-06-24 15:40:02下载
    积分:1
  • 基于奇异值分解预编码的MIMO信道容量设计
    文章中的信道MIMO信道的容量推导,非常适合初学者理解,在下就是一名小白,还是看懂了,比较好的资料,不过没有matlab的仿真代码。(The channel MIMO channel capacity deduction in the article, very suitable for beginners to understand, in the next is a white, or understand, better information, but no matlab simulation code.)
    2021-01-03 13:18:56下载
    积分:1
  • 696522资源总数
  • 104049会员总数
  • 30今日下载