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

落花浮王杯 提交于 2019-12-03 00:45:22

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.

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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!