Is using OpenCV Manager still the recommended approach?

asked 2019-02-12 08:48:02 -0600

Newbie gravatar image

According to the official documentation from OpenCV.org, static initialization with initDebug is only for debugging and initAsync (with OpenCV Manager) is for the production.

However, I noticed OpenCV Manager has not been updated since July 15, 2015. Many comments saying it is problematic. I read also from the stackoverflow.com that using initDebug is fine in the production.

My question is: Is using OpenCV Manager still the recommended approach? Is it really safe to use initDebug in production? I need an official answer here.

edit retag flag offensive close merge delete

Comments

Here is answer: package amanger

supra56 gravatar imagesupra56 ( 2019-02-12 10:16:57 -0600 )edit

I don't ask how to initialize statically.

Newbie gravatar imageNewbie ( 2019-02-12 11:48:47 -0600 )edit