Hi, I'm Kundo.
I'm trying to build OpenCV using the source I downloaded hear 'https://github.com/opencv/opencv' and 'https://github.com/opencv/opencv_contrib' here with Cmake.
I'm using Windows 10 64bit, Visual Studio 2015 community, and Cuda ver 10.0.
When I try to build OpenCV, the error occurs in 'debayer.cu' which causes the error in 'color_detail.hpp' and 'opencv_cudaimgproc' too.
the error says
- it needs ')' in line 394
- 'texture' is not a template in line 394
- there is no global variable 'max', and 'min' in line 69, 73, 77, 235, 239, 243, 70, 74, 78, 236, 240, 244
(sorry I just translated the error message cause I'm not using English ver..)
I have no idea how should I solve this.
I didn't change anything in 'debayer.cu'.
thank you.