Click here to Skip to main content
15,881,709 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Kinect SDK provides us with the FaceTrackFrame class:
C#
Microsoft.Kinect.Toolkit.FaceTracking.FaceTrackFrame frame;

After Initializing the frame object, we can get all the 121 points which are being tracked on the face, by using
C#
frame.Get3DShape();

I want to get the labels for all these 121 points.
By labels I mean their positions on the face.
Posted
Updated 25-Feb-14 17:11pm
v2

1 solution

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900