Using OpenCV on Android to Find Image Matching

I am trying to create an Android application that compares a photo taken by a device’s camera to find a match in a set of images. I configured OpenCV on Android Studio, but that’s it. Can anyone help by contacting resources or by offering tutorials? The OpenCV documentation has nothing in Android Studio, and the code samples seem to be in C ++.

0
android-studio image-processing opencv
Jul 19 '16 at 17:37
source share
1 answer

My idea is to do the same ... I was looking for some samples on GitHub, but I did not find anything useful ... Here are some links:

https://github.com/search?utf8=%E2%9C%93&q=sift+android&type=Repositories&ref=searchresults

https://github.com/search?utf8=%E2%9C%93&q=opencv+android&type=Repositories&ref=searchresults

+1
Jul 19 '16 at 20:58
source share



All Articles