Ask Your Question

vespa's profile - activity

2019-12-18 13:12:17 -0600 received badge  Famous Question (source)
2015-11-24 04:07:05 -0600 received badge  Notable Question (source)
2014-09-16 06:53:41 -0600 received badge  Popular Question (source)
2013-03-06 08:44:25 -0600 received badge  Student (source)
2013-03-06 07:05:30 -0600 commented answer Need examples of Augmented Reality on Android with OpenCV

You are probably right of it being Augmented Reality. But i'm looking for a way to simulate/draw an object onto a surface that is pre-defined. As an example this picture: https://github.com/MasteringOpenCV/code/blob/master/Chapter3_MarkerlessAR/screenshot.png?raw=true

2013-03-05 03:21:12 -0600 commented answer Need examples of Augmented Reality on Android with OpenCV

That sample is just changing the whole frame it's not augmented reality or am i missing something?

2013-03-04 04:52:37 -0600 received badge  Editor (source)
2013-03-04 04:50:59 -0600 asked a question 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 (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.