Friday, 29 January 2016

Android Programming + openCV Libraries

As the name suggests,we can combine openCV code written in C/C++ and Android code which is written in Java.You may ask yourself how is it possible as Java and C++ use different compilers for compilation and how can they be called by each other.
The simple answer which explains it is the android Native Development Toolkit (NDK).
There are new java libraries so it isnt necessary to embed C++ as well but it may be useful at time for code reuse-ability.
Sources:

No comments:

Post a Comment