array of images

2 vues (au cours des 30 derniers jours)
mideas
mideas le 10 Avr 2012
how to read a set of images in an array (say 15-20 images)?

Réponse acceptée

Walter Roberson
Walter Roberson le 10 Avr 2012
  1 commentaire
mideas
mideas le 10 Avr 2012
thank you..

Connectez-vous pour commenter.

Plus de réponses (1)

Geoff
Geoff le 10 Avr 2012
Where exactly are you stuck?
You've been posting enough questions here that I would assume you know how to write a loop.
To load an image, use the imread function:
doc imread
Store the results in a cell array: one image per cell.

Catégories

En savoir plus sur Images dans Help Center et File Exchange

Produits

Community Treasure Hunt

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

Start Hunting!

Translated by