骨骼关节位置置信度值

编程入门 行业动态 更新时间:2024-10-27 20:34:22
本文介绍了骨骼关节位置置信度值的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧! 问题描述

kinect sdk v1.5是否提供了计算被跟踪/推断关节的置信度值的方法?

Does the kinect sdk v1.5 provide any means to calculate the confidence values of the tracked/inferred joints?

我正在研究Skeletal查看器(C ++示例) )和kinect资源管理器(C#样本)。

I am working on both the Skeletal viewer( C++ sample) and kinect explorer (C# sample).

如果上述任何一种方法能找到信心,我会很高兴

So I would be glad if any of the above have a way of finding the confidence

谢谢:)

推荐答案

在应用程序和开发人员的上下文中,置信度值将非常主观。除了您已经跟踪的平均位置之外,最好使用推断属性。变化中的delta将使落在您定义的某个容差范围内,以决定是否应使用推断点。

A confidence value would be highly subjective in the context of the application and developer. It would be best to use the inferred propertyinaddition to an average of locations that you are already tracking. The delta in the change would have to fall within some tolerance you define to decide whether the inferred point should be used.

更多推荐

骨骼关节位置置信度值

本文发布于:2023-06-04 22:10:29,感谢您对本站的认可!
本文链接:https://www.elefans.com/category/jswz/34/506091.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
本文标签:骨骼   关节   位置

发布评论

评论列表 (有 0 条评论)
草根站长

>www.elefans.com

编程频道|电子爱好者 - 技术资讯及电子产品介绍!