https://github.com/paroj/artoolkitplus
ARToolKitPlus is a computer tracking library for creation of augmented reality applications
https://github.com/paroj/artoolkitplus
artoolkit augmented-reality
Last synced: 7 months ago
JSON representation
ARToolKitPlus is a computer tracking library for creation of augmented reality applications
- Host: GitHub
- URL: https://github.com/paroj/artoolkitplus
- Owner: paroj
- License: gpl-3.0
- Created: 2014-10-05T20:09:58.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2017-06-05T11:55:08.000Z (over 8 years ago)
- Last Synced: 2025-04-14T14:00:08.433Z (11 months ago)
- Topics: artoolkit, augmented-reality
- Language: C++
- Homepage:
- Size: 2.48 MB
- Stars: 82
- Watchers: 9
- Forks: 28
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.GPL
Awesome Lists containing this project
README
ARToolKitPlus
=============
*ARToolKit* is a software library that can be used to calculate
camera position and orientation relative to physical markers
in real time. This enables the easy development of a wide range
of Augmented Reality applications.
*ARToolKitPlus* is an extended version of ARToolKit's vision code
that adds features, but breaks compatibility due to a new
class-based API. ARToolKitPlus does not come with integrated
support for VRML nor does it come with a camera library.
advantages over the classical ARToolKit:
* easier C++ based API
* support for 4096 binary based markers - no need to design new markers yourself
* supports RGB565, Gray images
* "Robust Planar Pose" algorithm that reduces jitter while tracking
* uses modern text-file based camera calibration
* Vignetting Compensation
* automatic Thresholding
* Hull based tracking in multi marker mode
advantages over ARToolkitPlus 2.1.1
* support for reading OpenCV calibration files (requires boost)
* runtime-configurable code
* non templated, reusable library
* faster compilation times
* interface for tracking multiple individual markers
* Hull based tracking for multi marker mode
* cleaned up and easier to use interface
More information can be found at:
http://studierstube.org/handheld_ar/artoolkitplus.php
Please read the F.A.Q. before sending questions:
http://answers.launchpad.net/artoolkitplus/+faqs
For any open issues please visit:
http://launchpad.net/artoolkitplus