Main Content
readimage
Read specified image from datastore
Description
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
.
Examples
Input Arguments
Output Arguments
Extended Capabilities
Version History
Introduced in R2015b
See Also
datastore
| imread
| read
| readall
| ImageDatastore