objectTrack
Single object track report
Description
objectTrack
captures the track information of a single object.
objectTrack
is the standard output format for trackers.
Creation
Description
creates an
track
= objectTrackobjectTrack
object with default property values. An
objectTrack
object contains information like the age and state of a
single track.
Tip
To create an empty objectTrack
object, use
objectTrack.empty()
.
allows you to set properties using one or more name-value pairs. Enclose each property
name in single quotes.track
= objectTrack(Name,Value
)
Properties
Object Functions
toStruct | Convert objectTrack object to
struct |