5 #include <opencv2/opencv.hpp>
45 struct calibration_point {
57 typedef vector<sighting> sightings;
62 Mat gray, prevGray, image;
63 vector<Point2f> points[2];
64 vector<Point2f> momentum;
73 BackgroundSubtractorMOG2 mog;
75 TermCriteria termcrit;
76 Size subPixWinSize, winSize;
80 sightings analyze(
const Mat& frame);
88 vector<camera> cameras;
89 vector<tracker> trackers;
95 detector(
const vector<camera>& cameras,
96 const vector<calibration_point>& cps);
100 vector<sightings> compute(
const vector<Mat>& images);