Emgu CV for Android
Prerequisite
You will need Mono for Android for development. Click here to purchase a license or download an evaluation copy.
Getting Emgu CV for Android
Emgu CV for Android is available as a beta package right now from sourceforge. It will be come a commercial product once it exist beta.
Differences between Emgu CV for Android and Desktop version
- The System.Drawing namespace is provided by Mono.Android package.
- Mono for Android 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.
Creating a Emgu CV for Android Project
Comming soon