Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

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?