Anyone know of good tutorials for creating an Augmented Reality application from scratch or using an open source framework? [closed]

StackOverflow https://stackoverflow.com/questions/286659

  •  08-07-2019
  •  | 
  •  

Question

I am looking for good tutorials that go through every step of creating an AR application. It would be beneficial if it also covers some of the theory behind optics and such.

Was it helpful?

Solution

A good setup is to use ARToolKit plus osgART.

The tutorial of ARToolKit also explains also some of the principles of Computer Vision:

http://www.hitl.washington.edu/artoolkit/documentation/

osgART is the ARToolKit for OpenSceneGraph and abstracts some of the principles of using a computer vision based tracking in a scenegraph application

Both toolkits have a large and vibrant development community.

OTHER TIPS

MXRToolkit have good documentation and is suitable for beginner. There are some other toolkits too.

http://mxrtoolkit.sourceforge.net/

Not a trivial learning curve but OpenScenegraph is probably the main FOSS app for large applications like flight simulators.

I haven't used it but it might be worth looking at: http://developer.qualcomm.com/ar

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top