I have to modify a functiont of OpenCVAandroid and re-builtd it, but for now, I want to add a new function that does something, for example return some value or print "hello world". This is only for testing.
Here my questions: 1 - Is there any way to compile only a part (module) of OpenCV instead of to built all library in each compilation?
2 - If the above is "yes", which are the steps I have to follow?
3 - Finally, the code I have to modify will be used from java. It means that, apart of modify c++ pure code, I have to modify the "jni par", and modify to the proper .java file, is correct?