Skip to content

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

License

Notifications You must be signed in to change notification settings

ylemzy/FingerTracker

 
 

Repository files navigation

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.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published