Mercurial > hg > nsaunier > traffic-intelligence
comparison c/feature-based-tracking.cpp @ 494:41a72146685e
minor change in header order
| author | Nicolas Saunier <nicolas.saunier@polymtl.ca> |
|---|---|
| date | Mon, 28 Apr 2014 17:32:33 -0400 |
| parents | b6ad86ee7033 |
| children | b96ff16b1c81 13d4eb96a751 |
comparison
equal
deleted
inserted
replaced
| 493:850ed17c7b2f | 494:41a72146685e |
|---|---|
| 1 #include "Motion.hpp" | 1 #include "Motion.hpp" |
| 2 #include "Parameters.hpp" | 2 #include "Parameters.hpp" |
| 3 #include "cvutils.hpp" | 3 #include "cvutils.hpp" |
| 4 #include "utils.hpp" | 4 #include "utils.hpp" |
| 5 #include "InputVideoFileModule.h" | |
| 6 #include "InputFrameListModule.h" | |
| 5 | 7 |
| 6 #include "src/Trajectory.h" | 8 #include "src/Trajectory.h" |
| 7 #include "src/TrajectoryDBAccessList.h" | 9 #include "src/TrajectoryDBAccessList.h" |
| 8 #include "src/TrajectoryDBAccessBlob.h" | 10 #include "src/TrajectoryDBAccessBlob.h" |
| 9 | 11 |
| 15 #include "opencv2/objdetect/objdetect.hpp" | 17 #include "opencv2/objdetect/objdetect.hpp" |
| 16 | 18 |
| 17 #include <boost/shared_ptr.hpp> | 19 #include <boost/shared_ptr.hpp> |
| 18 #include <boost/foreach.hpp> | 20 #include <boost/foreach.hpp> |
| 19 #include <boost/filesystem.hpp> | 21 #include <boost/filesystem.hpp> |
| 20 | |
| 21 #include "InputVideoFileModule.h" | |
| 22 #include "InputFrameListModule.h" | |
| 23 | 22 |
| 24 #include <iostream> | 23 #include <iostream> |
| 25 #include <vector> | 24 #include <vector> |
| 26 #include <ctime> | 25 #include <ctime> |
| 27 | 26 |
