hand geometry work

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • innovator
    New Member
    • Feb 2008
    • 1

    hand geometry work

    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.
  • sicarie
    Recognized Expert Specialist
    • Nov 2006
    • 4677

    #2
    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

    Working...