网络摄像头背景模糊效果

发布于 2024-10-01 05:41:36 字数 319 浏览 9 评论 0原文

我以前见过这种效果,除了镜头中最前面的物体之外,所有东西都变得模糊。它可能是与视频和快照实时配合的闪光或弯曲效果。任何人都可以阐明这种效应的名称或指出一些资源吗? 谢谢!

更新:所以这是内置了这种效果的 microsoft lifecam show,可以在 2:11 标记处看到: http://www.youtube.com/watch?v=u6ujUJU4Wqw

不像我记得,但这就是我正在寻找的。有什么想法可以在自定义应用程序中实现这一点吗?

I've seen this effect before, where everything is blurred except the front most object in the shot. it was possibly a flash or flex effect which worked in realtime with video and snapshots. can anybody shed some light as to what this effect was called or point to some resources?
thanks!

UPDATE: So it was the microsoft lifecam show which had this effect built in and can be seen here at the 2:11 mark:
http://www.youtube.com/watch?v=u6ujUJU4Wqw

not as clean as i recall, but that's what i'm looking for. Any ideas how this can be achieved in a custom app?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(2

土豪 2024-10-08 05:41:36

苹果公司推出了一款名为 Photo Booth 的产品。它要求您在对背景进行采样时退出镜头。您可以应用过滤背景,甚至视频背景。当您回到画面中时,背景会实时出现在您身后。它似乎是通过对背景颜色进行采样并在您后退到镜头中时使用这些颜色为您应用蒙版来做到这一点的。这是一个非常漂亮的效果。查看http://www.apple.com/macosx/什么是macosx/photo-booth.html

Apple makes a product like this called Photo Booth. It asks you to step out of the shot while it samples the background. You can apply filtered backdrops, or even video backdrops. When you step back into the picture, the backdrop appears behind you in realtime. It seems to do this by sampling the background color and using those colors to apply a mask to you when you step back in the shot. It's a pretty neat effect. Check it out http://www.apple.com/macosx/what-is-macosx/photo-booth.html.

柠檬 2024-10-08 05:41:36

有一个面部检测库。 您可以处理每个视频帧,使除面部之外的所有帧都模糊。

There is an face-detection lib. You can handle each video frame blurring all except the face.

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