I have been looking around for wrapping up my C++/OpenCV code and move it to Android.
So far JNI, JNA, JNAerator, SWIG etc I found somewhat Bridj a bit more easier to understand and use. Is Bridj a good binding for my OpenCV source code for Android? I could not find good samples explaining anything about wrapping OpenCV/C++ for Android and at this moment I am not sure if I should use Bridj.
Any help is much appreciated.
You don't need to write your own wrapper. There is OpenCV Java. Here is the introduction.
Good luck!