2张以上图像的图像拼接

发布于 2024-12-14 10:40:33 字数 375 浏览 3 评论 0原文

我正在尝试实现图像拼接算法,并发现了发布在 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 技术交流群。

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

发布评论

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

评论(2

饮湿 2024-12-21 10:40:33

在 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

水溶 2024-12-21 10:40:33

多次运行算法?拼接图像 1 和 2,保存,拼接图像 3,保存...

Run the algorithm multiple times? Stitch images 1 and 2, save, stitch in number 3, save...

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