#126 · Primary category: Computer Vision

emgucv

ai computer-vision dotnet emgu emgucv image-classification image-processing image-recognition machine-learning maui native-bindings nuget nuget-package nuget-packages opencv

Emgu CV is a cross platform .Net wrapper to the OpenCV image processing library.

Project last updated:08/28/26

GitHub Stars

2.3K

Forks

583

Contributors

29

License

Other

Why we included this project

For .NET teams that need real computer-vision functionality, Emgu CV provides a managed wrapper around OpenCV so you can stay in C# or F#. The library exposes the usual OpenCV routines for filtering, object detection, camera capture, and model inference, and it runs on Windows, macOS, Linux, iOS, and Android, including inside Unity and MAUI apps. Since it's a binding to native code, you'll need to handle platform-specific build and packaging steps, but in exchange you get one consistent .NET API across all those targets. If you'd rather not run a separate Python vision service, this is a straightforward way to keep your whole pipeline in one .NET codebase.

Articles for this project

No articles for this project yet.

To suggest a topic or contribute an article, contact us.

Related projects in this category