1 | initial version |
You have two options. Option 1 below is the easier one.
In each of the above cases, I suggest using imread
to read individual images. Of course, as suggested in the comment above, if your images are sequentially numbered, you should be able to generate the file names and read images using imread
.