Giter Site home page Giter Site logo

mackhowell / simple-kinect-blob-tracker Goto Github PK

View Code? Open in Web Editor NEW

This project forked from kremio/simple-kinect-blob-tracker

0.0 2.0 0.0 13.37 MB

A simple, no fuss, C++ blob tracking software to use with Microsoft Kinect. Outputs data over OSC. Build using CinderLib, libfreenect, OpenCV.

License: MIT License

C++ 89.79% C 10.02% Objective-C 0.19%

simple-kinect-blob-tracker's Introduction

simple-kinect-blob-tracker

A simple, no fuss, C++ blob tracking software to use with Microsoft Kinect. Outputs data over OSC. Build using CinderLib, libfreenect, OpenCV.

It provides simple blob tracking, the possibility to record and play QuickTime movie files and tracking parameters are saved between sessions.

Tested with the 1st version of the Kinect on MacBook Pro running Yosemite.

CinderBlocks dependencies

Usage instructions

When you startup the program it will check for a connected Kinect sensor. If one is found you will see the filtered depth data feed in the right half of the window, while the left part will show you the blob detection result in real time.

If no Kinect sensor is found when the software starts, you will be prompted to select a QuickTime movie file to load instead. This features allows you to calibrate the filters and tracking parameters from pre-recorded footage.

To record a movie from the Kinect feed, press the SPACE key on your keyboard, you will then be prompted to select a location on your hard drive where the movie file will be saved. To stop recording press the SPACE key again.

The tracker's configuration are automatically saved when the program shuts down.

OSC

Since this tool was made for the purpose of exhibiting [Mimodek] (https://github.com/kremio/mimodek/tree/develop) in Maribor, Slovenia, where we only needed to track the presence of people in the space and there distance from the projection screen, only the number of blobs detected and the normalised [0..1] Y coordinate of the object closest to the top of the frame are sent through OSC. When I have more time to refine this software I'll make it output blobs centroids, etc...

/mimodek/blobs/
=> (int) blob count
=> (float) normalised [0..1] Y coordinate of the object closest to the top of the frame

simple-kinect-blob-tracker's People

Contributors

jonsku avatar kremio avatar

Watchers

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