Skip to content

Docker image to build OpenCV Android SDK. Shared library size is reduced.

License

Notifications You must be signed in to change notification settings

tfandkusu/opencv_android_reduced_docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

opencv_android_reduced_docker

Docker image to build OpenCV Android SDK. Size of shared library libopencv_java4.so is reduced. It includes only core,imgcodecs,imgproc and java modules. And this use static library as C++ runtime.

Size of libopencv_java4.so

Architecture Official build libc++_shared.so This build (not needs libc++_shared.so)
arm64-v8 17M 5.9M 8.9M
armeabi-v7a 11M 4M 5.7M
x86_64 51M 6.1M 13M
x86 36M 5.3M 11M

Usage

docker compose build
docker compose run main

About

Docker image to build OpenCV Android SDK. Shared library size is reduced.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published