I am investigating about OpenCV for an image processing Android app. In the process, I came across the OpenCV manager as well. On the website, it is stated that:
OpenCV Manager is an Android service targeted to manage OpenCV library binaries on end users devices. It allows sharing the OpenCV dynamic libraries between applications on the same device.
So, my understanding is that one can build Android apps that use OpenCV but don't require OpenCV manager to be installed. Am I correct? My confusion originates from the fact that I came across some amateur apps on the Play store that require OpenCV manager.
If not necessary, is it preferable (for performance maybe) to have your OpenCv Andorid app to require OpenCV manager to be installed on the user's device?