Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

发布的应用程序瘦身? #2

Open
downgoon opened this issue May 31, 2019 · 0 comments
Open

发布的应用程序瘦身? #2

downgoon opened this issue May 31, 2019 · 0 comments

Comments

@downgoon
Copy link
Owner

downgoon commented May 31, 2019

OpenCV的包太大,实际只用到抓取摄像头功能。

  • 依赖的javacv
<dependency>
        <groupId>org.bytedeco</groupId>
         <artifactId>javacv-platform</artifactId>
        <version>1.5</version>
</dependency>
$ du -sh *
 15M	opencv-4.0.1-1.5-android-arm.jar
 17M	opencv-4.0.1-1.5-android-arm64.jar
 19M	opencv-4.0.1-1.5-android-x86.jar
 19M	opencv-4.0.1-1.5-android-x86_64.jar
 20M	opencv-4.0.1-1.5-ios-arm64.jar
 22M	opencv-4.0.1-1.5-ios-x86_64.jar
 18M	opencv-4.0.1-1.5-linux-armhf.jar
 20M	opencv-4.0.1-1.5-linux-ppc64le.jar
 19M	opencv-4.0.1-1.5-linux-x86.jar
 18M	opencv-4.0.1-1.5-linux-x86_64.jar
 19M	opencv-4.0.1-1.5-macosx-x86_64.jar
 19M	opencv-4.0.1-1.5-windows-x86.jar
 22M	opencv-4.0.1-1.5-windows-x86_64.jar
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant