Jump to content

gesture recognition for any background using image processing


Recommended Posts

I am trying to do hand gesture recognition for any background ( not by using a single color plane behind the hand ). I am acquiring the image by using the integrated webcam that is present in my laptop. once the gestures are identified , i need to take some decisions to control someother instrument. I am trying this by using image processing techniques like edge detection, template matching etc. I am not able to find expected results..Is there any precautions to be handled to get this correct ?

Link to comment

To do this without any sort of structure around it is really tough, computers are still way behind where humans are in terms of object recognition. There are a couple of main approaches that I can see:

1. create a depth field using a 3D Imaging technique ala Kinect. This is the approach that many take as the hand will then stand out from the background and be distinguishable.

2. Single camera object tracking. The vision module has some pretty good object tracking algorithms included in it now. One of my colleagues has been playing and managed to get it to track his eyes. The proble. With this will be identifying the object in the first place, the hand, and it staying consistent enough. This would also require whole hand gestures, it is unlikely to be able to pick up finger movements. I suspect a scheme similar to this is what the new Samsung interfaces uses, although that appears to pick up some elements of hand changes.

I hope that helps, there maybe more schemes out there but these are the two that I am aware of.

James

  • Like 1
Link to comment

The proble. With this will be identifying the object in the first place, the hand, and it staying consistent enough.

This can be alleviated by using a camera with a shallow depth of field so that the hand is in sharp focus but a few inches back is totally out of focus. He will not be able to do that with a laptop cam however, but he might get away with a webcam with a manual focus ring if he is far enough away.

Edited by ShaunR
  • Like 1
Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.