PDA

View Full Version : Minimum polygon inside an image; Hand Characterization;



Belerophon
May 8th, 2008, 03:51 PM
Hey.
My problem is: I need to characterize a human hand (image).
So I intended to first get the PALM off the image, so I could get an image
with just the fingers. With just the fingers, it would be easier to get some measures of the them.

Convex hull of an image is somewhat standard. I was wondering if getting the smallest polygon inside an image (---> the hand palm) is also standard.

Does anyone know something written in Java to do this??

Thanks.

WW
May 8th, 2008, 04:11 PM
Convex hull of an image is somewhat standard. I was wondering if getting the smallest polygon inside an image (---> the hand palm) is also standard.

The smallest polygon? Wouldn't you want something like the largest convex polygon that is within the outline of the hand?

Belerophon
May 8th, 2008, 04:19 PM
The smallest polygon? Wouldn't you want something like the largest convex polygon that is within the outline of the hand?

Ok...lol...my mistake.


I need the "largest convex polygon that is within the outline of the hand", that is the hand palm, so I can take it off the image.

WW
May 8th, 2008, 06:35 PM
For what it's worth:
http://www.springerlink.com/content/w23l27w3545904v7/
http://www.springerlink.com/content/7690661732276521/

WW
May 8th, 2008, 10:49 PM
And this: http://answers.google.com/answers/threadview?id=452313