Difference between revisions of "Augmented reality"
(Added some information about the various types of augmented reality.) |
m (→Explanation of the Technology: Added a bit more.) |
||
(One intermediate revision by one user not shown) | |||
Line 11: | Line 11: | ||
===Parallel tracking=== | ===Parallel tracking=== | ||
− | Pattern matching using the real world environment. Makes for much more realistic interaction between AR elements and the real world. | + | 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=== | ===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. | + | 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=== | ===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. | + | 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== | ||
Line 38: | 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] | ||
− | === | + | ===Other=== |
* [http://www.mixare.org/ mixARE] | * [http://www.mixare.org/ mixARE] | ||
* [http://cvlab.epfl.ch/software/bazar/ Bazar] | * [http://cvlab.epfl.ch/software/bazar/ Bazar] |
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.