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

您现在的位置是:虫虫源码 > Matlab > 分块提取图像特征

分块提取图像特征

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

资 源 简 介

%分块提取特征值 M=imcrop(M,[0,0,1000,460]); sum=1; for i=0:230:459 for j=0:200:999; temp=imcrop(M,[j,i,200,230]); figure(2);subplot(2,5,sum);imshow(temp); stemp=svd(temp); [length,width]=size(stemp); for k=1:length s(k,sum)=stemp(k,1); end sum=sum+1; end end

文 件 列 表

code.txt
VIP VIP
0.177990s