Click here to Skip to main content
15,881,089 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more: , +
i need help regarding image processing. i have to browse an image at run time and wants to detect a face in that image. if there will be a face in that image then match that face with the faces in the database.
tool: C# .net, Sql 2008
Posted

Check out OpenCV[^]. It provides functionality for face recognition.
 
Share this answer
 
Comments
Mahwash Shahid 17-Mar-12 12:39pm    
why OpenCV????
Hi,

it seems like your homework.

if you would like to do it from scratch then there are some tips here,

1) You need to store number of images for particular person with different reactions/expressions.
2) Use grayscal image storage to optimize database storage.
3) if you use high resolution camera then capture as many pics as possible and convert it into grayscal. then match each and every image with your database information.
4) You need to create thread for each and every captured image matching to power your application processing.

hope this information will be helpful to begin your application development.

best of luck

thanks
-amit.
 
Share this answer
 
Comments
Mahwash Shahid 17-Mar-12 12:40pm    
Hi,
i have to store 1 mug shot of a person then wants to recognize it.
AmitGajjar 18-Mar-12 23:53pm    
what is mug shot ?
Mahwash Shahid 20-Mar-12 3:59am    
mug shot is pic with Front view
AmitGajjar 20-Mar-12 4:47am    
in that case above process can help you...

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900