GithubHelp home page GithubHelp logo

chen-si-jia / tld_tracker Goto Github PK

View Code? Open in Web Editor NEW

This project forked from iolkhovsky/tld_tracker

0.0 0.0 0.0 29.63 MB

C++ implementation of TLD image tracker

License: MIT License

Shell 0.03% C++ 95.52% C 0.03% QMake 2.06% CMake 2.35%

tld_tracker's Introduction

TLD image tracker

This project implements object tracking algorithm described in http://vision.stanford.edu/teaching/cs231b_spring1415/papers/Kalal-PAMI.pdf. Source paper added to docs folder. C++ implementation uses OpenCV library for basic image processing operations and I/O.

Library and demo application have been tested under Ubuntu 18.04 and OpenCV 4.0.0

Alt text

Building

Clone repo and run building script (it runs cmake + make) in the repo root - build_tld. After process will complete built shared library with TLD sources will appear in the build-tldlibrary directory and build demo application will appear in the build-tlddemoapp directory. Alt text Alt text

How to run

You will see help information if run demo application with option --help: ./tld_demo_app --help

Alt text

Example of application launch with web-camera video stream: ./tld_demo_app --webcam --camid=DEVICE_ID Example of application launch with video stream read from videofile: ./tld_demo_app --video --videopath=ABS_PATH_TO_VIDEO Alt text

After application will start press 't' key to designate target. Set designation bounding box by mouse and press space key to start tracking.

tld_tracker's People

Contributors

iolkhovskiy avatar iolkhovsky 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.