人脸检测 Asp.net c#

发布于 2024-08-16 09:59:54 字数 112 浏览 6 评论 0原文

我已经在这个应用程序中实现了 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

和我恋爱吧 2024-08-23 09:59:54

其实很简单。

  1. 创建一个将在您的最终用户工作站上运行的 ActiveX 和 Java Applet,它将连接到他的网络摄像头。并为您的网站提供提要。(如 Gmail 中的摄像头)。

  2. 使用人脸检测算法(例如服务器上 C# 的 OpenCVS 实现)将现有的 Feed 快照与数据库中存储的最终用户图像进行比较(如果匹配,则允许他们登录到您的网站)。

Quite simple actually.

  1. 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).

  2. 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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文