Report for single object detection
An objectDetection
object
contains an object detection report that was obtained by a sensor for a single
object. You can use the objectDetection
output as
the input to trackers such as multiObjectTracker
.
creates an object detection
= objectDetection(time
,measurement
)detection
at the specified
time
from the specified
measurement
.
creates a detection
= objectDetection(___,Name,Value
)detection
object with properties specified as one
or more Name,Value
pair arguments. Any unspecified
properties have default values. You cannot specify the Time
or Measurement
properties using
Name,Value
pairs.