opencv/android/android-jni
2010-09-22 12:13:26 +00:00
..
jni adding cmake based android scripts and a reusable android library - samples to follow - haven't tested yet completely 2010-09-22 01:47:11 +00:00
src/com/opencv adding some functionality to the android-opencv shared library 2010-09-22 12:13:26 +00:00
AndroidManifest.xml adding cmake based android scripts and a reusable android library - samples to follow - haven't tested yet completely 2010-09-22 01:47:11 +00:00
default.properties adding cmake based android scripts and a reusable android library - samples to follow - haven't tested yet completely 2010-09-22 01:47:11 +00:00
Makefile adding some functionality to the android-opencv shared library 2010-09-22 12:13:26 +00:00
README.txt adding cmake based android scripts and a reusable android library - samples to follow - haven't tested yet completely 2010-09-22 01:47:11 +00:00
sample.env.mk adding cmake based android scripts and a reusable android library - samples to follow - haven't tested yet completely 2010-09-22 01:47:11 +00:00

android-opencv

this is an example of an android library project that has some reusable
code that exposes part of OpenCV to android. In particular this provides a
native camera interface for loading live video frames from the android camera
into native opencv functions(as cv::Mat's)

to build make sure you have swig and the crystax ndk in your path

cp sample.local.env.mk local.env.mk
make

that should work...

more later on how to build actual project for android 
    - see the code.google.com/p/android-opencv for details on this