OpenCV Hello World Example for Android

How to use OpenCV on Android? If possible, provide a simple OpenCV Hello World for Android sample code.

+3
source share
1 answer

Here 's an introduction to general OpenCV programming with some useful sample programs, including "Hello World".

OpenCV wiki has a page on Android NDK, a tool for cross-compiling OpenCV for the Android platform.

This quick tutorial on OpenCV with Android demonstrates how to use NDK to cross-compile OpenCV for Android and build a simple application.

That should get you started.

Kate.

+11
source

All Articles