Clear Filters
Clear Filters

Info

This question is closed. Reopen it to edit or answer.

why images did not save ?

1 view (last 30 days)
romasha
romasha on 6 Feb 2014
Closed: MATLAB Answer Bot on 20 Aug 2021
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???

Answers (0)

This question is closed.

Tags

Products

Community Treasure Hunt

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

Start Hunting!