I'm setting up an android application for object detection and I want to deploy tflite into the project. I want to use OpenCV library with Android Studio. I didn't find any instructions or documentation talking about it.
I have found how can I use OpenCV 3.1.0 with a previous version of Android Studio ( 2.*) on StackOverflow.
But I did not find any good explanation for the usage and the integration of the library.
Actually, the problem is the UI is totally different between the two versions. How can I integrate OpenCV-android-SDK 4.0 with Android Studio 3.4.1?