1 | initial version |
The Android Manager
was introduced to avoid the need to keep OpenCV libs copy inside each app package.
Instead it is installed as a separate app and share a single OpenCV instance across all the app-s in the system. See the slides for details.
If you prefer not to use OpenCV Manager advantages and keep own OpenCV copy in your app APK, follow the static initialization option.