OpenCV-legacy 2.1.0

dotnet add package OpenCV-legacy --version 2.1.0
NuGet\Install-Package OpenCV-legacy -Version 2.1.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="OpenCV-legacy" Version="2.1.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add OpenCV-legacy --version 2.1.0
#r "nuget: OpenCV-legacy, 2.1.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install OpenCV-legacy as a Cake Addin
#addin nuget:?package=OpenCV-legacy&version=2.1.0

// Install OpenCV-legacy as a Cake Tool
#tool nuget:?package=OpenCV-legacy&version=2.1.0

OpenCV (Open Source Computer Vision) is a library of programming functions for realtime computer vision. OpenCV is released under a BSD license and hence it’s free for both academic and commercial use. It has C++, C, Python and Java (Android) interfaces and supports Windows, Linux, Android, iOS and Mac OS. It has more than 2500 optimized algorithms. Adopted all around the world, OpenCV has more than 7 million downloads growing by nearly 200K/month. Usage ranges from interactive art, to mines inspection, stitching maps on the web on through advanced robotics.

Product Compatible and additional computed target framework versions.
native native is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2.1.0 3,294 2/25/2016
2.1.0-final 1,128 2/25/2016
1.1.0.1 1,196 2/25/2016
1.1.0.1-final 1,161 2/25/2016

This is a legacy version of OpenCV which I published because it was not available on NuGet and 3rd party code in one of my project requires it.