Matlab:图像拼接和混合
嘿伙计们。我从视频帧中得到了两张图像。它们有一定的重叠部分。扭曲其中之一后,我目前正在尝试将它们混合在一起。换句话说,我想把它们缝合在一起。但我不知道如何实现这一点。有人可以给我一些帮助吗?谢谢你!
假设图像数据存储在“image1_warped”和“image2”中。感谢您的帮助!
Hey guys. I got two images from video frames. They have a certain portion of overlap. After warping one of them, I'm currently trying to blend them together. In other words, I would like to stitch them together. But I don't know how to accomplish that. Can anybody please give me some help? Thank you!
Let's say the image data is store in 'image1_warped' and 'image2'. Appreciated your help!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
这里的关键字是图像注册。 图像处理工具箱为此提供了一些功能。该文档有一些演示作为示例。
The keyword here is Image Registration. The Image Processing Toolbox provides some functions for this purpose. The documentation has a some of demos as examples.
查看博客文章:使用 MATLAB 混合图像,
有很好的例子和 MATLAB 代码。
Checkout the blog post: Blend images with MATLAB,
with nice examples, and the MATLAB code.
在两个图像连接的地方应用 Photoshop 克隆工具(根据需要改变不透明度百分比和大小)
Where the two images join apply the Photoshop clone tool (vary the percentage of opacity and size as required)