blockedImageDatastore
Description
A blockedImageDatastore
object manages a collection of image
blocks that belong to one or more blockedImage
objects. A
blockedImageDatastore
is analogous to an imageDatastore
,
which manages a collection of unrelated images.
Creation
Syntax
Description
bimds = blockedImageDatastore(
creates a Images
)blockedImageDatastore
object that manages a collection of image
blocks of one or more blockedImage
objects, Images
.
By default, if Images
contains a blocked image with multiple
resolution levels, then blockedImageDatastore
chooses only blocks from
the finest resolution level. By default, the block size of the datastore is equal to the
BlockSize
property of the first element in
Images
at the finest resolution level.
bimds = blockedImageDatastore(
creates a datastore from the files specified by sources
)sources
.
bimds = blockedImageDatastore(___,
also uses name-value arguments to set one or more properties, except for
Name,Value
)Images
and TotalNumBlocks
.
Input Arguments
Properties
Object Functions
combine | Combine data from multiple datastores |
countEachLabel | Counts number of pixel labels for each class |
hasdata | Returns true if more data is available in blocked image
datastore |
numpartitions | Number of datastore partitions |
partition | Return partitioned part of blocked image datastore |
preview | Preview subset of data in datastore |
read | Read data and metadata from blocked image datastore |
readall | Read all data from blocked image datastore |
reset | Reset datastore to initial state |
shuffle | Shuffle data in datastore |
subset | Create subset of datastore or FileSet |
transform | Transform datastore |
writeall | Write blocked image datastore to files |