Ask Your Question
1

How to create an OpenCV application that runs without OpenCV Manager

asked 2013-06-27 08:13:47 -0600

Romingo gravatar image

Hi,

I am currently developping an application with OpenCV4Android (pretty obvious from the title ^^). My problem is I don't want the users to need downloading OpenCV Manager to make the application run. When I launch my app and OpenCV Manager is not installed, it always asks me to download it first.

Is OpenCV Manager absolutely crucial to make my app work? Is it possible to make my application work without it? And if yes, how?

Thank you for your time.

edit retag flag offensive close merge delete

2 answers

Sort by ยป oldest newest most voted
2

answered 2013-06-27 09:34:38 -0600

You can put OpenCV to your package and use static initialization (InitDebug()). See docs for more details.

edit flag offensive delete link more
0

answered 2013-06-27 09:13:00 -0600

Notas gravatar image

As you can see at OpenCV documentation it seems to be a necessity. Otherwise, every application that uses OpenCV on a mobile platform would have to provide its own OpenCV libraries, which is just bad.

edit flag offensive delete link more

Question Tools

Stats

Asked: 2013-06-27 08:13:47 -0600

Seen: 1,707 times

Last updated: Jun 27 '13