Difference between revisions of "Augmented reality"
(→Apps: Added some more links) |
(Added some information about the various types of augmented reality.) |
||
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. | ||
+ | |||
+ | ===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. | ||
+ | |||
+ | ===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. | ||
==Apps== | ==Apps== | ||
Line 13: | Line 24: | ||
* [http://www.robots.ox.ac.uk/~gk/PTAM/ PTAM] | * [http://www.robots.ox.ac.uk/~gk/PTAM/ PTAM] | ||
− | === | + | ===Fiducial tracking=== |
* [http://www.hitl.washington.edu/artoolkit/ ARToolkit] | * [http://www.hitl.washington.edu/artoolkit/ ARToolkit] | ||
** [http://nyatla.jp/nyartoolkit/wiki/index.php?FrontPage.en NyARToolkit] | ** [http://nyatla.jp/nyartoolkit/wiki/index.php?FrontPage.en NyARToolkit] | ||
Line 27: | Line 38: | ||
* [http://www.technotecture.com/content/marker-based-tracking-augmented-reality-sstt SSTT] | * [http://www.technotecture.com/content/marker-based-tracking-augmented-reality-sstt SSTT] | ||
− | === | + | ===Compass+GPS=== |
* [http://www.mixare.org/ mixARE] | * [http://www.mixare.org/ mixARE] | ||
* [http://cvlab.epfl.ch/software/bazar/ Bazar] | * [http://cvlab.epfl.ch/software/bazar/ Bazar] |
Revision as of 18:32, 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.
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.
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.