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?