Ask Your Question
2

Extract palm from a mask of the hand

asked 2012-08-07 09:19:31 -0600

Blackjackkk gravatar image

updated 2012-08-09 02:08:55 -0600

Kirill Kornyakov gravatar image

Can anyone suggest how I could extract the palm area from hand. I extracted the hand with codebook background subtraction (maybe not the most efficient, but it works).

Any suggestions are welcome!

edit retag flag offensive close merge delete

Comments

2

Please post some images of examples.

Adi gravatar imageAdi ( 2012-08-08 03:03:42 -0600 )edit

Also, can you please be a little bit more specific? If I understood, you have a mask for the whole hand which you want to segment into palm and non-palm regions, is that it?

gfuhr gravatar imagegfuhr ( 2012-08-08 08:51:00 -0600 )edit

1 answer

Sort by ยป oldest newest most voted
1

answered 2012-08-08 03:58:17 -0600

updated 2012-08-08 04:01:20 -0600

Adi gravatar image

If you accept suggestions, I would recommend you to use an RGB-D camera (like Kinect) it will make your life a lot easier on hand segmentation.

You can take a look at this paper:
"Both-hand Gesture Recognition Based on KOMSM with Volume Subspaces for Robot Teleoperation". Peris et al. IEEE-CYBER 2012.

What is done there basically is to use OpenNI library to track the user's skeleton and use the location of the hand joints to accurately segment the hands and input them to a classifier for gesture recognition.

Good luck!

edit flag offensive delete link more

Question Tools

Stats

Asked: 2012-08-07 09:19:31 -0600

Seen: 1,346 times

Last updated: Aug 09 '12