array of images

2 visualizaciones (últimos 30 días)
mideas
mideas el 10 de Abr. de 2012
how to read a set of images in an array (say 15-20 images)?

Respuesta aceptada

Walter Roberson
Walter Roberson el 10 de Abr. de 2012
  1 comentario
mideas
mideas el 10 de Abr. de 2012
thank you..

Iniciar sesión para comentar.

Más respuestas (1)

Geoff
Geoff el 10 de Abr. de 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.

Categorías

Más información sobre Images en Help Center y File Exchange.

Etiquetas

Productos

Community Treasure Hunt

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

Start Hunting!

Translated by