Version 1/15 - Next » - Current version
Alexander Smorkalov, 2013-03-04 08:30 am


Android

Contents

Android is awesome, and so is OpenCV, so wouldn't it be awesomer if they could work together? Well they can, and its now officially supported in OpenCV!

Read our Android Release Notes to see what's new for Android developers in OpenCV.

Resources

Download

Developers have 2 basic ways to develop applications with OpenCV on Android.
  1. We recommend to download the prebuilt OpenCV package and follow the instructions from our tutorial: Using Android binary package with Eclipse. This package contains Eclipse library project and samples.
    Package also includes prebuilt apk-files, which you can run on your device immediately. They are placed at OpenCV-2.4.0/bin folder inside the binary package.
  2. You can build OpenCV from sources and have the full control over the library. See the OpenCV trunk for Android page for instructions. Please note, that this is not recommended way and think twice before you checkout the OpenCV sources.

Known problems

Actual instructions

Deprecated