Ask Your Question

thisisrahulprasad's profile - activity

2015-06-27 04:36:59 -0600 commented question How to compile only part of opencv ?

I am not using opencv manager, I am include the .so file in my application under jniLibs folder.

2015-06-19 23:14:02 -0600 asked a question How to compile only part of opencv ?

I am using opencv in my android application. Although I am using only a few functions from java library I have to include whole libopencv.so file. Is it possible to compile only some modules (like core and imgproc) into libopencv.so file ?