필터 지우기
필터 지우기

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