Mercurial > hg > nsaunier > traffic-intelligence
comparison c/Motion.cpp @ 1093:05ccd8ef150c
updated to OpenCV4
| author | Nicolas Saunier <nicolas.saunier@polymtl.ca> |
|---|---|
| date | Sat, 02 Feb 2019 09:33:26 -0500 |
| parents | c3c3a90c08f8 |
| children |
comparison
equal
deleted
inserted
replaced
| 1092:49c0bb6eacc2 | 1093:05ccd8ef150c |
|---|---|
| 2 #include "cvutils.hpp" | 2 #include "cvutils.hpp" |
| 3 | 3 |
| 4 #include "src/TrajectoryDBAccessList.h" | 4 #include "src/TrajectoryDBAccessList.h" |
| 5 | 5 |
| 6 //#include "opencv2/core/core.hpp" | 6 //#include "opencv2/core/core.hpp" |
| 7 #include "opencv2/imgproc/imgproc.hpp" | 7 #include "opencv2/imgproc.hpp" |
| 8 #include "opencv2/highgui/highgui.hpp" | 8 #include "opencv2/highgui.hpp" |
| 9 | 9 |
| 10 #include <boost/graph/connected_components.hpp> | 10 #include <boost/graph/connected_components.hpp> |
| 11 | 11 |
| 12 #include <iostream> | 12 #include <iostream> |
| 13 #include <vector> | 13 #include <vector> |
