I’ve a problem. I want to scan a picture of a face. When the face is scan, I want to make a program that recognises the eyes and the nose etc, but I don’t know where to start. Any Ideas ???
The same face, or any face? Either way, this isn't a trivial problem.
Maybe decode the image into a bitmap, reduce the quality (bigger pixels) and then use some kind of neural net to process it - a self-teaching feed forward network or a Kohonen map perhaps? Last I saw there was a .NET port of Joone, which might help you.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.