Author Topic: Face Recognition Algorithm  (Read 1751 times)

0 Members and 2 Guests are viewing this topic.

Offline Solixious

  • /dev/null
  • *
  • Posts: 7
  • Cookies: 1
    • View Profile
Face Recognition Algorithm
« on: 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?

Offline Deque

  • P.I.N.N.
  • Global Moderator
  • Overlord
  • *
  • Posts: 1203
  • Cookies: 518
  • Programmer, Malware Analyst
    • View Profile
Re: Face Recognition Algorithm
« Reply #1 on: 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.

Offline Solixious

  • /dev/null
  • *
  • Posts: 7
  • Cookies: 1
    • View Profile
Re: Face Recognition Algorithm
« Reply #2 on: November 13, 2012, 03:03:11 pm »
Its basics but nonetheless, the concept was really cool...