read - Read data from denoisingImageDatastore - MATLAB (original) (raw)
Main Content
Read data from denoisingImageDatastore
Syntax
Description
[data](#d126e73438) = read([dnimds](#d126e73406))
returns a batch of data from a denoising image datastore,dnimds
. Subsequent calls to the read
function continue reading from the endpoint of the previous call.
[[data](#d126e73438),[info](#d126e73469)] = read([dnimds](#d126e73406))
also returns information about the extracted data, including metadata, ininfo
.
Input Arguments
Output Arguments
Output data, returned as a table with MiniBatchSize
number of rows.
For the last batch of data in the datastore dnimds, if numObservations
is not cleanly divisible byMiniBatchSize
, then read
returns a partial batch containing all the remaining observations in the datastore.
Information about read data, returned as a structure array. The structure array can contain the following fields.
Field Name | Description |
---|---|
CurrentFileIndices | Current read index of the denoising image datastore. |
Version History
Introduced in R2018a