View Single Post
Old Jun 12th, 2007, 3:52 AM   #1
PhilBon
Hobbyist Programmer
 
PhilBon's Avatar
 
Join Date: Nov 2005
Posts: 172
Rep Power: 3 PhilBon is on a distinguished road
Send a message via AIM to PhilBon Send a message via MSN to PhilBon
Facial recognition system

I don't know why, but I just thought about a facial Recognition System software. I'm wondering what would be involved with such a system? I have the basic Outline of:
Input:
Picture to verify
Output:
If the person is found in the database.
Processing:
Detection of the different facial parts
Comparing the widths of different facial parts such as eye to eye, eyes to nose, mouth width, mouth to eyes, etc. Using ratios to compare a smaller picture to a bigger picture.
What Language would you suggest, I am thinking C++.
What database system would you suggest?
Do you think there would/should be any AI involved with the recognition system?
PhilBon is offline   Reply With Quote