Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/benMcChesney/ofxKinectSDK_FaceTracking
Open Frameworks wrapper for the Kinect for Windows SDK, specifically the face tracking part.
https://github.com/benMcChesney/ofxKinectSDK_FaceTracking
Last synced: 5 days ago
JSON representation
Open Frameworks wrapper for the Kinect for Windows SDK, specifically the face tracking part.
- Host: GitHub
- URL: https://github.com/benMcChesney/ofxKinectSDK_FaceTracking
- Owner: benMcChesney
- Created: 2012-11-27T16:38:44.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2013-01-25T23:05:48.000Z (almost 12 years ago)
- Last Synced: 2024-08-02T17:36:10.709Z (3 months ago)
- Language: C++
- Size: 86 MB
- Stars: 19
- Watchers: 3
- Forks: 6
- Open Issues: 3
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
/*
Addon / Collection of code to get the FaceTracking part of the Kinect SDK to OF.Built for OF 0071 for Visual Studio on Windows 7.
Big thanks to microsoft ! The kinect SDK is fun and had good data... I just don't want to use
XNA and windows rendering.
*/Currently supports :
Mouth Width
Mouth Height
Left Eyebrow
Right Eyebrow
but add whatever you want!
Load / Save calibration via XML and training.Additional Dependencies :
ofxXmlSettings
ofxDelaunay