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

2 vues (au cours des 30 derniers jours)
vetri
vetri le 17 Sep 2014
read multiple images one by one from the folder and display all the images without overwriting the image
  1 commentaire
Michael Haderlein
Michael Haderlein le 17 Sep 2014
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()

Connectez-vous pour commenter.

Réponses (1)

Dishant Arora
Dishant Arora le 17 Sep 2014

Catégories

En savoir plus sur Image Processing and Computer Vision dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by