Hi All,
Any one please help me in resolving this errors. i have compiled the opencv5.8.0. using msbuild visual studio 2017 native command tool after generating project files . I have added headers files in one of my project in below order :
#include "opencv2/core.hpp"
#include "opencv2/imgproc.hpp"
#include "opencv2/highgui.hpp"
#include "opencv2/videoio.hpp"
#include "opencv2/opencv.hpp"
but comipilng my project giving below errors. i have no where used any openCV api .
11>f:\elast\opencv-4.8.0\modules\flann\include\opencv2\flann\matrix.h(69): error C2059: syntax error: ',' (compiling source file MultiROIAtom.cpp)
11>f:\elast\opencv-4.8.0\modules\flann\include\opencv2\flann\matrix.h(84): note: see reference to class template instantiation 'cvflann::Matrix<T>' being compiled (compiling source file MultiROIAtom.cpp)
11>f:\elast\opencv-4.8.0\modules\core\include\opencv2\core\cuda.hpp(115): error C2059: syntax error: 'constant' (compiling source file MultiROIAtom.cpp)