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>
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. |
Auxilliary Tool:
A data structure for keeping simple statistics of objects, useful for trying to uniquely identify and track several objects simultaneously.
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.