merge
Description
merges two or more ground truth objects into a new ground truth object
gTruth
= merge(gTruth1,gTruth2, ... gTruthN
)gTruth
. The resulting merged ground truth object contains all the
data sources, label definitions, and label data from the input ground truth objects.
specifies the folder into which to save merged pixel label data in addition to the input
arguments from the previous syntax. gTruth
= merge(___,OutputFolder=name)name
must be the absolute or relative
path to the save folder, specified as a character vector or string scalar. By default, the
function writes merged pixel label data to a folder named
"mergedPixelLabelData"
within the current working directory. If this
folder does not exist, the function creates it. If the folder already exists, the function
adds a unique numeric suffix to the default name, for example
"mergedPixelLabelData_1"
, and creates a new folder.
Examples
Input Arguments
Output Arguments
Version History
Introduced in R2023b