chili-epfl / chilitrack

A marker-less tracking library for augmented reality (heavily relying on OpenCV)
15 stars 10 forks source link

chilitrack

A marker-less tracking solution for augmented reality.

chilitrack screenshot

Currently, a demo app that tracks a given template in the camera feed, and show the corresponding 3D transformation.

It relies on ORB (or AKAZE) features to find the template in the target image (closely following this approach), then track the object using the video optical flow and finally estimate a 3D transformation.

Prerequisites

chilitrack depends on OpenCV 3. You likely need to install OpenCV 3 by hand since it is not yet packaged.

Installation

> mkdir build
> cmake ..
> make

Usage

> tracker <template image to track>