Mercurial > hg > nsaunier > traffic-intelligence
comparison c/feature-based-tracking.cpp @ 165:50964af05a80
solved issue with header inclusion
| author | Nicolas Saunier <nicolas.saunier@polymtl.ca> |
|---|---|
| date | Thu, 29 Sep 2011 03:12:59 -0400 |
| parents | 76610dcf3b8d |
| children | 4eb13ed73d84 |
comparison
equal
deleted
inserted
replaced
| 164:76610dcf3b8d | 165:50964af05a80 |
|---|---|
| 6 #include "src/Trajectory.h" | 6 #include "src/Trajectory.h" |
| 7 #include "src/TrajectoryDBAccessList.h" | 7 #include "src/TrajectoryDBAccessList.h" |
| 8 #include "src/TrajectoryDBAccessBlob.h" | 8 #include "src/TrajectoryDBAccessBlob.h" |
| 9 | 9 |
| 10 #include "opencv2/core/core.hpp" | 10 #include "opencv2/core/core.hpp" |
| 11 #include "opencv2/imgproc/imgproc.hpp" | |
| 12 #include "opencv2/video/tracking.hpp" | |
| 13 #include "opencv2/features2d/features2d.hpp" | |
| 11 #include "opencv2/highgui/highgui.hpp" | 14 #include "opencv2/highgui/highgui.hpp" |
| 12 //#include "opencv2/imgproc/imgproc.hpp" | |
| 13 #include "opencv2/features2d/features2d.hpp" | |
| 14 | 15 |
| 15 #include <boost/shared_ptr.hpp> | 16 #include <boost/shared_ptr.hpp> |
| 16 #include <boost/foreach.hpp> | 17 #include <boost/foreach.hpp> |
| 17 | 18 |
| 18 #include <iostream> | 19 #include <iostream> |
