Maxime Lethelier
Maxime Lethelier
Thanks for the quick feedback. I indeed forgot the double period at the end of the CMake command, which was my problem. Now I could generate the project but when...
I didn't move opencv_contrib after building open cv, but it was not appearing in the Solution Explorer so I set the environment variable as you suggested: `set OPENCV_EXTRA_MODULES_PATH=C:/path/to/opencv_contrib/modules` and it...
Yes I have both .dll file in this folder My opencv_world451.dll file is 1,02 Go I have a Nvidia GTX 1070 maxQ (laptop version) with Studio driver 461.72 (from february...
Hi, So i restarted from scratch to try not to get mixed up with the versions, and here is the situation with: Cuda Toolkit 11.1 ( somehow the 11.0.x versions...
I compared my CMake-GUI setup to yours and notice fews differences: -CUDA_GENERATION was on "auto", I put it blank as in your setup -OPENCV_ENABLE_NONFREE was checked, i removed it -OPENCV_FORCE_PYTHON_LIBS...
ok thank you for your help I'll try other things in the next days and let you know if I get firgure something out