computer vision library
The package opencv provides CMake integration:
find_package(OpenCV REQUIRED)
target_include_directories(main PRIVATE ${OpenCV_INCLUDE_DIRS})
target_link_libraries(main PRIVATE ${OpenCV_LIBS})
allow nonfree and unredistributable libraries
v3.4.3-7#0
All
Complex license
Control