native-opencv-android-template icon indicating copy to clipboard operation
native-opencv-android-template copied to clipboard

A tutorial for setting up OpenCV 4.6.0 (and other 4.x.y version) for Android in Android Studio with Native Development Kit (NDK) support for C++ development.

Results 5 native-opencv-android-template issues
Sort by recently updated
recently updated
newest added

I am trying to implement openCV 4.4.0 in my android application but it's not working. Open CV is installed successfully and I am getting success log on create while calling...

If I add opencv to my project but don't use it, it adds 50MB of size to my app. Is there a way to remove unused functions in C++?

On my pixel 4 the image is 90 degrees off when the phone is used in portrait mode. It works just fine in landscape mode.

I have followed the instructions to start using this project, including changing the location of where you have installed OpenCV, so that the project can find it easily, amongst other...