changeFilePaths
R2026bDescription
Use the changeFilePaths function to update the file paths of ground truth data
associated with a groundTruthMultiSensor
object. You can change file paths for the ground truth data sources, pixel label data, and
semantic point label data.
changes the file paths stored in a unresolvedPaths = changeFilePaths(gTruth,alternativePaths)groundTruthMultiSensor
object, gTruth, based on pairs of current paths and alternative paths,
alternativePaths. If gTruth is a vector of
groundTruthMultiSensor 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.
Examples
Input Arguments
Output Arguments
Version History
Introduced in R2026b