writeVideoScenes
Syntax
Description
writes sequences of ground truth data to separate files, filenames
= writeVideoScenes(gTruth
,timeRanges
,folderNames
)filenames
,
that correspond to time ranges, timeRanges
. Video files are written to
the folders specified by the folderNames
input.
The function writes video scenes using the image data and corresponding timestamp data
contained in the specified groundTruth
objects. All nonimage data, such
as lidar, is ignored.
also specifies the root folder name to prepend to each of the folder names.filenames
= writeVideoScenes(gTruth
,timeRanges
,rootFolder
,folderNames
)
specifies options using name-value arguments, in addition to any combination of input
arguments from previous syntaxes. For example,
filenames
= writeVideoScenes(___,Name=Value
)writeVideoScenes(gTruth,timeRanges,folderNames,Verbose=true)
displays
progress information while writing video scenes to files.
Examples
Input Arguments
Output Arguments
Version History
Introduced in R2021b
See Also
Objects
groundTruthMultisignal
(Automated Driving Toolbox) |groundTruthDataSource
|groundTruth
Functions
selectLabelsBySignalName
(Automated Driving Toolbox) |gatherLabelData
|objectDetectorTrainingData
|pixelLabelTrainingData
|sceneTimeRanges