Facial Recognition with Kinect

后端 未结 3 1723
梦如初夏
梦如初夏 2021-02-01 09:47

Lately I have been working on trying facial recognition with the Kinect, using the new Developer Toolkit (v1.5.1). The API for the FaceTracking tools can be found here: http://m

3条回答
  •  情话喂你
    2021-02-01 10:21

    The picture you attached refers to the 2D model. GetProjected3DShape has nothing to do with the picture.

    Use IFTResult.Get2DShapePoints to get 2D face points. If you are using the FaceTrackingBasics-WPF example, you have to write a C# wrapper for that method.

提交回复
热议问题