1. Home
  2. Browse
  3. opencv

opencv

v3.4.3-3#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-3#0

Publication

Supports

All

Subtree

b0a2ff18c9

License

Complex license

Definition

Control