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

╄→尐↘猪︶ㄣ 提交于 2019-12-03 10:16:24

问题


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.


回答1:


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.




回答2:


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

http://mxrtoolkit.sourceforge.net/




回答3:


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




回答4:


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



来源:https://stackoverflow.com/questions/286659/anyone-know-of-good-tutorials-for-creating-an-augmented-reality-application-from

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