Public Attributes

TrackingObject Struct Reference
[Auxilliary Tools]

Auxilliary Tool: A data structure for keeping simple statistics of objects, useful for trying to uniquely identify and track several objects simultaneously. More...

#include <MultiObjectTrackingState.h>

List of all members.

Public Attributes

int x
 Center x-location of the tracked object.
int y
 Center y-location of the tracked object.
int radius
 Size of the tracked object.
bool visible
 Indicates whether the object was just seen.
CvScalar color
 Color information used to help discrminate and uniquely identify objects.

Detailed Description

Auxilliary Tool: A data structure for keeping simple statistics of objects, useful for trying to uniquely identify and track several objects simultaneously.

Author:
Nicholas Butko
Date:
2010
Version:
0.4

Member Data Documentation

Indicates whether the object was just seen.

Invisible objects are ones that were not detected in the current frame, which may happen because of things like occlusion or poor detector performance. They are remembered from previous experience in case the object detector finds them later.


The documentation for this struct was generated from the following file: