Click here to Skip to main content
15,949,686 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
C#
I want to implement face recognition in my dotnet application, my requirement is to authenticate an Android and and web user by using Face recognition.


What I have tried:

I went through with some articles and found some solution but on Windows application and I need to work with web application.
Posted
Updated 1-Aug-16 1:30am
Comments
BillWoodruff 1-Aug-16 3:18am    
You do realize how complex face recognition is as a computational problem ? This is a forum for Windows programmers.

For Windows: start by doing a search on "Imgur"
Member 9485849 1-Aug-16 5:21am    
Cant any one help me on Web??

1 solution

There are some ways to do that by creating web APIs. First you need to choose which platform are you gonna work with it.
If you know about opencv ad python you can start web service API as mentioned in step 1
1. create web service as shown in here click here
2. Have look at OpenCV face recognition library.
3. you can make client app like Android or windows based on your expertise.
Enjoy !!!
 
Share this answer
 
v2
Comments
Member 9485849 1-Aug-16 7:53am    
Thanks Abhijit,
I need to work with .Net platform and I have gone through the OpenCV a bit, but everywhere I got that it works for Windows form.
Please assist me something more it would be appreciated.
Techadvise 1-Aug-16 14:23pm    
Hi you can watch the video of the link in my previous answer & there is function called cv.imcoded at time 6.10 you can replace it with your face recognition function of open cv but first you need to train face images if you are using svm algorithm.

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