Skip to content

Commit 69b74a7

Browse files
committed
add features2d to cmake.
1 parent 4bf8cbf commit 69b74a7

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 opencv_dnn OPTIONAL opencv_viz WRAP python)
3+
ocv_define_module(rgbd opencv_core opencv_calib3d opencv_imgproc opencv_dnn opencv_features2d 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)