Emgu CV for Android
Jump to navigation
Jump to search
Prerequisite
You will need Mono for Android for development. Click here to purchase a license.
Differences between Emgu CV for Android and desktop
- The System.Drawing namespace is provided by Mono.Android package.
- Mono for Android does use "Android.Graphic.Bitmap" instead of "System.Drawing.Bitmap".
- The Emgu.CV.GPU namespace is only provided for compilation against shared code developed for desktop system that optionally use GPU computation. The function GpuInvoke.HasCuda will always return false on Android. If you are doing a fresh development for Android you can skip this reference.