Skip to content

Commit

Permalink
Merge pull request #24 from ethz-asl/line_tools
Browse files Browse the repository at this point in the history
required packages for line_tools
  • Loading branch information
ffurrer committed Nov 1, 2018
2 parents 792f5b4 + c57f763 commit bd876bc
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ ExternalProject_Add(opencv3_src
-DOPENCV_EXTRA_MODULES_PATH=../${CONTRIB_NAME}_src/modules .
-DWITH_TBB=ON
-DBUILD_opencv_python2=ON
-DBUILD_opencv_python3=OFF
-DBUILD_opencv_python3=ON
-DWITH_GTK_2_X=ON # Can't use GTK3 as it links against system protobuf.
-DWITH_V4L=ON
-DINSTALL_C_EXAMPLES=OFF
Expand Down Expand Up @@ -66,7 +66,7 @@ ExternalProject_Add(opencv3_src
-DBUILD_opencv_fuzzy=OFF
-DBUILD_opencv_freetype=OFF
-DBUILD_opencv_hdf=OFF
-DBUILD_opencv_line_descriptor=OFF
-DBUILD_opencv_line_descriptor=ON
-DBUILD_opencv_matlab=OFF
-DBUILD_opencv_optflow=OFF
-DBUILD_opencv_plot=OFF
Expand All @@ -80,8 +80,9 @@ ExternalProject_Add(opencv3_src
-DBUILD_opencv_text=OFF
-DBUILD_opencv_tracking=OFF
-DBUILD_opencv_xfeatures2d=ON
-DBUILD_opencv_ximgproc=OFF
-DBUILD_opencv_ximgproc=ON
-DBUILD_opencv_xobjdetect=OFF
-DBUILD_opencv_nonfree=OFF
-DBUILD_opencv_xphoto=OFF ../${OPENCV_SRC_PATH}
BUILD_COMMAND cd ../${OPENCV_BUILD_PATH} && make -j8
INSTALL_COMMAND cd ../${OPENCV_BUILD_PATH} && make install -j8
Expand Down Expand Up @@ -127,6 +128,7 @@ cs_export(INCLUDE_DIRS ${CATKIN_DEVEL_PREFIX}/include
opencv_highgui
opencv_imgcodecs
opencv_imgproc
opencv_line_descriptor
opencv_ml
opencv_objdetect
opencv_phase_unwrapping
Expand All @@ -141,4 +143,5 @@ cs_export(INCLUDE_DIRS ${CATKIN_DEVEL_PREFIX}/include
opencv_videostab
opencv_viz
opencv_xfeatures2d
opencv_ximgproc
)

0 comments on commit bd876bc

Please sign in to comment.