Open Source Computer Vision Library https://opencv.org/
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Ethan Rublee fbac20273c adding cmake based android scripts and a reusable android library - samples to follow - haven't tested yet completely 15 years ago
..
jni adding cmake based android scripts and a reusable android library - samples to follow - haven't tested yet completely 15 years ago
src/com/opencv adding cmake based android scripts and a reusable android library - samples to follow - haven't tested yet completely 15 years ago
AndroidManifest.xml adding cmake based android scripts and a reusable android library - samples to follow - haven't tested yet completely 15 years ago
Makefile adding cmake based android scripts and a reusable android library - samples to follow - haven't tested yet completely 15 years ago
README.txt adding cmake based android scripts and a reusable android library - samples to follow - haven't tested yet completely 15 years ago
default.properties adding cmake based android scripts and a reusable android library - samples to follow - haven't tested yet completely 15 years ago
sample.env.mk adding cmake based android scripts and a reusable android library - samples to follow - haven't tested yet completely 15 years ago

README.txt

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