tracking_sequence Struct Reference
A convenience structure containing the active ROIs and the order in which the ROIs are activated.
More...
#include <fcdynamic.h>
List of all members.
|
Public Attributes |
int * | seq |
int | seq_len |
TrackingWindow | windows [MAX_ROI] |
Detailed Description
A convenience structure containing the active ROIs and the order in which the ROIs are activated.
tracking_sequence is meant to make tracking multiple objects easier by reducing the number of parameters that need to be passed around. This structure is typically used in functions that need to update multiple ROIs and the helper functions that are associated with managing multiple ROIs.
- See also:
- time_run.cpp or display_run.cpp
StartGrabbing
The documentation for this struct was generated from the following file: