如何使用Kinect V-1测量物体移动速度(从右到左,从左到右)? [英] How i can measure speed of an object moving (Right to Left and Left to Right) using Kinect V-1?

查看:262
本文介绍了如何使用Kinect V-1测量物体移动速度(从右到左,从左到右)?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我是新手使用Kinect进行开发。

I am new to use Kinect for development purpose.

我试图找出如何使用Kinect获取对象的速度。

I am trying to find out how to get speed of an object using Kinect.

一个物体在轨迹路线中从右向左和从左向右移动。我使用Kinect V-1检测到该物体。

One object is moving from right to left and left to right in a trajectory route. I have detected that object using Kinect V-1.

现在我想测量它的速度并使用  绘制它的轨迹Kinect的。有没有办法做这个或任何第三方开源  库可以帮助我? 

Now i want to measure its speed  and draw its trajectory using kinect. Is there any way to do this or any third party open source library which can assist me? 

如有任何帮助,谢谢!







推荐答案

要确定对象在实际坐标中的位置,请使用坐标映射器函数映射到SkeletonPoint。

To determine where the object is in real-world coordinates, use the coordinate mapper function to map to a SkeletonPoint.

https://msdn.microsoft.com/en-us/library/microsoft.kinect.coordinatemapper.mapcolorframetoskeletonframe。 aspx?f = 255& MSPPError = -2147217396

从那里,每个帧都带有时间戳,以便您可以计算时间d帧之间的差异。

From there, each frame is time stamped so you can calculate time difference between frames.


这篇关于如何使用Kinect V-1测量物体移动速度(从右到左,从左到右)?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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