Define collection of images
imgSet = imageSet(imageLocation)
imgSetVector = imageSet(imgFolder,'recursive')
returns
an object for storing an image data set or a collection of image data
sets. You can use this object to manage your image data. The object
contains image descriptions, locations of images, and the number of
images in your collection. imgSet
= imageSet(imageLocation
)
Note
You can use the imageDatastore
object with greater data management
capability instead of imageSet
.
returns
a vector of image sets found through a recursive search starting from imgSetVector
= imageSet(imgFolder
,'recursive')imgFolder
.
The imgSetVector
output is a 1-by-NumFolders vector,
where NumFolders is the number of folders that
contain at least one image.
partition | Divide image set into subsets |
read | Read image at specified index |
select | Select subset of images from image set |
Common to All System Objects | |
---|---|
release | Allow System object™ property value changes |