人脸检测 Asp.net c#
我已经在这个应用程序中实现了 ASP.NET Web 应用程序,我添加了人脸检测功能。我已经找到了整个谷歌但没有得到解决方案。
如果您对此解决方案有任何想法,请告诉我。
提前致谢
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
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
其实很简单。
创建一个将在您的最终用户工作站上运行的 ActiveX 和 Java Applet,它将连接到他的网络摄像头。并为您的网站提供提要。(如 Gmail 中的摄像头)。
使用人脸检测算法(例如服务器上 C# 的 OpenCVS 实现)将现有的 Feed 快照与数据库中存储的最终用户图像进行比较(如果匹配,则允许他们登录到您的网站)。
将
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.