vcpkg
vcpkg copied to clipboard
[opencv] Can't not find "opencv/rgbd.hpp"
Describe the bug
I successfully installed opencv and opencv_contrib using vcpkg, but in visualstudio it shows that some of the header files can't be found
Can't find rgbd.hpp in include folder.
This is opencv_contrib source code downloaded from vcpkg, It contains rgbd.
This is install-list.
Environment windows11 visualstudio19
To Reproduce Steps to reproduce the behavior:
- ./vcpkg install opencv opencv[contrib] opencv[non_free] opencv[eigen] opencv[tbb] opencv[cuda] opencv[vtk] opencv[world] --recurse
- ./vcpkg integrate install
rgbd module is forcefully disabled in the port, that's the reason. It requires being added as a feature
#38928