1. Home
  2. Browse
  3. opencv

opencv

v3.4.3-2#0Go to latest

computer vision library

Install

Run the following Vcpkg command to install the port.

vcpkg install opencv

Usage

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})

Features

Dependencies

See source

Version

v3.4.3-2#0

Publication

Supports

All

Subtree

5daa7cac27

License

Complex license

Definition

Control