Ask Your Question
0

Pop quiz: Clapping hand

asked 2013-04-05 11:20:44 -0600

I'm working on a project where I have to detect hands clapping - ideally where the hands meet; the approaches I've tried thus far are: - getting the centre of gravity from the last frames mask (using the absolute difference from an accumulated background image)

  • centre of gravity on a mask based on skin thresholding

  • optical flow; I group all the features based on distance and work out the average distance between the 2 largest groups.

(2 example images shown below).

The user can clap anywhere (ie not in a controlled environment/situation).

Any suggestions, hints, tips, solutions would be greatly appreciated,

Josh

image description image description

edit retag flag offensive close merge delete

1 answer

Sort by ยป oldest newest most voted
2

answered 2013-04-05 14:10:20 -0600

You could try how the kalman tracker performs, based on your skin segmented hand regions.

http://docs.opencv.org/modules/video/doc/motion_analysis_and_object_tracking.html#kalmanfilter

edit flag offensive delete link more

Question Tools

Stats

Asked: 2013-04-05 11:20:44 -0600

Seen: 873 times

Last updated: Apr 05 '13