Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

OpenCV for Android, do I need to install OpenCV Manager separately?

Tags:

android

opencv

Just started looking into OpenCV for Android. I noticed that I need to install something called OpenCV Manager before I can run the apps that use it.

Is there any way to bundle this manager with my app, so that users won't have to install it separately? It would really help if this was possible.

I haven't written an app that uses OpenCV yet, but I'm just looking ahead.

Many thanks.

like image 232
capcom Avatar asked Sep 09 '12 00:09

capcom


1 Answers

You are looking for the static initialization method.

See the documentation here.

Also you can check this thread:

Static Initialization on OpenCV Android

like image 106
Rui Marques Avatar answered Sep 25 '22 19:09

Rui Marques