I need to make a image recognition app. I was going through OpenCV tutorial and it says i need to install OpenCV manager from Google play which i think is not good from a user point of view. But after digging for many hours i noticed that OpenCV is the most popular and reliable among all. Is there any good alternative to OpenCV which does not require an another app to be installed. And what is this static initialisation of OpenCV. And if i do not want to install OpenCV manager then how good should I know NDK.
Share
Static initialisation is the alternative to the OpenCV manager, with it the library is included within the apk (like in the past) and the user does not need to install the manager. Also the devs are working on making the Manager-way of deploying apps more smooth to the users.