Main Content

read

(Not recommended) Read image at specified index

The read function of the imageSet object is not recommended. Instead, use an imageDatastore object and its read and readimage functions. For more information, see Version History.

Description

im = read(imgSet,idx) returns an image from the image set, imgSet, located at the index idx.

Input Arguments

collapse all

Image set, specified as an imageSet object.

Image location index, specified as a positive integer.

Output Arguments

collapse all

Image, returned as a numeric array.

Version History

Introduced in R2014b

collapse all