如何在iPhone编程中变形两个图像
如何在iPhone编程中对两个图像进行变形?
how to do morphing of two images in iphone programming.?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
如何在iPhone编程中对两个图像进行变形?
how to do morphing of two images in iphone programming.?
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(4)
你的问题与 iPhone 无关......你正在寻找的算法与语言无关,因为它只适用于图像。
顺便说一句,对两个图像进行变形非常复杂,通常您必须
Your question is not iphone related.. the kind of algorithm you are looking for is language-agnostic since it just work with images.
By the way it's quite complex to morph two images, usually you have to
您可以使用 UIView 动画从一个 UIView 过渡到另一个 UIView。这应该提供某种蹩脚的变形。
You can use UIView animation to transition from one UIView to another. This should provide some sort of lame morphing.
您可以使用用 C++ 编写的 XMRM:http://www.cg.tuwien。 ac.at/~xmrm/
iOS SDK 中没有图像变形 API。
You can use XMRM, which is written in C++: http://www.cg.tuwien.ac.at/~xmrm/
There is no image morphing API in the iOS SDK.
不,没有适用于它的 API。你必须自己做。
...问一个简短的问题,得到一个简短的答案...
No, there isn't an API for it. You'll have to do it yourself.
...ask a short question, get a short answer...