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 fafed04 commit 3b588d0Copy full SHA for 3b588d0
CMakeLists.txt
@@ -3,6 +3,7 @@ project(opencv_apps)
3
4
find_package(catkin REQUIRED COMPONENTS cv_bridge dynamic_reconfigure message_generation image_transport nodelet roscpp)
5
6
+# Call find_package(OpenCV) to get target in opencv library, such as opencv_optflow or opencv_line_descriptor
7
find_package(OpenCV REQUIRED)
8
message(STATUS "OpenCV VERSION: ${OpenCV_VERSION}")
9
message(STATUS "OpenCV Components: ${OpenCV_LIB_COMPONENTS}")
0 commit comments