joeking11829 / FingerTracker

Processing library that performs real-time finger tracking from depth images.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FingerTracker

Download here

Finger Tracking with the Kinect, Processing, and Marching Squares

FingerTracker is a Processing library that does real-time finger-tracking from depth images. It is based on work done by Murphy Stein at NYU. It uses fast marching squares to find the contour of the hand and then estimates finger endpoints by looking for inflections in the curvature of the contour. It can work with depth maps from either OpenNI or libfreenect (it expects the depth maps to be scaled to the 500-2047 range provided by the Kinect drivers).

Use it with either Shiffman's libfreenect wrapper or SimpleOpenNI.

See the FingerTrackerKinect example for usage.

About

Processing library that performs real-time finger tracking from depth images.

License:Other


Languages

Language:HTML 73.2%Language:Java 12.9%Language:CSS 11.3%Language:Processing 2.1%Language:Shell 0.5%