We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7695ebc commit 1446a10Copy full SHA for 1446a10
modules/rgbd/CMakeLists.txt
@@ -1,6 +1,6 @@
1
set(the_description "RGBD algorithms")
2
3
-ocv_define_module(rgbd opencv_core opencv_calib3d opencv_imgproc OPTIONAL opencv_viz WRAP python)
+ocv_define_module(rgbd opencv_core opencv_calib3d opencv_imgproc opencv_dnn OPTIONAL opencv_viz WRAP python)
4
5
if(NOT HAVE_EIGEN)
6
message(STATUS "rgbd: Eigen support is disabled. Eigen is Required for Posegraph optimization")
0 commit comments