我在新的microsoft kinect sdk中找不到这种方法
nui.SkeletonEngine.DepthImageToSkeleton
有人可以请一些关于如何做到这一点的迹象吗?
Microsoft Kinect SDK depth data to real world coordinates
在新的Microsoft Kinect SDK中?
答案 0 :(得分:5)
该方法已更改为SkeletonPoint DepthImageFrame.MapToSkeletonPoint(int depthX, int depthY)
。与新SDK中的其他内容一样,它位于 Microsoft.Kinect 命名空间中。
鉴于 DepthImageFrame :
SkeletonPoint point = depthImageFrame.MapToSkeletonPoint(depthX, depthY);
新版本发生了很多变化。可以在此处找到API更改列表:http://robrelyea.wordpress.com/2012/02/01/k4w-details-of-api-changes-from-beta2-to-v1-managed/#namespacesAssemblyName