如何像FaceGoo一样进行图像处理

发布于 2024-10-06 07:26:30 字数 42 浏览 1 评论 0原文

我想像这样扭曲一张照片,只需用手指点击屏幕然后滑动,有人有任何想法吗?

I want to twist a photo like that, just use finger to tap on the screen then slide, anyone has any idea about that?

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

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

发布评论

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

评论(1

叹梦 2024-10-13 07:26:30

FaceGoo 的底层技术是 OpenGL 纹理映射。脸部的扭曲来自于网格的操纵,该网格的顶点被映射到图像上规则间隔的点。当网格中的点偏离其原始位置时,由于三角形移动,面看起来也在移动。

The underlying technology for FaceGoo is OpenGL texture mapping. The distortions in the face come from manipulation of a mesh whose vertices are mapped to regularly spaced points on the image. When the points in the mesh are displaced from their original location, the face appears to move because the triangles move.

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