comparison 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
comparison
equal deleted inserted replaced
1092:49c0bb6eacc2 1093:05ccd8ef150c
1 #ifndef CVUTILS_HPP 1 #ifndef CVUTILS_HPP
2 #define CVUTILS_HPP 2 #define CVUTILS_HPP
3 3
4 #include "opencv2/core/core.hpp" 4 #include "opencv2/core.hpp"
5 #include "opencv2/features2d/features2d.hpp" 5 #include "opencv2/features2d.hpp"
6 6
7 class CvCapture; 7 class CvCapture;
8 //template<typename T> class Point_<T>; 8 //template<typename T> class Point_<T>;
9 9
10 /// constant that indicates if the image should be flipped 10 /// constant that indicates if the image should be flipped