Info

この質問は閉じられています。 編集または回答するには再度開いてください。

why images did not save ?

1 回表示 (過去 30 日間)
romasha
romasha 2014 年 2 月 6 日
閉鎖済み: MATLAB Answer Bot 2021 年 8 月 20 日
i m saving the following feature extracted image with help of following code
Code %% Feature Extraction [template mask] = featureext(imP, 1, 18, 1, 0.5); temp{i1}=template;
subplot(pics,columns,subplt);
featureEx=imshow(temp{i1}); filename = sprintf('FeatureExtrctd_image%d.bmp', No_of_images); imwrite(featureEx,filename,'bmp'); title('Feature Extracted image'); subplt=subplt+1; ............ but problem is when i m showing 'FeatureExtrctd_image%d' images it show empty white box why its happening???

回答 (0 件)

この質問は閉じられています。

タグ

製品

Community Treasure Hunt

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

Start Hunting!

Translated by