登录
首页 » matlab » FinalProject_rc2748

FinalProject_rc2748

于 2012-02-04 发布 文件大小:8258KB
0 96
下载积分: 1 下载次数: 321

代码说明:

  This is my course final project for biometrics. It implements a robust face recognition system. Techniques used include Log-Gabor filter , Kernel Discriminant Analysis(KDA) and Sparse Representation . Test data included(ORL database of faces).

文件列表:

FinalProject_rc2748
...................\EigenS.m,151,2011-12-12
...................\gaborConcatenate.m,231,2011-12-12
...................\gaborConvolve.m,11281,2011-12-11
...................\KDAShow.m,1845,2011-12-12
...................\KDA_SRC.m,2987,2011-12-12
...................\KDA_SRC_OUTPUT.txt,2960,2011-12-12
...................\KDDA_GEN.m,2232,2011-12-12
...................\KDDA_PROJ.m,850,2011-12-12
...................\LogGaborShow.m,362,2011-12-12
...................\LogGabor_KDA_SRC.m,3049,2011-12-12
...................\LOGGABOR_KDA_SRC_OUTPUT.txt,2964,2011-12-12
...................\LOGGABOR_OPTIMIZE_TRIAL_OUTPUT.txt,2958,2011-12-12
...................\LogGabor_SRC.m,2589,2011-12-12
...................\LOGGABOR_SRC_OUTPUT.txt,2966,2011-12-12
...................\lowpassfilter.m,2522,2011-12-11
...................\Old.Files
...................\.........\gabor.OLD.m,365,2011-11-26
...................\.........\LogGabor.OLD.m,649,2011-12-11
...................\README.txt,14364,2011-12-12
...................\Reference & Alternative Library
...................\...............................\Instituto de Optica (CSIC).txt,48,2011-12-12
...................\...............................\Kernel Discriminant Analysis.pdf,79630,2011-12-12
...................\...............................\KPCA plus LDA.pdf,1117469,2011-12-01
...................\...............................\l1benchmark.zip,46203,2011-12-06
...................\...............................\l1magic-1.11.zip,524607,2011-12-12
...................\...............................\Log-Gabor Filters.pdf,133813,2011-12-12
...................\...............................\LogGaborresumen.pdf,566885,2009-07-03
...................\...............................\log_gabors.zip,569570,2011-12-12
...................\...............................\mika1999kernelLDA.pdf,545162,2011-12-11
...................\...............................\Robust Face Recognition via Sparse Representation.pdf,993059,2011-12-12
...................\REPORT.docx,1885013,2011-12-12
...................\REPORT.pdf,1315564,2011-12-12
...................\SolveHomotopy.m,14078,2011-12-06
...................\SRC.m,2531,2011-12-12
...................\SRC_Optimize_Trial.m,2960,2011-12-12
...................\SRC_OUTPUT.txt,2967,2011-12-12
...................\Test
...................\....\s1





...................\....\s10





...................\....\s11





...................\....\s12





...................\....\s13





...................\....\s14





...................\....\s15





...................\....\s16





...................\....\s17





...................\....\s18





...................\....\s19

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

发表评论

0 个回复

  • Merge-putFilesToOneDir
    说明:  TCGA数据合并 Merge-putFilesToOneDir.zip(TCGA data Merge-putFilesToOneDir.zip)
    2019-02-04 14:00:31下载
    积分:1
  • matlab-code-ch1
    生命系统建模——血液血环系统的建模,能够对多种心血管疾病情形进行模拟。(Life System Modeling- Modeling blood blood ring system, it is possible to simulate a variety of cardiovascular disease situations.)
    2021-02-04 20:59:58下载
    积分:1
  • Merge-putFilesToOneDir
    TCGA数据合并 Merge-putFilesToOneDir.zip(TCGA data Merge-putFilesToOneDir.zip)
    2019-02-04 14:00:31下载
    积分:1
  • R-KDDA
    核化的直接判别分析(KDLDA)代码,MATLAB写的。(nuclear direct discriminant analysis (KDLDA) code, written in MATLAB.)
    2006-09-07 14:44:28下载
    积分:1
  • tsp
    tsp问题,该算法采用matlab算出了30个坐标的最优化路径,并给出迭代的时间,绘出路径。(tsp problem, the algorithm uses matlab to calculate the coordinates of 30 optimal path, and give Iterative time, mapped the path.)
    2008-03-23 20:35:31下载
    积分:1
  • Rayleigh
    瑞利散射的MATLAB仿真代码,来自汪利宏生物成像技术那本著作(Rayleigh scattering of the MATLAB simulation code, WANG Li-hong bio-imaging technology from that book)
    2021-04-26 16:18:45下载
    积分:1
  • PULSEWAVEprograme
    脉搏波的多处采集点的波形,可用来进行对比,或是进行血管建模,很适合初学者(The various collection points of pulse wave waveform, can be used to compare, or modeling of blood vessels, it is suitable for beginners)
    2010-12-28 11:15:26下载
    积分:1
  • seizure-prediction-GAN
    说明:  通过python利用生成对抗网络对癫痫发作进行预测(Using Generative Adversarial Networks to Predict Seizures)
    2021-03-30 00:16:08下载
    积分:1
  • ECGprocessing
    在介绍非线性动力学现代理论中的混沌理论的基础上 综述了混沌理论及其方法在脑 电 心电及肌电等医学信号处理中的应用 并展望了它们的发展趋势 旨在推进非线性分析方法在生物医学中的研究和应用(In introducing the modern theory of nonlinear dynamics of chaos theory, based on an overview of chaos theory and its method in EEG and EMG and other ECG medical signal processing applications and prospects of their development trends aimed at promoting non-linear Analysis Method in Biology and Medicine Research and Application)
    2010-03-04 14:39:52下载
    积分:1
  • 选择,变异,交叉
    说明:  遗传算法的三种操作代码,差分进化算法(Differential Evolution Algorithm,DE)是一种高效的全局优化算法。它也是基于群体的启发式搜索算法,群中的每个个体对应一个解向量。差分进化算法的进化流程则与遗传算法非常类似,都包括变异、杂交和选择操作,但这些操作的具体定义与遗传算法有所不同(Three operation codes of genetic algorithm)
    2020-01-01 19:16:44下载
    积分:1
  • 696522资源总数
  • 104040会员总数
  • 35今日下载