2
Answers

Face Recognition using Kinect

Shabeer  T

Shabeer T

7y
3k
1

Is there any algorithm face recognition using the points getting from the "Face Tracking Basics" given by Microsoft? 

Now I am using the below code. But I am not getting a correct value

for (int i = 0; i < this.facePoints.Count - 1; i++){  Total += ((facePoints[i].Y + facePoints[i+1].Y) / (facePoints[i].Y -facePoints   [i+1].Y)); } 
Answers (2)
Next Recommended Forum