Info

이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.

reading the images

조회 수: 1 (최근 30일)
FIR
FIR 2012년 3월 5일
마감: MATLAB Answer Bot 2021년 8월 20일
I ahve athe code
im = imread('1.tif');
for i = 2:1000
im = imadd(im,imread(sprintf('%d.tif',i)));
end
im = im/1000;
imshow(im,[]);
which i got from net,please tell how to read my images and get result,
i have my 200 images of same size in image folder,i tried replacing in imread ,but i get error ,plz help
  댓글 수: 1
Image Analyst
Image Analyst 2012년 3월 5일
You forgot to copy and past the error and you haven't read this yet: http://www.mathworks.com/matlabcentral/answers/6200-tutorial-how-to-ask-a-question-on-answers-and-get-a-fast-answer

답변 (0개)

이 질문은 마감되었습니다.

Community Treasure Hunt

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

Start Hunting!

Translated by