关键点变形
是否有一个库/软件可以接受多个关键点以及它们在图像之间的匹配并产生变形? 或者关于如何做到这一点的任何想法/算法?
Is there a library/software which can accept a number of keypoints and matches of them between images and produce a morph? Or any ideas/algorithms on how to do it?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
Gryphon Software 的一款旧软件可以进行图像变形。 我看到一篇1994年的文章。我找不到公司网站,所以他们现在可能已经被废弃了。
她引用了维基百科一篇有关电影剪辑名为“溶解”的技术的文章。
希望有帮助。
An older piece of software by Gryphon Software could do image morphing. I saw an article about it from 1994. I couldn't find a company site, so they may be abandon ware now.
Her is a quote from a Wikipedia article about a film editing technique called Dissolve.
Hope that helps.
Xmorph 和 GTK morph 可以做到这一点 - 尽管关键点必须是等效矩形网格的一部分。 可以通过 C API 访问底层算法。
Xmorph and GTK morph can do that -- although the key points must be parts of equivalent rectangle grids. The underlying algorithm can be accessed through a C API.