且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

C#,asp.net中的人脸检测和变形

更新时间:2023-01-06 13:07:11

除简单的"是",对于这样的论坛来说太长了.

通过在网络上搜索解决方案,尝试解决方案并仅在此处询问您遇到的具体问题,您会获得更好的收益.

因此,继续尝试一下,您知道您想这么做.

在" c#面部识别 "上进行搜索可能会给您带来一些惊喜.
Any answer of any value, other than a simple ''Yes'', would be far too long for a forum like this.

You would be far better off by searching for solutions on the web, trying them out and only asking here where you have specific problems.

So, go on give it a try, you know you want to.

A search on ''c# facial recognition'' might give you some pleasant surprises.


检查此URL,希望如此帮助您.

C#中的人脸检测 [
Check this URL, i hope it will help you.

Face Detection in C#[^]

Regards,
Jitendra Zaa


不,在地狱中没有机会.我不知道为什么其他所有人都错过了它,但是ASP.NET使用HTML,CSS和Javascript.这些事情不可能实现您想要的.使用Silverlight编写的插件可以做到这一点,但是ASP.NET可以做的只是托管Silverlight页面,它实际上并没有涉及.

而且,如果您需要询问是否可行,则可以100%确保该任务比您现在可能能够完成的任务更为复杂.

AspDotNetDev:当然可以.让用户上传图像,将其显示在画布上(或使用SVG),然后执行一些用于面部检测和变形的逻辑.哎呀,可以使用服务器端生成的图像(在用户上传后)避免使用canvas/SVG.
No, not a chance in hell. I don''t know why everyone else missed it, but ASP.NET uses HTML, CSS and Javascript. No chance those things can do what you want. A plug in written using Silverlight would be able to do it, but all ASP.NET would do is host the Silverlight page, it would not really be involved.

And, if you need to ask if it''s possible, it''s 100% sure that the task is more complex than you''re likely to be able to achieve right now.

AspDotNetDev: Sure you can. Have the user upload an image, display it in a canvas (or with SVG), then do some logic for facial detection and morphing. Heck, the canvas/SVG could be avoided with an image generated on the server side (after having been uploaded by the user).