EvilZone

Programming and Scripting => Projects and Discussion => : Solixious November 13, 2012, 01:13:13 PM

: Face Recognition Algorithm
: Solixious November 13, 2012, 01:13:13 PM
I can't imagine how exactly an application can recognize faces of people. Its not always accurate, but works well in most of the situations. Does it scan the faces pixel wise or is there some other technique to do it? Is there any particular algorithm to recognize faces? I mean how do these applications manage to work when the images' darkness level, angle, expression, etc are different?
: Re: Face Recognition Algorithm
: Deque November 13, 2012, 02:09:47 PM
Read the first part of this and you will get an answer: http://evilzone.org/tutorials/artificial-neural-networks-the-basics/msg9782/#msg9782

This is only one possibility though.
: Re: Face Recognition Algorithm
: Solixious November 13, 2012, 03:03:11 PM
Its basics but nonetheless, the concept was really cool...