Code Monkey home page Code Monkey logo

artoolkitplus's Introduction

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

artoolkitplus's People

Contributors

drwalton avatar paroj avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

artoolkitplus's Issues

Pattern shot by myself

When using the simple tracking mode, I can only read the image in .raw format. I try image_320_240_8_marker_id_bch_nr0100.jpg and an error will occur. The tag cannot be found. I tried to convert the jpg format to the raw format, which is still wrong. I don't know how to get the raw format image you used.

Compile error & solution in VS 2013

In file "rppMultiGetTransMat.cpp",
replace line
marker_id_freq.insert(std::make_pair < int,int > (int(m_patt_id), 1));
with
marker_id_freq.insert(std::make_pair(int(m_patt_id), 1));
do the same with the line
m2c_idx.insert(std::make_pair(int(m), int((*c_iter).first)));

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.