资源简介
代码功能:高光谱图像导入matlab预处理,转化为二维矩阵,进行处理,对于初学者应该很有用,可用于遗传算法进行波段选择。思路可看https://blog.csdn.net/obsession54666/article/details/103025780
代码片段和文件信息
clc;
clear all
Image=load(‘./paviaU‘);
[imagen]=Dim2(Image);
function [imagen] = Dim2(Image)
m=size(Image1)*size(Image2);
n=size(Image3);
image=zeros(mn);
for x=1:1:size(Image1)
for y=1:1:size(Image2)
double i;
i=(x-1)*size(Image2)+y;
for j=1:1:size(Image3)
temp=Image(xyj);
image(ij)=temp;
end
end
end
image=image‘;
image=nomalize(image);%图片为n*m的矩阵 n为波段数 m为像素数
end
tle>未将对象引用设置到对象的实例。 tle>
ta name=“viewport“ content=“width=device-width“ />
yle>
body {font-family:“Verdana“;font-weight:normal;fo
- 上一篇:PMSM FOC仿真模型
- 下一篇:3相全桥整流电路
评论
共有 条评论