Kinect SDK for finger detection?
Asked Answered
J

1

8

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

Jackstraw answered 28/1, 2012 at 16:56 Comment(1)
The official SDK does not have the capacity for this.Pack
F
10

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 hand tracking

Candescent NUI hand sample1

Candescent NUI hand sample1

Floc answered 29/1, 2012 at 23:33 Comment(1)
I tried FORTH's demo project and found the hand tracking to be inconsistent. There is another project called Finger Precise Tracking made by 3Gear: openni.org/files/finger-precise-tracking. I've tested both the original demo which compares hands to a set of poses and the beta version for their true hand tracker which seems to work better than FORTH's. It's worth a look if you haven't seen it already.Nessie

© 2022 - 2024 — McMap. All rights reserved.