我在新的microsoft kinect sdk中找不到这种方法
nui.SkeletonEngine.DepthImageToSkeleton
有人可以请一些关于如何实现这一目标的迹象吗?
Microsoft Kinect SDK深度数据到真实世界的坐标
在新的Microsoft Kinect SDK中?
该方法已更改为SkeletonPoint DepthImageFrame.MapToSkeletonPoint(int depthX, int depthY).与新SDK中的其他所有内容一样,它位于Microsoft.Kinect命名空间中.
给定DepthImageFrame:
SkeletonPoint point = depthImageFrame.MapToSkeletonPoint(depthX, depthY);
Run Code Online (Sandbox Code Playgroud)
新版本发生了很多变化.可以在此处找到API更改列表:http://robrelyea.wordpress.com/2012/02/01/k4w-details-of-api-changes-from-beta2-to-v1-managed/#namespacesAssemblyName