Ask Your Question

samuel40791765's profile - activity

2016-09-23 21:59:06 -0600 commented answer Opencv 2.4.11 android source code

I'm not sure that really answers my question. Is the source code in the sdk if I rebuild it? The instructions aren't really clear on how build the sdk with cmake either.

2016-09-23 02:15:31 -0600 asked a question 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?