登录
首页 » matlab » EA-SRC

EA-SRC

于 2020-07-03 发布 文件大小:6830KB
0 176
下载积分: 1 下载次数: 47

代码说明:

  利用超限学习机(ELM)和稀疏表示(SRC)进行图像分类。Matlab完整源码。(Extreme learning machine and adaptive sparse representation for image classification)

文件列表:

EA-SRC
......\data
......\....\AR.mat,3229277,2016-06-06
......\....\usps.mat,3763610,2016-06-06
......\Demo_Classification.m,2119,2016-06-25
......\Demo_Classification_EASRC.m,4000,2016-06-25
......\Demo_Regression.m,2034,2016-06-25
......\elm_initialization.m,476,2016-06-08
......\elm_test.m,774,2016-06-08
......\elm_train.m,1481,2016-06-25
......\l1ls
......\....\@partialDCT
......\....\...........\ctranspose.m,72,2016-06-06
......\....\...........\mtimes.m,175,2016-06-06
......\....\...........\partialDCT.m,178,2016-06-06
......\....\find_lambdamax_l1_ls.m,325,2016-06-06
......\....\find_lambdamax_l1_ls_nonneg.m,339,2016-06-06
......\....\l1_ls.m,8414,2016-06-06
......\....\l1_ls_nonneg.m,7985,2016-06-06
......\README.txt,1189,2016-06-24
......\utilities
......\.........\label_convert.m,616,2016-06-08
......\.........\paramValue_Reset.m,389,2016-06-06
......\.........\regressor.m,2130,2016-06-13
......\.........\sinc_Huang.m,629,2016-06-12

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

发表评论

0 个回复

  • GUI_IntensityTransform
    一个用MATLAB开发的GUI程序,程序本身是用来进行图像的灰度变换,但是是学习GUI入门编程的好代码,初学者不妨一读(Using MATLAB development of a GUI program, the program itself is used for images of gray-scale transformation, but to learn GUI programming a good entry-code, one may wish to read for beginners)
    2007-07-20 10:40:04下载
    积分:1
  • chap6
    hebb 学习规则 s-function 先进PID及其MATLAB仿真(hebb learning rule s-function of MATLAB simulation of advanced PID)
    2010-05-14 10:48:32下载
    积分:1
  • PCA-code
    PCA原代码,可以移植到别的pca算法中使用,具有较强的可移植性。(PCA original code can be transferred to other pca algorithm used, with a strong portability.)
    2007-05-30 08:24:41下载
    积分:1
  • ifuvgscv
    相控阵天线的方向图(切比雪夫加权),合成孔径雷达(SAR)目标成像仿真,时间序列数据分析中的梅林变换工具,可以实现模式识别领域的数据的分类及回归,使用混沌与分形分析的例程,基于互功率谱的时延估计。(Phased array antenna pattern (Chebyshev weights), Synthetic Aperture Radar (SAR) imaging simulation target, Time series data analysis Mellin transform tool, You can achieve data classification and regression pattern recognition, Use Chaos and fractal analysis routines, Based on the time delay estimation of power spectrum.)
    2016-03-12 00:11:51下载
    积分:1
  • RLS+MatriXReseting+ForgetFactor
    this is matlab code for estimating the static linear system(system function is time variable) with Recursive Least Squre and 2 solutions for better result. 1- using the Covariance Matrix Reseting in a specefic time. 2-using the RLS with Forget Factor this program is written by matlab 7.0. Here we want to estimate the below function: 1-u^2+(1+tansig(0.1*(t-375)))*u^3+u^5+3*u^7 finally,there are plots for showing results.
    2010-08-26 23:21:29下载
    积分:1
  • entropy
    entropy function with matlab
    2010-12-19 23:37:14下载
    积分:1
  • 123
    说明:  matlab 编程实现人体跟踪与检测编程实现人体跟踪与检测(matlab)
    2010-04-19 11:38:35下载
    积分:1
  • matlab三维
    说明:  基于matlab的三维重建技术与实现,该技术可以完美重建三维图像(three-dimensional reconstruction)
    2020-03-17 21:01:11下载
    积分:1
  • goodotsu
    matlab实现三维CT图像的分割,阈值分割法来实现(Three-dimensional CT images matlab segmentation, threshold segmentation method to achieve)
    2010-06-03 12:37:16下载
    积分:1
  • dct
    M=512 原图像长度 N=64 K=8 I=zeros(M,M) J=zeros(N,N) BLOCK=zeros(K,K) 显示原图像 I=imread( f:ceshiyuanshitu.bmp ) figure imshow(I) xlabel( 原始图像 ) 显示水印图像 J=imread( f:ceshilogistic_nuaa64.bmp ) figure imshow(J) xlabel( 水印图像 ) 嵌入水印 tem=1 for p=1:N for q=1:N x=(p-1)*K+1 y=(q-1)*K+1 BLOCK=I(x:x+K-1,y:y+K-1) BLOCK=dct2(BLOCK) if J(p,q)==0 a=-1 else a=1 end BLOCK(2,1)=BLOCK(2,1)*(1+a*0.01) BLOCK=idct2(BLOCK) I(x:x+K-1,y:y+K-1)=BLOCK end end 显示嵌入水印后的图像 figure imshow(I) xlabel( 嵌入水印后的图像 ) imwrite(I, f:ceshiembedded.bmp )
    2010-06-13 18:43:39下载
    积分:1
  • 696518资源总数
  • 105877会员总数
  • 14今日下载