新的Kinect SDK和真实坐标 [英] New Kinect SDK and real coordinates

查看:78
本文介绍了新的Kinect SDK和真实坐标的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

等同于:

   
public
矢量
DepthImageToSkeleton 浮动
depthX float
depthY short 新版SDK中的
depthValue );


    public Vector DepthImageToSkeleton(float depthX, float depthY, short depthValue);

JCM

推荐答案

可以使用以下任何一种:

Either of these can be used:

On DepthImageFrame:

         public   SkeletonPoint   MapToSkeletonPoint int   depthX,  int   depthY);

On DepthImageFrame:
        public SkeletonPoint MapToSkeletonPoint(int depthX, int depthY);

或者,在KinectSensor上:

         public   SkeletonPoint   MapDepthToSkeletonPoint DepthImageFormat   depthImageFormat,  int   depthX,  ; int   depthY,  short   depthPixelValue);

Or, on KinectSensor:
        public SkeletonPoint MapDepthToSkeletonPoint(DepthImageFormat depthImageFormat, int depthX, int depthY, short depthPixelValue);

John <
K4W Dev

John
K4W Dev


这篇关于新的Kinect SDK和真实坐标的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆