Reputation: 1549
i have implement asp.net web application in this application i add face detection functionality. i have found entire google but did not get solution.
If you have any idea about this solution,please let me know.
Thanks in advance
Upvotes: 0
Views: 2342
Reputation: 7098
Quite simple actually.
Create an ActiveX and Java Applet that will run on your end users workstation it will connect to his Web Cam. and provide your website with a feed.(Like cam in Gmail).
Compare existing snapshot of feed with stored images of end users in you database using a face detection algorithm like OpenCVS implementation for C# on your server if match allow them to login to your website.
Upvotes: 1