Skip to content

Commit 1446a10

Browse files
committed
add opencv_dnn to cmake
1 parent 7695ebc commit 1446a10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/rgbd/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
set(the_description "RGBD algorithms")
22

3-
ocv_define_module(rgbd opencv_core opencv_calib3d opencv_imgproc OPTIONAL opencv_viz WRAP python)
3+
ocv_define_module(rgbd opencv_core opencv_calib3d opencv_imgproc opencv_dnn OPTIONAL opencv_viz WRAP python)
44

55
if(NOT HAVE_EIGEN)
66
message(STATUS "rgbd: Eigen support is disabled. Eigen is Required for Posegraph optimization")

0 commit comments

Comments
 (0)