Friday, June 23, 2006

Augmented Reality - ARToolkit

 
 ARToolKit is a software library for building Augmented Reality (AR) applications. These are applications that involve the overlay of virtual imagery on the real world. For example, in the image to the right a three-dimensional virtual character appears standing on a real card. It can be seen by the user in the head set display they are wearing. When the user moves the card, the virtual character moves with it and appears attached to the real object.

One of the key difficulties in developing Augmented Reality applications is the problem of tracking the users viewpoint. In order to know from what viewpoint to draw the virtual imagery, the application needs to know where the user is looking in the real world.

ARToolKit uses computer vision algorithms to solve this problem. The ARToolKit video tracking libraries calculate the real camera position and orientation relative to physical markers in real time. This enables the easy development of a wide range of Augmented Reality applications. Some of the features of ARToolKit include:

  • Single camera position/orientation tracking.
  • Tracking code that uses simple black squares.
  • The ability to use any square marker patterns.
  • Easy camera calibration code.
  • Fast enough for real time AR applications.
  • SGI IRIX, Linux, MacOS and Windows OS distributions.
  • Distributed with complete source code.
A complete description of features is available here.

This website contains a link to the ARToolKit software, projects that have used ARToolKit, sample ARToolKit applications, a discussion group and full documentation. All the information needed to be able to easily develop AR applications with ARToolKit can be found here.

ARToolKit is primarily being developed by Dr. Hirokazu Kato of Osaka University, Japan, and is being supported by the Human Interface Technology Laboratory (HITLab) at the University of Washington, and HIT Lab NZ at the University of Canterbury, New Zealand.

ARToolKit is distributed free for non-commercial use under the GPL license. For commercial uses of ARToolKit or other questions contact Mark Billinghurst - grof@hitl.washington.edu

No comments: