-4

I want to track my person if I make a fist or if I have my hand open.
It's appreciate if you can give a sample code in C#?
Thank you very much!

Liam McInroy
  • 4,339
  • 5
  • 32
  • 53
MuddySky
  • 11
  • 6
  • 2
    do you have any code or you just want someone to give you solution ? – Fixus May 22 '12 at 05:50
  • let's be honest, a sultution is prefered, google dont give me a suitable result. Thanks – MuddySky May 22 '12 at 07:24
  • 1
    This is a Q&A site where you can ask questions if you get stuck. It's neither a "Give me the entire solution" nor a "Do my research". Research the topic try you hands on a solution and when you have a __concrete__ problem ask a question – Rune FS May 23 '12 at 06:53

1 Answers1

1

This demo has a simple classifier for closed and open hand: Kinect hand tracking

however, this is a difficult task in many scenarios using the Kinect.

Omri374
  • 2,555
  • 3
  • 26
  • 40