Finger detection doesn't work well.
Hi there,
I followed the instruction on finger detection HERE. For my experiment, the skeleton tracking and hand detection did work well, but I had problems on finger detection.
According to this video http://www.youtube.com/watch?v=haCyDo7y3BE. The result suppose to be like in the vdo, but not for me.
I have already looked through the code and found that on ~/kinect_demos/mit-ros-pkg/kinect_utils/hand_interaction/src/analyze_hands.cpp which is my clusters is always 0.
Here is a piece of my console.
dist: 0.710981 palm: 124 digits: 0 219.509
got hand 0.06, -0.116754, 0.684308 open
dist: 0.701354 palm: 115 digits: 5 224.323
clusters: 0
got hand 0.06, -0.115469, 0.660131 open
dist: 0.684888 palm: 120 digits: 5 232.556
clusters: 0
got hand 0.06, -0.117159, 0.642459 open
dist: 0.671496 palm: 128 digits: 48 239.252
clusters: 0
got hand 0.06, -0.117360, 0.636094 open
dist: 0.648688 palm: 118 digits: 0 250.656
got hand 0.06, -0.119665, 0.617218 open
I stuck on what's wrong with my configuration? Can anyone point me out of this problem?
Thanks in advance.
Mintra.