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
For a android based project, it is easy to start with JavaCV. It contain almost all the functions that are available on OpenCV.
But there are no rich documentation on JavaCV, but OpenCV has. So you can find the relevant methods from OpenCV documentation and use those in JavaCV(same method names).
There is a complete document at here. That is discuss about how to setup JavaCV on eclipse - android environment.