EmguCV.221.x86 1.0.0

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

// Install EmguCV.221.x86 as a Cake Tool
#tool nuget:?package=EmguCV.221.x86&version=1.0.0

This is a lightweight package (15 MB), with OpenCV 2.2.0. (2010) and can do a lot of OpenCV stuff. Current OpenCV versions is about > 100 MB.

How to install EmguCV in your project:
1 - Install this NuGet package in project
2 - Project -> Add -> Existing Item
3 - Open this packages directory (Probably is (Solution Directory)/packages/EmguCV.221.xXX.X.X)
4 - Open "opencv" directory
5 - Click to display "All Files (*.*)"
6 - Select all *.dll files
7 - Instead clicking on "Add" button, click in the arrow located at this button, and click "Add as Link"

Q: Why add as link instead simply add files?
A: Because in this mode you don't need to put *.dlls in source control, and you don't need to copy *.dlls twice, since they're already in the NuGet package.

You can also notice "haarcascade" folder, these files are for face detection, you can add'em in the same way if you'll use this feature.

Product Compatible and additional computed target framework versions.
.NET Framework net 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
1.0.0 66,929 3/14/2014

x86