Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

What is the best wrapper to use for OpenCV 3 with C# and .Net?

I'm making a .NET based GUI that will make use of OpenCV functions. What is the best way to include OpenCV in my program?

I wrote a small object detection program using EmguCV importing which to my project on Visual Studio was incredibly easy. (Nuget Package Manager Console, Install-Package Emgu.CV -Version 3.3.0.2824)

However I see a different wrapper is equally popular on Nuget, OpenCVSharp3. Can anyone offer an informed comparison of these two?