1. Home
  2. Browse
  3. opencv3

opencv3

v3.4.3-10#0Go to latest

computer vision library

Install

Run the following Vcpkg command to install the port.

vcpkg install opencv3

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-10#0

Publication

Supports

All

Homepage

github.com/opencv/opencv

Subtree

de3d6b5c26

License

Complex license

Definition

Control