matlab練習プログラム(階調画像シーケンスを読み込む)

609 ワード

cl;
raw=zeros(200,256,30);
for i=1:30
filename=strcat('F:\ \data\seq3\',int2str(i),'.bmp');
raw(:,:,i)=imread(filename);
end


cl;img=cell(1,30);for i=1:30 filename=strcat('F:アルゴリズム実験dataseq 3',int 2 str(i),'.bmp');   img{i}=imread(filename);end


転載先:https://www.cnblogs.com/tiandsp/archive/2012/02/23/2365047.html