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.
↧