File List
Here is a list of all documented files with brief descriptions:
cam.cpp | Functions for initiatlizing, acquiring, and deinitializing the frame grabber and camera |
display_run.cpp | Visually shows the tracking algorithm and allows the use to manually set the initial bounding box around the object to be tracked |
fcdynamic.h [code] | Required header file |
imgproc.cpp | Collection of a few image processing routines |
roi.cpp | Routines for manipulating the region of interests (ROI) |
skeleton.cpp | Displays code for a simple one ROI tracker |
time_run.cpp | Profiling program that records the length of time of certain functions of interest |
tracking.cpp | Functions for tracking an object |
utils.cpp | Functions for initiatlizing, acquiring, and deinitializing the frame grabber and camera |