frame_info Struct Reference
timing information for a particular frame
More...
#include <fcdynamic.h>
List of all members.
|
Public Attributes |
int | img |
int | blob_found |
TrackingWindow | win |
LARGE_INTEGER | grab_start |
LARGE_INTEGER | grab_stop |
LARGE_INTEGER | thresh_start |
LARGE_INTEGER | thresh_stop |
LARGE_INTEGER | blob_start |
LARGE_INTEGER | blob_stop |
LARGE_INTEGER | pc_ts |
__int64 | fg_ts |
Detailed Description
timing information for a particular frame
frame_info is used for timing segments of code on a frame by frame basis. An example use of this structure can be found in time_run.cpp.
- Note:
- if this structure is extended in the future by adding more timing parameters make sure to modify the functions and variables in utils.cpp in order to have the information printed to the screen.
- See also:
- utils.cpp
time_run.cpp
PrintTimingData
The documentation for this struct was generated from the following file: