Giter VIP home page Giter VIP logo

commoditytracking's Introduction

CommodityTracking

Join the chat at https://gitter.im/bobbybee/CommodityTracking

CommodityTracking is a library for performing skeleton tracking with only a single, RGB camera, such as those found on many consumer laptops today.

Dependencies

OpenCV must be installed to build CommodityTracking. CommodityTracking has been tested on OpenCV version 2.4.9.

Building

Running the Makefile will result in the library being built in the current directory, and the skeleon tracking demo demonstrating the simplest usage of the library. Once it is built, additional samples can be built like so:

g++ -o demo demo.cpp -lopencv_core -lopencv_highgui -lopencv_imgproc  -L '.' -I. -lcommoditytracking -O3

Note the dependency on both the CommodityTracking library and these three OpenCV modules.

Documentation

CommodityTracking has a website: http://bobbybee.github.io/CommodityTracking/

In addition, Doxygen generated documentation on the API is available: http://bobbybee.github.io/CommodityTracking/docs/namespacect.html

commoditytracking's People

Contributors

bobbybee avatar jczimm avatar hainesr avatar gitter-badger avatar

Watchers

James Cloos avatar Ramzy Karam 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.