FaceTracking:GetFacePointsInInfraredSpace返回所有点{0,0,0}
问题描述:
大家好!
我正在使用Kinect SDK进行人脸识别。
I am using the Kinect SDK to do face recognition.
脸部框架出现确定,但我似乎无法获得深度/红外空间的面部特征!
The face frames come up ok, but I don't seem to be able to get facial features in depth/ir space!
如果我使用 get_FaceBoundingBoxInColorSpace / GetFacePointsInColorSpace面部特征点数很好,但不是get_FaceBoundingBoxInInfraredSpace / GetFacePointsInInfraredSpace,我只得到0!
If I use get_FaceBoundingBoxInColorSpace/GetFacePointsInColorSpace the facial features points are good, but not with the get_FaceBoundingBoxInInfraredSpace/GetFacePointsInInfraredSpace where I only get 0s!!!
这是SDK中的错误,还是我做错了什么?
Is this a bug in the SDK, or am I doing something wrong?
提前谢谢!
Georgios