#include <fcdynamic.h>
Public Attributes | |
int | num_imgs |
double | roi_f |
double | roi_e |
int | roi_w |
int | roi_h |
LARGE_INTEGER | loop_start |
LARGE_INTEGER | loop_stop |
LARGE_INTEGER | freq |
FrameInfo * | frame |
timing_info maintains information of frame by frame timing statistics and other useful information for later analysis of the system's runtime. An example use of this structure can be found in time_run.cpp.