detect
Syntax
Description
Add-On Required: This feature requires the Automated Driving Toolbox Model for Lidar Lane Detection add-on.
detects lanes within a set of point clouds, detectionResults = detect(detector,ds)ds.
[___] = detect(___,
specifies options using one or more name-value arguments in addition to any combination of
arguments from previous syntaxes. For example,
Name=Value)ExecutionEnvironment="cpu" specifies to use the CPU to detect lanes
within an input point cloud.
Examples
Input Arguments
Name-Value Arguments
Output Arguments
References
[1] Paek, Dong-Hee, Seung-Hyun Kong, and Kevin Tirta Wijaya. “K-Lane: Lidar Lane Dataset and Benchmark for Urban Roads and Highways.” In 2022 IEEE/CVF Conference on Computer Vision and Pattern Recognition Workshops (CVPRW), 4449–58. New Orleans, LA, USA: IEEE, 2022. https://doi.org/10.1109/CVPRW56347.2022.00491.
Version History
Introduced in R2023b
