use camera calibration matrices in opengl to augment a virtual object on special marker
I can calibrate my android device camera and get camera matrix and distortion coefficient . In my android project I want to augment a virtual object on a marker.I can generate the bitmap of marker in runtime and save it in sd card. I am a beginner in opencv. I have some question ,and I really be appreciate if you give me some example code in android as answer. How Can I detect the marker in video by using opencv in android ( with this attention that I have the stored bitmap of marker in sd card) How Can I augment virtual object on marker with OpenGl ?(with this attention that I have camera matrix and distortion coefficient.)
Hi, Sara! May be this post will be useful: http://www.answers.opencv.org/question/21026/augmented-reality-on-android/ Also, you can check OpenCV's books: http://opencv.org/books.html, they have some examples of AR.
thanks alot daniil!! these can help me so much,but if I find a simple example of augmented reality in android by using opencv it was excellent