Introduction

OpenCV Manager is an Android service targeted to manage OpenCV library binaries on end users devices. It allows sharing the OpenCV dynamic libraries of different versions between applications on the same device. The Manager provides the following benefits:

  1. Less memory usage. All apps use the same binaries from service and do not keep native libs inside them self;
  2. Hardware specific optimizations for all supported platforms;
  3. Trusted OpenCV library source. All packages with OpenCV are published on Google Play service;
  4. Regular updates and bug fixes;

Usage model for target user

../../../_images/AndroidAppUsageModel.dia.png

First OpenCV app:

  1. User downloads app dependent from OpenCV from Google Play or installs it manually;
  2. User starts application. Application asks user to install OpenCV Manager;
  3. User installs OpenCV Manager from Google Play Service;
  4. User starts application. Application proposes to user to install OpenCV library for target device and runs Google Play;
  5. User runs app in the third time and gets what he or she wants.

Next OpenCV app:

  1. User downloads app dependent from OpenCV from Google Play or installs it manually;
  2. User starts application.
  3. If selected version is not installed Manager asks user to install OpenCV library package and runs Google Play;
  4. User runs app in the second time and gets what he or she wants.

OpenCV Manager structure

../../../_images/Structure.dia.png