This question might seem too basic but I'm struggling a lot about this stuff, please help me or guide me.
I downloaded opencv (open source computer vision)
libraries and I want Android Studio
to be able to use those libraries.
I checked this answer also-How to use opencv in android studio using gradle build tool?
but this answer talks about having opencv-android-sdk
and nowadays I think opencv
has not anything like opencv-android-sdk
, so I couldn't follow that answer.
Now the main point is, what I downloaded and extracted has a folder named java , there is a opencv-320.jar
file and two folder x86 and x64
, x64 folder contains opencv_java320.dll
file. I believe these two files are only files needed to get opencv
libraries in Android Studio
. But I don't know how it can be done. Please help me.