Ask Your Question

Revision history [back]

Opencv 2.4.11 android source code

I'm doing some image stitching stuff on an android application and the results have been great! However, I want to make some of my own modifications to the C++ code and compile them into an .so file to use in jni for my app. Whenever I look into the folder I downloaded from the website, there are only header files with no actual "code" in the functions of the classes. I'm looking at the code in Opencv-android-sdk/sdk/native/jni/include/opencv2/stitching/stitcher.hpp

I'd like to ask where I can the find the main source code for Opencv 2.4.11 for android? Or am I just looking in the wrong place?