Partition pixelLabelImageDatastore according to indices
pixelLabelImageDatastore
pximds2 = partitionByIndex(pximds,ind)
pximds2 = partitionByIndex(pximds,ind) partitions a subset of observations in a pixel label image datastore, pximds, into a new datastore, pximds2. The desired observations are specified by indices, ind.
pximds2
pximds
ind
collapse all
Pixel label image datastore, specified as a pixelLabelImageDatastore object.
Indices of observations, specified as a vector of positive integers.
Output datastore, returned as a pixelLabelImageDatastore object containing a subset of files from pximds.
pixelLabelImageDatastore | read | readall | readByIndex
read
readall
readByIndex