Emgu CV is a cross platform .Net wrapper for OpenCV
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. The wrapper can be compiled in Mono and run on Windows, Linux, Mac OS X, iPhone, iPad and Android devices.
This Library was released by Acute3D for educational purposes. It is distributed under a BSD license. Some derivative works are used for teaching C++ development and image processing at Ecole des Ponts ParisTech.
The Library is composed of 4 modules:
- Common: base containers, random number generation, timer functions.
- Images: image I/O and basic image processing algorithms.
- LinAlg: simple wrappers for linear algebra algorithms.
- Graphics: basic graphical user interface based on...
Computer vision and image processing library for Qt.
This library contains among other things a set of graphical widgets for video output, performance evaluation and augmented reality.
The library also provides classes for several data types usually required by computer vision and image processing applications such as vectors, matrices, quaternions and images.
Thanks to a large number of wrapper functions these objects can be used with highly efficient functionality from third party libraries such as OpenCV, GNU Scientific Library,...