Hi all, I have already works with OpenCV native C++ interface on Android, now I am thinking of moving to Java API as the native development is a bit harder. So my questions are
- Does Native C++ interface have any advantage over Java API ?.
- Does all the functionality available in native C++ have implemented in Java API ?.
- And which is more preferred ?.
Thanks....