Programming Forums

Programming Forums (http://www.programmingforums.org/forumindex.php)
-   Other Programming Languages (http://www.programmingforums.org/forum38.html)
-   -   Facial recognition system (http://www.programmingforums.org/showthread.php?t=13334)

PhilBon Jun 12th, 2007 3:52 AM

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?

mrynit Jun 12th, 2007 3:38 PM

learn math. lots of math. i suggest linear algera to start with.

DaWei Jun 12th, 2007 4:25 PM

If you're going to try to characterize a face by dimensions, you'll want to look into building a number of filters. For example, conversion to grayscale, sobel (or some other form of) edge detection, grabbing a histogram and normalizing it, or increasing contrast, etc. You can have more fun playing with that for a while, picking up whatever math you're missing as you go, than just doing a year's worth of reading on pattern-recognition all at once.

Seif Jun 12th, 2007 7:00 PM

I would also suggest fractal trees would be quite useful.


All times are GMT -5. The time now is 12:50 AM.

Powered by vBulletin® Version 3.7.0, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Copyright ©2007 DaniWeb® LLC