qian256 / HoloLensArucoUnity

Marker tracking on HoloLens built on Aruco, OpenCV and Unity
45 stars 11 forks source link
aruco hololens marker-tracking opencv unity3d windows-uwp

HoloLens with Aruco

Author: Long Qian

Date: 2016-06-10

Preface

2017-01-21: If you are interested in tracking fiducial markers for HoloLens, it is recommended to visit another repository of mine: HoloLensARToolKit, which has better performance than Aruco on UWP platforms.

Shortcut

Installation Guide

CMake for Windows 10

OpenCV for UWP

Aruco Wrapper

Aruco is an open source marker tracking application based on OpenCV. aruco_core/aruco_core.cpp is a modification of aruco_simple example.

Unity3D for HoloLens

Issues