I want to develop an OpenCV application that works on android devices. The code is almost done and i need to start thinking about deployment. I did some RESEARCH and found that i need to use the OpenCV SDK which is only compatible with the Java API.
Is there any way to compile my headers and cpp's and use them on android?