I need your help for a c code in which i need to scan a hand image and i have to seperate the foreground and the background(i.e) the outline of the hand and the background.I have scanned the image.Now how to seperate the foreground and th background.plea se help me.
hand geometry work
Collapse
X
-
Well, you need to know how you are going to look at the image, so I would recommend choosing a graphics manipulation library. You can find many by Google searching "c graphic image manipulation." Once you know which one you want, and how it handles the data, you can create your algorithm of what is the "background " and what is the "foreground " and how to differentiate the two. Then you can code it.
Comment