![]() |
|
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Hobbyist Programmer
|
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? |
|
|
|
|
|
#2 |
|
Hobbyist Programmer
|
learn math. lots of math. i suggest linear algera to start with.
__________________
i dont know much about programming but i try to help |
|
|
|
|
|
#3 |
|
Resident Grouch
![]() ![]() ![]() ![]() ![]() ![]() Join Date: Jun 2005
Posts: 6,453
Rep Power: 10
![]() |
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.
__________________
Abstraction doesn't make it impossible to write bad code; it makes it possible to write superior code. Contributor's Corner: Grumpy on C++ Exceptions DaWei on Pointers |
|
|
|
|
|
#4 |
|
Hobbyist Programmer
Join Date: Jan 2006
Location: UK
Posts: 214
Rep Power: 3
![]() |
I would also suggest fractal trees would be quite useful.
|
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| How to meet these cross-platform project goals? | mattengland | C++ | 1 | Apr 3rd, 2006 4:01 AM |
| PHP system commands | ktsirig | PHP | 6 | Oct 4th, 2005 1:24 AM |
| Why shouldn't we use System(); | Shapeless | C++ | 7 | Jul 19th, 2005 6:10 AM |
| system () command in Borland C++ Bldr. 4 | L7Sqr | C++ | 14 | Jun 18th, 2005 8:15 PM |