Menu
Home Explore People Places Arts History Plants & Animals Science Life & Culture Technology
On this page
ARToolKit

ARToolKit is an open-source computer tracking library for creation of augmented reality applications that overlay virtual imagery on the real world. Currently, it is maintained as an open-source project hosted on GitHub.

Related Image Collections Add Image
We don't have any YouTube videos related to ARToolKit yet.
We don't have any PDF documents related to ARToolKit yet.
We don't have any Books related to ARToolKit yet.

Overview

In order to create augmented reality, ARToolKit uses video tracking capabilities that calculate the real camera position and orientation relative to square physical markers or natural feature markers in real time. Once the real camera position is known a virtual camera can be positioned at the same point and 3D computer graphics models drawn exactly overlaid on the real marker. So ARToolKit solves two of the key problems in Augmented Reality; viewpoint tracking and virtual object interaction.

ARToolKit was originally developed by Hirokazu Kato of Nara Institute of Science and Technology in 19992 and was released by the University of Washington HIT Lab. In 2001 ARToolWorks was incorporated, and v1.0 of the open-source version of ARToolKit was released through the HIT Lab. ARToolKit was one of the first AR SDKs for mobile, seen running first on Symbian in 2005,3 then iOS with the iPhone 3G in 2008,4 and finally Android as early as 20105 with a professional version by ARToolWorks later in 2011.

ARToolKit was acquired by DAQRI and re-released open-source starting at version 5.2 on May 13, 2015,6 including all of the features that were previously only available in the professional licensed version. Among these features are mobile support and natural feature tracking.

ARToolKitPlus (sometimes written "ARToolKit+") was intended to be a successor to the ARToolKit library that was optimized for mobile devices. ARToolKit was originally written in C; ARToolKit+ was ported it to C++ to make it easier to maintain, and has a new class-based (C++) API that is intended to be easier-to-use.78910

Ben Vaughan and Phil Lamb, the former CEO and CTO of ARToolworks, created artoolkitX to ensure that the software is developed and maintained and the ARToolKit community continues to be supported. artoolkitX was initially supported by Realmax Inc, a Chinese AR company that develops AR hardware and software.11

Features

  • Single-camera or stereo-camera (camera position/orientation tracking).
  • Tracking of simple black squares (any square marker patterns).
  • Tracking of planar images (natural feature markers).
  • Camera calibration, optical stereo calibration, square marker generation, and natural feature marker generation utilities.
  • Plugins for Unity and OpenSceneGraph.
  • Optical head-mounted display support.
  • Free and open source software.
  • Fast enough for real time AR applications.

Operating systems

The current version of ARToolKit supports Microsoft Windows, Mac OS X, Linux, iOS, and Android platforms. Other versions of ARToolKit have also been ported to Symbian, and Windows Phone to support mobile AR applications.

ARToolKit is also available as a plugin for the Unity game engine for example to align a virtual camera within Unity with a real-world camera relative to a tracked marker target and taking care of communicating with the camera. The plugin supports Unity on OS X, Unity on Windows, Unity on Android, and Unity on iOS.12

See also

References

  1. ARToolKit GitHub page. https://github.com/artoolkitx

  2. Kato, H., Billinghurst, M. "Marker tracking and hmd calibration for a video-based augmented reality conferencing system.", In Proceedings of the 2nd IEEE and ACM International Workshop on Augmented Reality (IWAR 99), October 1999. [1] http://www.hitl.washington.edu/artoolkit/Papers/IWAR99.kato.pdf

  3. "Project page for ARToolKit on Symbian". Archived from the original on 2016-03-03. Retrieved 2015-06-18. https://web.archive.org/web/20160303222853/http://webstaff.itn.liu.se/~andhe/UMAR/

  4. ARToolKit running on an iPhone 3G in 2008 https://www.youtube.com/watch?v=5M-oAmBDcZk

  5. ARToolKit running on a Google Android G1 in 2010. https://www.youtube.com/watch?v=GW_qoU-xPFw

  6. DAQRI Acquires AR Pioneer ARToolworks https://techcrunch.com/2015/05/13/daqri-acquires-ar-pioneer-artoolworks/

  7. Daniel Wagner; Dieter Schmalstieg. "ARToolKitPlus for Pose Tracking on Mobile Devices (2007)". "ARToolKitPlus for Pose Tracking on Mobile Devices". 2007. http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.157.1879

  8. "v4r_artoolkitplus". http://wiki.ros.org/v4r_artoolkitplus

  9. "ARToolKitPlus". https://github.com/paroj/artoolkitplus

  10. "Differences between ARToolkit and ARToolkitPlus" https://answers.launchpad.net/artoolkitplus/+faq/775

  11. "artoolkitX web site". Archived from the original on 3 May 2018. Retrieved 3 May 2018.{{cite web}}: CS1 maint: bot: original URL status unknown (link) https://web.archive.org/web/20180503122829/http://www.artoolkitx.org/docs/about

  12. "ARToolKit for Unity". GitHub. Retrieved 2023-06-07. https://github.com/artoolkitx/arunityx