OpenCV.Net 3.3.0

dotnet add package OpenCV.Net --version 3.3.0
NuGet\Install-Package OpenCV.Net -Version 3.3.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.Net" Version="3.3.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add OpenCV.Net --version 3.3.0
#r "nuget: OpenCV.Net, 3.3.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.Net as a Cake Addin
#addin nuget:?package=OpenCV.Net&version=3.3.0

// Install OpenCV.Net as a Cake Tool
#tool nuget:?package=OpenCV.Net&version=3.3.0

A .NET interface for the popular OpenCV computer vision and image processing library.

Product Compatible and additional computed target framework versions.
.NET Framework net40 is compatible.  net403 was computed.  net45 was computed.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

GitHub repositories (1)

Showing the top 1 popular GitHub repositories that depend on OpenCV.Net:

Repository Stars
bonsai-rx/bonsai
The compiler, IDE, and standard library for the Bonsai visual programming language for reactive systems
Version Downloads Last updated
3.3.0 2,592 2/26/2015
3.2.2 2,047 2/17/2014
3.2.1 67 1/24/2014
3.2.0 57 1/20/2014
3.1.0 101 12/4/2013
3.0.0 140 10/10/2013
3.0.0-alpha2 49 10/1/2013
3.0.0-alpha 52 9/2/2013

Added more missing interface methods and performance improvements.