Hi! I’m currently working on a project that uses OpenCV. I’m using CLion and Vcpkg to install OpenCV. I have a problem with ximgproc — CLion doesn’t recognize this directory, so I cannot access it, although it has no problem with any other modules. Do you have any quick ideas on how I can fix this? Or should I just remove it from Vcpkg and install it following the Installation in Windows and How to build applications with OpenCV inside the “Microsoft Visual Studio” guides?
I think your IDE is correct. you typed “ximgpro”.
I can tell you that ximgproc is a module from the contrib repository of OpenCV. whatever vcpkg did for you, maybe it did not install those modules of OpenCV, only the base modules.
1 Like
