Click here to Skip to main content
15,881,588 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hi
I have a face recognition project

I am at phase one and and i am writing a code on face detection

i used HaarCascade Function but the output not always write or the face is not detected does any one knows why ???

or what can i do

NB: all pictures with small size the program can detect them but big picture.... nothing

thanks
Posted

Here's an article on face detection that might be of help to you: Face Detection in C#[^]
 
Share this answer
 
Face can be detected using Haar classifier. If you want it in C#, I can send you the source code. The demo of face detection is available at
http://startrinity.com
Hope this will be helpful
 
Share this answer
 
Comments
Abhinav S 15-Oct-11 9:07am    
You are posting an answer to a question that was asked more than a year and a half ago.
Unlikely that this answer is going to help the OP now!
ASV128 15-Oct-11 9:10am    
It can be helpful to new people who have the same question
There are three stages including face detection, feature capturing, face recognition. The first one is basic.You can use OpenCV to do detection. But I prefer Face++ face detection APIs. It support Java, C# and so on. With bigger pics, it comes better results.
I have just compare Face++ to OpenCV. It seems Face++ APIs are better considering detection and recognition.
 
Share this answer
 

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