Click here to Skip to main content
15,879,184 members
Please Sign up or sign in to vote.
1.00/5 (3 votes)
Hi i have a web cam and it captures a face and i want to compare capture face with stored face picture . how can i do it . the capture face is displaying on picture box . Code written in asp.net
Posted
Comments
Deepu S Nair 12-Mar-15 9:43am    
what you tried so far?
Sergey Alexandrovich Kryukov 12-Mar-15 11:16am    
Do you seriously think that it could be "tried"? It depends on the purpose though, but... please see my comment below.
—SA
Sergey Alexandrovich Kryukov 12-Mar-15 11:15am    
What do you mean by comparison? Do you want to find out that his is the same person? If so, let me start with the question: are you serious? :-)
—SA

It doesn't quite work like that.
We do not do your work for you.
If you want someone to write your code, you have to pay - I suggest you go to Freelancer.com and ask there.

But be aware: you get what you pay for. Pay peanuts, get monkeys.

Either that, or start with Google and search for "face recognition C#"
That will come up with loads of links, some of which are here on this site:
Multiple face detection and recognition in real time[^]
Camera Face Detection in C# using Emgu CV and WPF[^] will give you some of the very basics.
 
Share this answer
 
Comments
Deepu S Nair 12-Mar-15 10:01am    
+5 for this answer :)
Sergey Alexandrovich Kryukov 12-Mar-15 11:17am    
Face detection is a commonplace these days and has nearly nothing to do with "comparison".
—SA
I believe U want to realize face detection according to your description.
You can refer this two:
Emgu CV:http://blog.csharplearners.com/2012/01/30/face-recognation-c/[^]
StarTrinity face recognition library:
http://startrinity.com/VideoRecognition/FaceRecognition/FaceRecognitionSourceCode.aspx[^]
 
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