Kinect SDK for finger detection?(用于手指检测的 Kinect SDK?)
问题描述
我是新加坡南洋理工大学 (NTU) 的学生.并且目前正在使用 Kinect SDK 开发一个项目.
我的问题是,任何人都知道如何开发一个程序来使用 Kinect SDK 检测手指(或指尖),甚至可能是一些可能的参考代码.无论如何,我也尝试在google上搜索,但我得到的唯一参考是使用Open NI,而不是Kinect SDK.
感谢和问候
我自己也在研究,虽然没有深入研究.
OpenNI 有一些用于指尖/手腕检测的常量,但尚未实现,但无论如何,这不是您的设置选项.
以下是希望能帮助您入门的资源列表:
I'm a student from Nanyang Technological University (NTU), Singapore. And currently developing a project using Kinect SDK.
And my question is, anyone know how to develop a program to detect a finger (or fingertip) using Kinect SDK, or maybe even some possible reference codes. Anyway, I also tried to search on google, but the only reference I got is using Open NI, instead of Kinect SDK.
Thanks and Regards
I was looking into that myself, although haven't gone deep into it.
OpenNI has some constants for finger tip/wrist detection, but that's not implemented yet, but that's not an option for your setup anyway.
Here's a list of resources that hopefully will get you started:
- MIT CSAIL Hand detection
- FORTH ICS - Efficient model-based 3D tracking of hand articulations using Kinect
- Candescent NUI project
- Other random videos
这篇关于用于手指检测的 Kinect SDK?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:用于手指检测的 Kinect SDK?


- 良好实践:如何重用 .csproj 和 .sln 文件来为 CI 创建 2022-01-01
- Web Api 中的 Swagger .netcore 3.1,使用 swagger UI 设置日期时间格式 2022-01-01
- 如何用自己压缩一个 IEnumerable 2022-01-01
- 输入按键事件处理程序 2022-01-01
- 带有服务/守护程序应用程序的 Microsoft Graph CSharp SDK 和 OneDrive for Business - 配额方面返回 null 2022-01-01
- MoreLinq maxBy vs LINQ max + where 2022-01-01
- WebMatrix WebSecurity PasswordSalt 2022-01-01
- C# 中多线程网络服务器的模式 2022-01-01
- 在哪里可以找到使用中的C#/XML文档注释的好例子? 2022-01-01
- C#MongoDB使用Builders查找派生对象 2022-09-04