Mercurial > hg > nsaunier > traffic-intelligence
diff include/cvutils.hpp @ 1093:05ccd8ef150c
updated to OpenCV4
| author | Nicolas Saunier <nicolas.saunier@polymtl.ca> |
|---|---|
| date | Sat, 02 Feb 2019 09:33:26 -0500 |
| parents | 8ac7f61c6e4f |
| children |
line wrap: on
line diff
--- a/include/cvutils.hpp Wed Jan 30 16:51:52 2019 -0500 +++ b/include/cvutils.hpp Sat Feb 02 09:33:26 2019 -0500 @@ -1,8 +1,8 @@ #ifndef CVUTILS_HPP #define CVUTILS_HPP -#include "opencv2/core/core.hpp" -#include "opencv2/features2d/features2d.hpp" +#include "opencv2/core.hpp" +#include "opencv2/features2d.hpp" class CvCapture; //template<typename T> class Point_<T>;
