Extract the hand region from an image
Show older comments
I have an image that looks like:

My goal here is to extract only hand region, that's something like this:

Do you have any idea about how to do so using some image processing algorithms?
For example: to create two rectangle or circle-like shapes that contain same/similar color intensities in neighbouring regions, one for face and the other one for hand and check if those circles contain two little black regions(in this case, probably eyes) or two blackish lines (eyebrows) and extract the second shape.
8 Comments
Matt J
on 5 Apr 2017
Will the hand always be curled into a fist?
Jayaram Theegala
on 7 Apr 2017
To detect a hand with in an image, you can use functions from Computer Vision System Toolbox and train using your dataset of hand images.
Click on the following URL to know more about "Object Detection" using Computer Vision System Toolbox:
Sokhib Tukhtayev
on 8 Apr 2017
Sokhib Tukhtayev
on 8 Apr 2017
Image Analyst
on 8 Apr 2017
It would be a lot easier if you could remove the background clutter. Can you put a black sheet behind all your subjects?
Sokhib Tukhtayev
on 10 Apr 2017
Image Analyst
on 10 Apr 2017
Edited: Image Analyst
on 10 Apr 2017
You see that door behind the woman? Well what is that door wasn't there and the only thing behind here was a totally black wall, or a white sheet. Have you ever heard of a cyclorama?

Wouldn't that make it easier to find only the hand? Of course it would.
Sokhib Tukhtayev
on 10 Apr 2017
Answers (0)
Categories
Find more on Ground Truth Labeling in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!