augmentedImageSource
(To be removed) Generate batches of augmented image data
augmentedImageSource will be removed in
a future release. Create an augmented image datastore using the augmentedImageDatastore function instead. For more information, see Version History.
Syntax
Description
creates an augmented image datastore, auimds = augmentedImageSource(outputSize,imds)auimds, for
classification problems using images from image datastore imds,
with output image size outputSize.
creates an augmented image datastore for classification and regression problems. The
array auimds = augmentedImageSource(outputSize,X,Y)X contains the predictor variables and the array
Y contains the categorical labels or numeric
responses.
creates an augmented image datastore for classification and regression problems. The
table, auimds = augmentedImageSource(outputSize,tbl)tbl, contains predictors and responses.
creates an augmented image datastore for classification and regression problems. The
table, auimds = augmentedImageSource(outputSize,tbl,responseNames)tbl, contains predictors and responses. The
responseNames argument specifies the response variable in
tbl.
creates an augmented image datastore, using name-value pairs to configure the image
preprocessing done by the augmented image datastore. You can specify multiple
name-value pairs.auimds = augmentedImageSource(___,Name,Value)