Mercurial > hg > nsaunier > traffic-intelligence
comparison c/feature-based-tracking.cpp @ 496:b96ff16b1c81
merged
| author | Nicolas Saunier <nicolas.saunier@polymtl.ca> |
|---|---|
| date | Thu, 01 May 2014 11:08:41 -0400 |
| parents | 82c06ad62254 41a72146685e |
| children | 081a9da6f85b |
comparison
equal
deleted
inserted
replaced
| 495:82c06ad62254 | 496:b96ff16b1c81 |
|---|---|
| 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 |
