plotDetection
Display object detections on bird's-eye plot
Syntax
Description
plotDetection(
displays object detections from a list of object positions on a bird's-eye plot.
The detection plotter, detPlotter
,positions
)detPlotter
, is associated with a
birdsEyePlot
object and
configures the display of the specified detections.
To remove all detections associated with detection plotter
detPlotter
, call the clearData
function and specify detPlotter
as the input argument.
plotDetection(
displays detections and their velocities on a bird's-eye plot.detPlotter
,positions
,velocities
)
plotDetection(
displays detections and their labels on a bird's-eye plot.detPlotter
,positions
,labels
)
plotDetection(
displays detections and their velocities and labels on a bird's-eye plot.
detPlotter
,positions
,velocities
,labels
)velocities
and labels
can appear
in either order but must come after detPlotter
and
positions
.
Examples
Input Arguments
Version History
Introduced in R2017a