Forum Discussion
Altera_Forum
Honored Contributor
15 years agoHi raosaifullah,
sorry for the late reply, I don't check the forum at regular intervals. Did you have a look at the source code I posted the last time? Is your camera connected to the analog interface? The problem with doing foreground-background segmentation is to know the background. The simplest way would be to use a black background (if your skin color is not black). This way you could just identify all relevant pixels by their color value. This is of course not very reliable, since you will loose some information that you want to have, like your eyes. But it's a start. Do you display the output on the VGA monitor? If yes you could extend the identification of the pixels by their color values, with changing the color of the relevant pixels to green for example. This way you could see how the approach works. good luck. Spellic