Skip to content

A marker-less tracking library for augmented reality (heavily relying on OpenCV)

Notifications You must be signed in to change notification settings

chili-epfl/chilitrack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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>

About

A marker-less tracking library for augmented reality (heavily relying on OpenCV)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published