Read specified image from datastore
reads the img
= readimage(imds
,I
)I
th image file from the datastore
imds
and returns the image data img
. The
size and data type of the img
array depends on the image formats
of the files in the datastore. The image formats supported by
readimage
function are those formats supported by
imread
. For more information on the supported formats, see
imread
.
datastore
| ImageDatastore
| imread
| read
| readall