opencv-java / opencv-java-tutorials

Source for the OpenCV with Java tutorials
136 stars 61 forks source link

add Android Studio setup #6

Closed fmatosqg closed 7 years ago

fmatosqg commented 7 years ago

Suggestions:

Static linking, dynamic linking Doing in gradle, doing inside Android Studio Showing how to deal with headers and C linking when using JNI

luigidr commented 7 years ago

These are tutorials for using OpenCV with Java desktop, only.

Please, refer to the official OpenCV documentation for Android on the OpenCV website and/or feel free to contribute directly to the OpenCV project at https://github.com/opencv/opencv/wiki/OpenCV4Android.

fmatosqg commented 7 years ago

My bad, I really mistook Java and Android support as being one single thing (at least on .java land).

Either way, all those suggestions are still valid for Intellij, although the contents differ whether it's aimed at java or android development.

luigidr commented 7 years ago

The OpenCV part is largely identical between Java desktop and Android. JavaFX, instead, is not usable in Android.