Search code examples
c#opencvemgucv

Issue with installation of EMGU


The current docs here says:

Creating a New Project in Visual Studio To use the framework in Visual Studio, you need to

Download and extract the binary files package Emgu.CV.Windows.Binary-{version}.zip For a Full guide to using the dependencies under Visual Studio and C# see the C# Tutorial.

There is no link. I cannot find a download location for Emgu.CV.Windows.Binary-{version}.zip in my case it would be emgu.cv.windows.binary-4.3.0.3890.zip. I can't find this file anywhere including my hard drive after installing.

Are the installation instruction wrong? Are these found in one of the EMGU nuget packages? If so, which one?

Also, I am a bit confused with the various flavors or C# OpenCV wrappers and all the various installation instruction out there.

Help getting OpenCV C# wrapper running would be greatly appreciated.


Solution

  • Ah yes... the joy of Emgu.CV documentation.

    Be sure to include the two NuGet packages below. The later includes the required binaries:

    enter image description here