Hi !
I am working on a photo software for desktop PC that works on Windows 8. I would like to be able to remove the green background from the photo.
I'm a beginner in image manipulation, i found some cool links ( like http://www.quasimondo.com/archives/000615.php ), but I can't transale it in c# code.
I'm using a webcam (with aforge.net) to see a preview and take a picture. I tried color filters but the green background isn't really uniform, so this doesn't work.
How to do that properly in C#?
Thanks !
I am working on a photo software for desktop PC that works on Windows 8. I would like to be able to remove the green background from the photo.
I'm a beginner in image manipulation, i found some cool links ( like http://www.quasimondo.com/archives/000615.php ), but I can't transale it in c# code.
I'm using a webcam (with aforge.net) to see a preview and take a picture. I tried color filters but the green background isn't really uniform, so this doesn't work.
How to do that properly in C#?
Thanks !