#include "fcdynamic.h"
Functions | |
int | time_run (TrackingSequence *tseq, int num_imgs, int t, double frame, double exposure) |
times different parts of the software |
int time_run | ( | TrackingSequence * | tseq, | |
int | num_imgs, | |||
int | t, | |||
double | frame, | |||
double | exposure | |||
) |
times different parts of the software
time_run
acquires num_imgs
and times several functions in a tight loop. At the end of each run the results are printed to stdout, which can then be piped to a file or another program for further processing.
tseq | the TrackingSequence specifying the active ROIs and their initial positions in the image prior to tracking an object | |
t | the threshold value to be used with threshold | |
frame | the frame time (e.g. length of time between images) in microseconds | |
exposure | the exposure time (e.g. length of time the shutter is kept open) in microseconds |