Open CV Samples to Download OpenCV Manager

Open CV applications for Android and ask me to download and install Open CV Manager ... I just want to know if there will be an invitation in every application that uses the OpenCV library? If so, is there a way to avoid this? Thank you for your valuable efforts.

+5
source share
4 answers

Yes, with opencv 2.4.2 it will ask if you do not have opencv manager installed (for now).

How to avoid this is explained here :

+8
source

You should read static initialization at opencv.org

Summary: you add your own libraries to the folder with your projects.

, style_manager ..initAsync(...). initDebug().

.

+2

I assume that you have already completed this, but once you have installed the manager, you should not receive many (no?) Hints. See here

0
source

To get rid of the message, you will need to install OpenCV Manager and the corresponding OpenCV binary package before using the application. Otherwise, it asks that "the OpenCV Manager package was not found! Try installing it." The following link will help you opencv manager package "

0
source

All Articles