I am new to both openCV and Android. I have to detect objects in my project. So, I have decided to use ASIFT for the same. However, the code they have given here is very lengthy. It contains lots of C file. It also doesn't
have openCV support
.
Some search on the SO itself suggested that it is easier to connect
the ASIFT code to the openCV library, but I can't
figure out how to do that. Can anyone help me by giving some link or by telling the steps that I should use to add ASIFT to my openCv library, which I can further utilize in making my Android application?
Also, I would like to know whether using Android NDK along with JNI
to make calls to the C files or using Android SDK along with binary package
for my android project(Object Detection) would be a suitable option for me?