microsoft / vcpkg

C++ Library Manager for Windows, Linux, and MacOS
MIT License
22.64k stars 6.25k forks source link

[opencv] Can't not find "opencv/rgbd.hpp" #36042

Open liangzhenghao2000 opened 7 months ago

liangzhenghao2000 commented 7 months ago

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 image

Can't find rgbd.hpp in include folder. image

This is opencv_contrib source code downloaded from vcpkg, It contains rgbd. image

This is install-list. image

Environment windows11 visualstudio19

To Reproduce Steps to reproduce the behavior:

  1. ./vcpkg install opencv opencv[contrib] opencv[non_free] opencv[eigen] opencv[tbb] opencv[cuda] opencv[vtk] opencv[world] --recurse
  2. ./vcpkg integrate install
cenit commented 1 month ago

rgbd module is forcefully disabled in the port, that's the reason. It requires being added as a feature

38928