Difference between revisions of "Augmented reality"

From Makers Local 256
Jump to: navigation, search
(Apps: Added lots of links.)
m (Explanation of the Technology: Added a bit more.)
 
(3 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://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 21: Line 37:
 
* [http://code.google.com/p/andar/ AndAR]
 
* [http://code.google.com/p/andar/ AndAR]
 
* [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://cvlab.epfl.ch/software/bazar/ Bazar]
 
* [http://cvlab.epfl.ch/software/bazar/ Bazar]
 +
* [http://geotact.appspot.com/augsatnav.html AugSatNav]
  
 
==Groups==
 
==Groups==

Latest revision as of 18:38, 12 June 2010

Creator:
strages
Status:
researching
Born On:
16:56, 12 June 2010 (CDT)
Last Updated:
18:38, 12 June 2010 (CDT)

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.

Apps

Parallel tracking

Fiducial tracking

Other

Groups