I am working on school project and part of it should be about current situation about computer vision libraries for Android. I went to it with large enthusiasm because compu
I would use OpenCV as it is the best computer vision library right now. You'll program your functions in C++, and then you compile the Android aplication using the JNI library. You have information on how to do that on the official documentation.
I have worked with this configuration and OpenCV performance in android is really nice. You will notice benefits if you make some functions in fixed-point arithmetic. Good luck