How to replace "imshow"

2 ビュー (過去 30 日間)
Pan
Pan 2012 年 3 月 27 日
I want to ask that imshow could show one picture ,but I not want to this that ,I hope to like play video show that. this is mt part of code for ix=1:207
if(ix<207)
dif(ix)=abs(b(ix)-b(ix+1));
if(dif(ix)>0.1)
ix
%figure(i)
%i=i+1;
xz(:,:,:,ix)=mov(ix).cdata;
imshow(xz(:,:,:,ix));
%imhsow(uint8(xz(:,:,:,ix)))
end
end
end

回答 (0 件)

カテゴリ

Help Center および File ExchangeImage Processing Toolbox についてさらに検索

タグ

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by