Size libopencv_java3.so
System information (version)
OpenCV => 3.4.1
Operating System / Platform => Windows 64 Bit
Compiler => Visual Studio 2017 (Xamarin.Android)
Detailed description
I'm making Android Application using OpenCV 3.4.1 for image processing. The library has other features like video processing, 3d image and more, which I don't need in my app like.
Is it possible to generate the libopencv_java3.so file which include some files, or is it possible just to extract only the feature from OpenCV which I am interested in and create .so for those features like(libopencv_core.so, libopencv_imgproc.so)? if it posible, how?
nice, that you made it here !
since libopencv_java3.so is built from the android sdk, are you able to build that locally ? (you'd have to !)
I have read, can i do that with cmake but i dont know how. thanks.