detect
Syntax
Description
Add-On Required: This feature requires the Lidar Toolbox Interface for OpenPCDet Library add-on.
detects objects within the input point cloud, bboxes = detect(detector,ptCloud)ptCloud, using a voxel
region-based convolutional neural network (Voxel R-CNN) object detector,
detector. The function returns the locations of detected objects as
a set of bounding boxes.
To use this function, your system must have a CUDA® enabled NVIDIA® GPU. For information on the supported compute capabilities, see GPU Computing Requirements (Parallel Computing Toolbox).
detects objects 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)Threshold=0.7 specifies
a detection threshold of 0.7.
Examples
Input Arguments
Name-Value Arguments
Output Arguments
Version History
Introduced in R2024b
