i have a dataset of images with name 1(1),1(2),..,1(10) and want to read the image one by one...how should i apply 'for loop' to read the image one by one

1 visualización (últimos 30 días)

Respuesta aceptada

Walter Roberson
Walter Roberson el 21 de Mzo. de 2013
  4 comentarios
Walter Roberson
Walter Roberson el 22 de Mzo. de 2013
If "J" is your loop counter (image number), then
a{J} = .... %the image data
Notice the curly-brackets.

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

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

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by