1. Home
  2. Browse
  3. opencv

opencv

v3.4.1#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.1#0

Publication

Supports

All

Subtree

04030295c0

License

Complex license

Definition

Control