Giter Site home page Giter Site logo

kingmv / object_tracking_2d Goto Github PK

View Code? Open in Web Editor NEW

This project forked from ruffsl/object_tracking_2d

0.0 1.0 0.0 820 KB

Edge Based Tracking library

License: Other

CMake 1.93% Shell 0.77% Makefile 0.20% C++ 59.27% C 1.87% Objective-C 0.84% Batchfile 35.12%

object_tracking_2d's Introduction

Edge Based Tracking library

What is EBT?

EBT is a library of C++ classes that implement edge based object tracking in robotics and vision, using textureless object detection and tracking of the 3D pose.

Detection and tracking schemes are coherently integrated in a particle filtering framework on the special Euclidean group, SE(3), in which the visual tracking problem is tackled by maintaining multiple hypotheses of the object pose. For textureless object detection, an efficient chamfer matching is employed so that a set of coarse pose hypotheses is estimated from the matching between 2D edge templates of an object and a query image. Particles are then initialized from the coarse pose hypotheses by randomly drawing based on costs of the matching. To ensure the initialized particles are at or close to the global optimum, an annealing process is performed after the initialization. While a standard edge-based tracking is employed after the annealed initialization, this library emploies a refinement process to establish improved correspondences between projected edge points from the object model and edge points from an input image.

Check the wiki for more info.

Quickstart

In the root library folder execute:

#!bash
$ mkdir build
$ cd build
$ cmake ..
$ make check (optional, runs unit tests)
$ make install

Prerequisites:

  • Boost >= 1.43 (Ubuntu: sudo apt-get install libboost-all-dev)
  • OpenGL >= 1.10 (Ubuntu: sudo apt-get install libglew-dev)
  • GLEW >= 1.10 (Ubuntu: sudo apt-get install libglew-dev)
  • GLUT >=2.8.1 (Ubuntu: sudo apt-get install freeglut3-dev)
  • OpenCV = 2.4 to 2.4.9 (Ubuntu: sudo apt-get install libopencv-dev) build from source
  • Note: OpenCV has changed with respect to nonfree components of the library. Patented features such as SURF have now been moved to https://github.com/Itseez/opencv_contrib, and are thus no longer shipped with the standard Debian package. In 2.4.9, you must enable the BUILD_opencv_nonfree flag when compiling. Also, portions of the old C API have also chenged in newer verssions of OpenCV as well (>2.4.9), and is thus not recomended.
  • LAPACK >= 3.5 (Ubuntu: sudo apt-get install liblapack3)
  • CMake >= 2.6 (Ubuntu: sudo apt-get install cmake)

Additional Information

Author

Changhyun Choi (heanylab)

Contributors

[Prateek Singhal] (http://www.cc.gatech.edu/~psinghal) Ruffin White (ruffsl)
Heni Ben Amor

Build Status

object_tracking_2d's People

Contributors

a-price avatar cnieto avatar heanylab avatar prtksnghl avatar ruffsl avatar

Watchers

 avatar

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.