Ask Your Question

Shuter's profile - activity

2019-04-08 20:57:34 -0600 received badge  Popular Question (source)
2016-02-10 17:42:41 -0600 received badge  Student (source)
2015-08-18 10:44:56 -0600 commented question Error during building custom opencv

I forgot to mention that, but yes i downloaded opencv_contrib and followed the readme

2015-08-18 10:13:21 -0600 asked a question Error during building custom opencv

Hello everyone,

I am installing latest opencv from git with xfeatures2d and during building i got these errors

24>C:\OpenCV\opencv3\sources\modules\stitching\include\opencv2/stitching/detail/matchers.hpp(52): fatal error C1083: Cannot open include file: 'opencv2/xfeatures2d/cuda.hpp': No such file or directory (C:\OpenCV\opencv3\sources\modules\stitching\perf\perf_main.cpp)

24>C:\OpenCV\opencv3\sources\modules\stitching\include\opencv2/stitching/detail/matchers.hpp(52): fatal error C1083: Cannot open include file: 'opencv2/xfeatures2d/cuda.hpp': No such file or directory (C:\OpenCV\opencv3\sources\modules\stitching\perf\opencl\perf_stitch.cpp)

24>C:\OpenCV\opencv3\sources\modules\stitching\include\opencv2/stitching/detail/matchers.hpp(52): fatal error C1083: Cannot open include file: 'opencv2/xfeatures2d/cuda.hpp': No such file or directory (C:\OpenCV\opencv3\sources\modules\stitching\perf\perf_stich.cpp)

24>C:\OpenCV\opencv3\sources\modules\stitching\include\opencv2/stitching/detail/matchers.hpp(52): fatal error C1083: Cannot open include file: 'opencv2/xfeatures2d/cuda.hpp': No such file or directory (C:\OpenCV\opencv3\sources\modules\stitching\perf\opencl\perf_warpers.cpp)

35>C:\OpenCV\opencv3\sources\modules\stitching\include\opencv2/stitching/detail/matchers.hpp(52): fatal error C1083: Cannot open include file: 'opencv2/xfeatures2d/cuda.hpp': No such file or directory (C:\OpenCV\opencv3\sources\modules\stitching\test\test_blenders.cpp)

35>C:\OpenCV\opencv3\sources\modules\stitching\include\opencv2/stitching/detail/matchers.hpp(52): fatal error C1083: Cannot open include file: 'opencv2/xfeatures2d/cuda.hpp': No such file or directory (C:\OpenCV\opencv3\sources\modules\stitching\test\test_main.cpp)

35>C:\OpenCV\opencv3\sources\modules\stitching\include\opencv2/stitching/detail/matchers.hpp(52): fatal error C1083: Cannot open include file: 'opencv2/xfeatures2d/cuda.hpp': No such file or directory (C:\OpenCV\opencv3\sources\modules\stitching\test\ocl\test_warpers.cpp)

35>C:\OpenCV\opencv3\sources\modules\stitching\include\opencv2/stitching/detail/matchers.hpp(52): fatal error C1083: Cannot open include file: 'opencv2/xfeatures2d/cuda.hpp': No such file or directory (C:\OpenCV\opencv3\sources\modules\stitching\test\test_matchers.cpp)

I'm using VS 2013, Win7 and CMake 3.3.1

Thanks