how to read mutiple images from folder without overwriting of matrix and images

조회 수: 2 (최근 30일)
vetri
vetri 2014년 9월 17일
답변: Dishant Arora 2014년 9월 17일
read multiple images one by one from the folder and display all the images without overwriting the image
  댓글 수: 1
Michael Haderlein
Michael Haderlein 2014년 9월 17일
What do you already have? The basic steps are:
- get all the image files in the folder: dir()
- loop over all these files: for loop
- open one file: imread()
- display the files in one figure one next to each other: subimage()
- display the files in single figures: figure, imshow()

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

답변 (1개)

Dishant Arora
Dishant Arora 2014년 9월 17일

카테고리

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

Community Treasure Hunt

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

Start Hunting!

Translated by