CGAL/cgal
Classification/examples/Classification/CMakeLists.txt
:49
find_package(OpenCV QUIET COMPONENTS core ml) # Need core + machine learning
find_package(OpenCV QUIET COMPONENTS core ml) # Need core + machine learning
find_package(OpenCV QUIET)
find_package(OpenCV QUIET COMPONENTS core ml) # Need core + machine learning
find_package(OpenCV QUIET)
#find_package(OpenCV REQUIRED)
# OpenCV_FIND_REQUIRED_COMPONENTS : FIND_PACKAGE(OpenCV COMPONENTS ..)
find_package (OpenCV)
find_package(OpenCV)
find_package(OpenCV REQUIRED)
find_package(OpenCV REQUIRED)
find_package(OpenCV REQUIRED)
find_package(OpenCV REQUIRED)
find_package(OpenCV REQUIRED COMPONENTS tracking)
#support for version checking when finding opencv. find_package(OpenCV 2.3.1 EXACT) should now work.
find_package(OpenCV REQUIRED ${module} ${OPENCV_PLUGIN_DEPS})
find_package(OpenCV REQUIRED)
find_package(OpenCV REQUIRED PATHS "..")
find_package(OpenCV REQUIRED COMPONENTS ${ANDROID_OPENCV_COMPONENTS})
find_package(OpenCV REQUIRED COMPONENTS ${ANDROID_OPENCV_COMPONENTS})
find_package(OpenCV REQUIRED)
find_package(OpenCV REQUIRED COMPONENTS opencv_core)
FIND_PACKAGE(OpenCV REQUIRED COMPONENTS core)
find_package(OpenCV REQUIRED) # http://opencv.org
find_package(OpenCV REQUIRED)
find_package(OpenCV REQUIRED)
find_package(OpenCV 3.0 REQUIRED)