The short answer is not all C++ functions have a Java wrapper. Although i would say a great majority has.
Taking this into account and the fact that you have some code from the desktop, your best option is probably to program in native code.
You can read more about your question here:
http://opencv.org/platforms/android.htmlOn Tuesday, 21 August 2012 02:42:33 UTC+1, Pedro Cisneros wrote:
Hi everybodyThat is my main question: Does OpenCV for Android have the same functions than the "standard" OpenCV?
Maybe the answer is yes, but maybe some functions doesn't have a JAVA wrapper, so it will better to program in native code in Android.
I really need this answer, because my final undergraduate project depends on this! (Specially, I'm daring to do some sort of stereo matching and 3D reconstruction of simple surfaces that already had been tested on a desktop in the lab).
Thanks =)
Pedro