changeFilePaths
R2026b(To be removed) Change file paths in multisignal ground truth data
changeFilePaths will be removed in a future release.
Use the groundTruthMultiSensor (Point Cloud Toolbox) object instead.
For information on updating your code, see Version
History.
Description
changes the file paths stored in a unresolvedPaths = changeFilePaths(gTruth,alternativePaths)groundTruthMultisignal object, gTruth, based on pairs of
current paths and alternative paths, alternativePaths. If
gTruth is a vector of groundTruthMultisignal
objects, the function changes the file paths across all objects. The function returns the
unresolved paths in unresolvedPaths. An unresolved
path is any current path in alternativePaths not found in
gTruth or any alternative path in
alternativePaths not found at the specified path location. In both
cases, unresolvedPaths returns only the current paths.
Use this function to update the file paths of ground truth data that changes folder locations. You can change file paths for the ground truth data sources and pixel label data.
Examples
Input Arguments
Output Arguments
Version History
Introduced in R2020aSee Also
Objects
groundTruthMultiSensor(Point Cloud Toolbox)
Functions
changeFilePaths(Point Cloud Toolbox)