All Projects → paroj → artoolkitplus

paroj / artoolkitplus

Licence: GPL-3.0 license
ARToolKitPlus is a computer tracking library for creation of augmented reality applications

Programming Languages

C++
36643 projects - #6 most used programming language
c
50402 projects - #5 most used programming language

Projects that are alternatives of or similar to artoolkitplus

kalwalt-interactivity-AR
Some various experiments with Ar.js and Three.js
Stars: ✭ 65 (-7.14%)
Mutual labels:  augmented-reality, artoolkit
jsartoolkit5
Javascript ARToolKit v5.x
Stars: ✭ 37 (-47.14%)
Mutual labels:  augmented-reality, artoolkit
AR-Navigation
An iOS app that gives directions using augmented reality
Stars: ✭ 34 (-51.43%)
Mutual labels:  augmented-reality
awesome-arcore
⚡️ A curated list of awesome ARCore projects and resources. Feel free to contribute!
Stars: ✭ 16 (-77.14%)
Mutual labels:  augmented-reality
FurnitureGo
we introduce a new application that used for designing homes furniture, such as changing the places of the furniture and coloring it virtually Based on Augmented Reality without waste of cost and time, these object ll be uploaded by furnitures companies which it helps them to reduce an advertising cost.Augmented Reality AR is a tool that shows a…
Stars: ✭ 25 (-64.29%)
Mutual labels:  augmented-reality
DreamBig
☁🌝☁ 3D emoji drawing iPad app with ARKit and the Apple Pencil ☁🌝☁
Stars: ✭ 24 (-65.71%)
Mutual labels:  augmented-reality
native-xr-for-web
Add iOS and Android build with AR capabilities to your website or web-based app.
Stars: ✭ 27 (-61.43%)
Mutual labels:  augmented-reality
augmentedreality
Augmented Reality examples for Android.
Stars: ✭ 14 (-80%)
Mutual labels:  augmented-reality
spark-ar-boilerplate
A boilerplate Spark AR project with Webpack
Stars: ✭ 50 (-28.57%)
Mutual labels:  augmented-reality
template-matching-android
Augmented Reality Template Matching for >= Android 4.0 using OpenCV
Stars: ✭ 15 (-78.57%)
Mutual labels:  augmented-reality
ar-resume-with-visual-recognition
An augmented reality based résumé with Face recognition. The iOS app recognizes the face and presents you with the AR view that contains 3D mock face and details of your resume.
Stars: ✭ 71 (+1.43%)
Mutual labels:  augmented-reality
DepthMask-Unity-Shader
Simple but powerful Unity shader that enables geometry masking for cutouts, UI, AR, and multiple camera VFX tricks.
Stars: ✭ 102 (+45.71%)
Mutual labels:  augmented-reality
OpenXR-CTS
Conformance test suite for OpenXR
Stars: ✭ 38 (-45.71%)
Mutual labels:  augmented-reality
GVRSCNRenderer
SceneKit Rendering and ARKit 6DOF Tracking for Google Cardboard
Stars: ✭ 19 (-72.86%)
Mutual labels:  augmented-reality
ARViz
ARViz Project
Stars: ✭ 50 (-28.57%)
Mutual labels:  augmented-reality
arkit-depth-renderer
Displays the depth values received by the front-facing camera.
Stars: ✭ 48 (-31.43%)
Mutual labels:  augmented-reality
SLAM AR Android
SLAM AR based on ORB_SLAM2 for Android platform (Licenced under GPL v3). Check video demo here https://www.bilibili.com/video/av56266271
Stars: ✭ 90 (+28.57%)
Mutual labels:  augmented-reality
Acid.Cam.v2.OSX
Acid Cam v2 for macOS distorts video to create art.
Stars: ✭ 91 (+30%)
Mutual labels:  augmented-reality
sceneview-android
SceneView is a 3D/AR Android View with ARCore and Google Filament. This is the newest way to make your Android 3D/AR app.
Stars: ✭ 100 (+42.86%)
Mutual labels:  augmented-reality
spark-ar-creators
List of 9500 (and counting) Spark AR Creators. Open an issue or contact me if you want to be added.❤️
Stars: ✭ 122 (+74.29%)
Mutual labels:  augmented-reality

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].