A cross platform .Net wrapper for the Intel OpenCV image-processing library. Allows OpenCV functions to be called from .NET compatible languages such as C#, VB, VC++, IronPython. The wrapper can be compiled in Mono and run on Linux, Solaris and Mac OS X.
| Namespace | Description |
|---|---|
| Emgu.CV | Wrapper of OpenCV image processing functions. Base functions (L1) can be found in CvInvoke class, enumerations can be found in Emgu.CV.Enum namespace. |
| Emgu.CV.CvEnum | Wrapped OpenCV enumeration |
| Emgu.CV.UI | User interface (ImageBox) for displaying Image object. |
| Emgu.Util | A collection of utilities used by Emgu projects |
| Emgu.Util.TypeEnum |