I am using a python GUI framework called Kivy that also support app packaging for android. The problem is that opencv is a HUGE import on mobile, takes tons of space and the biggest chunk of app loading time (0.2s on my device) is just import cv2. I am using only imread, decode flip and some basic functions and constants, is it somehow possible to recompile the library with basic functionality? Or somehow strip it?
Related topics
Topic | Replies | Views | Activity | |
---|---|---|---|---|
Problem with OpenCV, Android app crashes | 1 | 72 | December 16, 2024 | |
Opencv crash in android app | 1 | 1156 | August 27, 2022 | |
How can I build opencv-python for android? | 0 | 383 | November 12, 2022 | |
Using opencv on mobile devices | 0 | 343 | December 15, 2023 | |
Is there a minimum JDK for each OpenCV version | 0 | 424 | June 16, 2023 |