Shabeer  T

Shabeer T

  • NA
  • 1
  • 4k

Face Recognition using Kinect

Mar 20 2013 3:50 AM

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)