필터 지우기
필터 지우기

How to access multiple images in a single code ?

조회 수: 1 (최근 30일)
Harsha Vardhan Rao  Avunoori
Harsha Vardhan Rao Avunoori 2011년 5월 26일
Hello Mathworks,
My question might sound a little bit odd but what I meant to say was if I have a group of 25 images in a single folder and if I have to calculate say max pixel or min pixel of every image then do I need to write min(x1) min(x2) ..... min(x25) or is there anyway with which I could write a code once and repeat it for other 24 images ?
I have had this doubt for quite a long time so now I am waiting to see some interesting facts :)
Thanks All

채택된 답변

Sean de Wolski
Sean de Wolski 2011년 5월 26일
  댓글 수: 10
Harsha Vardhan Rao  Avunoori
Harsha Vardhan Rao Avunoori 2011년 5월 26일
Okay now since I have loaded all my gray 22 images into one single variable.I got another question. How do I access each of them ? As mygraydata is 1 x 22 cell and each cell contains an image of size 408 x 704. I have tried converting this cell to matrix using cell2mat() but still I cannot call single image to find it's maximum value.
Sean de Wolski
Sean de Wolski 2011년 5월 26일
gray3Dimage = cell2mat(reshape(mygraydata(:),[1 1 22]));

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Image Processing Toolbox에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by