Difference between revisions of "Augmented reality"
(initial commit) |
m (→Explanation of the Technology: Added a bit more.) |
||
(4 intermediate revisions by one user not shown) | |||
Line 7: | Line 7: | ||
==Overview== | ==Overview== | ||
Overlaying computer generated information ontop of the real world in meaningful ways. | Overlaying computer generated information ontop of the real world in meaningful ways. | ||
+ | |||
+ | ==Explanation of the Technology== | ||
+ | |||
+ | ===Parallel tracking=== | ||
+ | Pattern matching using the real world environment. Makes for much more realistic interaction between AR elements and the real world. Harder to do. | ||
+ | |||
+ | ===Fiducial tracking=== | ||
+ | Requires the use of a fiducial, or marker, that the computer recognizes as a unique pattern and overlays data. Covering the marker breaks the computers ability to overlay until it is uncovered. Some applications such as ARToolkit+ and others use an array of multiple markers to provide redundancy. Very easy to implement and has the most homebrew work available. | ||
+ | |||
+ | ===Compass+GPS combo=== | ||
+ | Using a compass for direction, current GPS coordinates, and the GPS coordinates of a place, the computer can overlay information rather accurately in larger areas. Doesn't work for areas smaller than about 3 meters however due to the resolution of GPS. Gaining heavy popularity on smart phones due to their ubiquity of having GPS and digital compasses. | ||
==Apps== | ==Apps== | ||
− | |||
− | |||
− | |||
− | |||
− | |||
+ | ===Parallel tracking=== | ||
+ | * [http://www.robots.ox.ac.uk/~gk/PTAM/ PTAM] | ||
+ | |||
+ | ===Fiducial tracking=== | ||
+ | * [http://www.hitl.washington.edu/artoolkit/ ARToolkit] | ||
+ | ** [http://nyatla.jp/nyartoolkit/wiki/index.php?FrontPage.en NyARToolkit] | ||
+ | ** [http://www.libspark.org/wiki/saqoosha/FLARToolKit/en FLARToolkit] | ||
+ | ** [http://slartoolkit.codeplex.com/ SLARToolkit] | ||
+ | * [http://studierstube.icg.tu-graz.ac.at/handheld_ar/artoolkitplus.php ARToolkit+] | ||
+ | ** [http://studierstube.icg.tu-graz.ac.at/handheld_ar/stbtracker.php Studierstube Tracker] | ||
+ | * [http://www.artag.net/ ARTag] | ||
+ | * [http://www.sologicolibre.org/projects/atomicweb/en/ Atomic Web Authoring Tool] | ||
+ | * [http://www.osgart.org/wiki/Main_Page osgART] | ||
+ | * [http://wiki.livedoor.jp/wah_wah_hawah/ ARDeskTop] | ||
+ | * [http://code.google.com/p/andar/ AndAR] | ||
+ | * [http://www.technotecture.com/content/marker-based-tracking-augmented-reality-sstt SSTT] | ||
+ | |||
+ | ===Other=== | ||
+ | * [http://www.mixare.org/ mixARE] | ||
+ | * [http://cvlab.epfl.ch/software/bazar/ Bazar] | ||
+ | * [http://geotact.appspot.com/augsatnav.html AugSatNav] | ||
+ | ==Groups== | ||
+ | * [http://armeetup.org/ ARMeetup] | ||
[[Category:Research]] <!--MAKE AS MANY CATEGORIES AS YOU NEED--> | [[Category:Research]] <!--MAKE AS MANY CATEGORIES AS YOU NEED--> | ||
[[Category:Augmented Reality]] | [[Category:Augmented Reality]] |
Latest revision as of 18:38, 12 June 2010
Creator: |
Contents
[hide]Overview
Overlaying computer generated information ontop of the real world in meaningful ways.
Explanation of the Technology
Parallel tracking
Pattern matching using the real world environment. Makes for much more realistic interaction between AR elements and the real world. Harder to do.
Fiducial tracking
Requires the use of a fiducial, or marker, that the computer recognizes as a unique pattern and overlays data. Covering the marker breaks the computers ability to overlay until it is uncovered. Some applications such as ARToolkit+ and others use an array of multiple markers to provide redundancy. Very easy to implement and has the most homebrew work available.
Compass+GPS combo
Using a compass for direction, current GPS coordinates, and the GPS coordinates of a place, the computer can overlay information rather accurately in larger areas. Doesn't work for areas smaller than about 3 meters however due to the resolution of GPS. Gaining heavy popularity on smart phones due to their ubiquity of having GPS and digital compasses.