OpenCV 2.3.1
OpenCV (Open Source Computer Vision) is a library of programming functions for the realtime computer vision. OpenCV is released under the liberal BSD license, it is free for both academic and commercial use. It runs on Windows, Linux, Mac, Android and has C++, C, Python and Java (Android only) interfaces. The library has more than 2500 optimized algorithms (see the figure below). It is used around the world, has more than 3.5M downloads and 46K+ people in the user group. Real-life examples range from video surveillance to interactive art, mine inspection, panorama stitching and finally include the latest developments in advanced robotics.
See the version list below for details.
Install-Package OpenCV -Version 2.3.1
dotnet add package OpenCV --version 2.3.1
<PackageReference Include="OpenCV" Version="2.3.1" />
paket add OpenCV --version 2.3.1
Dependencies
-
- OpenCV_binaries (>= 2.3.1)
- OpenCV_headers (>= 2.3.1)
Used By
NuGet packages (2)
Showing the top 2 NuGet packages that depend on OpenCV:
Package | Downloads |
---|---|
aruco
ArUco is a minimal C++ library for detection of Augmented Reality markers based exclusively on OpenCV and provided under the BSD license. The library relies on the use of coded markers. Each marker has a unique code indicated by a pattern of black and white colors that allows for up to 1024 different markers.
|
|
caffe.clr
Caffe: a fast open framework for deep learning. http://caffe.berkeleyvision.org/
|
GitHub repositories
This package is not used by any popular GitHub repositories.