Hello everyone,
I'm struggling with the including of opencv_contrib.
I'm using CMake 3.13.0, MinGW 8.1.0 64 Bit, OpenCV 3.4.3 and Eclipse 4.9 as IDE and everything goes fine, but I would like to use some of the functions, which are contributed by opencv_contrib. When I add "OPENCV_EXTRA_MODULES_PATH = C:/Users/... .../opencv_contrib-master/modules", by using the GUI of CMake, the following error occures.
"Error in configuration process, project files may be invalid"
The setting that has worked for building OpenCV 3.4.3 with CMake is:
WITH_IPP = OFF; WITH_TBB = OFF; WITH_MSMF = OFF; ENABLE_PRECOMPILED_HEADERS = OFF; CPU_DISPATCH = OFF;
Before I have used that flag setup, I wasn't even able to finish an successfull CMake build of OpenCV 3.4.3.
Here are the links to OpenCV 3.4.3 and the opencv_contrib version, that I'm using so far.
Link to opencv_contrib repository
I hope anyone has an idea why that error is occuring.
Thanks