Need examples of Augmented Reality on Android with OpenCV
Are there any examples with OpenCV Augmented reality on android? I have found one example for iOS and one real good example in c++.
I am not that familiar yet with C++ or OpenCV so I'm looking for a nice example for Android I can follow.
-What i mean by Augmented Reality is to simulate an object by putting it onto a pre-defined surface. surface (not a marker). The app would use the camera frames to look for the surface and then draw the object onto the camera frame.-edited
Here you can find the C++ example. I haven't got it working yet so I can't say if it's working properly.