Emgu CV is a cross platform .Net wrapper to the OpenCV image processing library. Allowing OpenCV functions to be called from .NET compatible languages such as C#, VB, VC++, IronPython etc.
$ dotnet add package Emgu.CVThis package is part of the 4.12.0 release of Emgu CV.
For online documentation please visit https://www.emgu.com/wiki/files/4.12.0/document/index.html
Release note can be found at https://www.emgu.com/wiki/index.php/Version_History#Emgu.CV-4.12.0
To deploy Emgu CV to a specific platform, you will also need to add one of the Emgu.CV.runtime.{platform} nuget packages to your executable project, use the following link to search for an Emgu.CV.runtime nuget packages: https://www.nuget.org/packages?q=Emgu.CV.runtime