A simple augmented reality application in C#

Posted by Ian on Stack Overflow See other posts from Stack Overflow or by Ian
Published on 2010-03-29T17:56:16Z Indexed on 2010/03/29 18:03 UTC
Read the original article Hit count: 894

Hi All,

I would like to start a personal project that will give me a lot of new concept to learn and understand.

After some thought, I figured that an Augmented Reality related project will be the most beneficial for me because of the following reasons:

  • I haven't tried interfacing a program with a live video/camera feed
  • I haven't done any "image processing" project
  • I haven't done any "graphics rendering" ever

With that said, you can assume that I will totally suck at AR. So I'm here to ask for some advice regarding the best way to go through this.

  1. st milestone project that I am thinking of is to take a cheap webcam and read some Data Matrix using C#.

  2. nd milestone project will render some text-overlay on the feed when presented with a certain Data Matrix.

  3. rd milestone project will actually render some 3D shapes.

I've searched all-around and found some nice yet advanced materials for AR:

http://sites.google.com/site/augmentedrealitytestingsite/

http://soldeveloper.com/

http://www.mperfect.net/wpfAugReal/

So I came here to ask the following:

  1. Do you think my milestone is reasonable given my "deficiencies"?
  2. In order to start Milestone 1, can you give some materials that I can study? I prefer online materials.

Thanks!

© Stack Overflow or respective owner

Related posts about personal-project

Related posts about personal-development