detectRoadAngles
Syntax
Description
detects road angles in a point cloud. The point cloud must contain off-road points. roadAngles
= detectRoadAngles(offRoadPointCloud
)
specifies options using one or more name-value arguments. For example,
roadAngles
= detectRoadAngles(offRoadPointCloud
,Name=Value
)MinSectorSize=10
specifies the minimum sector size required to detect a
road segment as 10 degrees.
Examples
Input Arguments
Name-Value Arguments
Output Arguments
Algorithms
Version History
Introduced in R2022b