2张以上图像的图像拼接
我正在尝试实现图像拼接算法,并发现了发布在 http://code.google.com/p/panorama-provider/source/browse/#svn%2Ftrunk%2F%20panorama-provider%20--username%20walkingmu 。这段代码的问题是它只能处理 2 个图像。我尝试修改处理多个图像的代码,但当要查找文件 SURFFEAT.m 中图像之间的相关性时,我陷入了困境。有什么建议请
I am trying to implement an image stitching algorithm and came across this wonderful code posted on http://code.google.com/p/panorama-provider/source/browse/#svn%2Ftrunk%2F%20panorama-provider%20--username%20walkingmu . The problem with this code is that it can do only for 2 images. I tried modifying the code for handling multiple images but when it came to find the correlation between images in the file SURFFEAT.m I got stuck. Any suggestions please
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
在 Matlab 中,您可以通过 http://flagshipbio.com/news/flagship-biosciences-expands-tissue 修改此代码-image-analysis-leadership/ 多次添加并显示中间结果。
http://www.cb.uu.se/~cris /blog/index.php/archives/393。该脚本位于此处。您需要 DIPimage 工具箱 和 Matlab。
这是一个很好的参考,请查看第 5 节:
http://research.microsoft.com/apps/pubs/default.aspx ?id=70092
巴斯大学的 Matthew Brown,有一个免费他的 Autostitch 演示。
祝你好运
In Matlab you may be able to modify this code by http://flagshipbio.com/news/flagship-biosciences-expands-tissue-image-analysis-leadership/ to add multiple times and display the intermediate results.
http://www.cb.uu.se/~cris/blog/index.php/archives/393. The script is here. You would need the DIPimage toolbox and Matlab.
This is a great reference, check section 5:
http://research.microsoft.com/apps/pubs/default.aspx?id=70092
Matthew Brown at University of Bath, has a free demo of his Autostitch.
Good luck
多次运行算法?拼接图像 1 和 2,保存,拼接图像 3,保存...
Run the algorithm multiple times? Stitch images 1 and 2, save, stitch in number 3, save...