拼接全景图像
今天我想出了一个来自德国的有趣项目:Throwable PanoramicBall Camera 36张图像被捕获在一个小球中,然后它们均以全景方式展示。作者声明使用 OpenCV
您能给我一些关于为固定位置/方向的相机创建模型并使用 OpenCV 拼接图像的想法吗?
Today I came up with an interesting project from Germany: Throwable PanoramicBall Camera 36 images are captured in a small ball, then they are showed panoramically. The author declares to use OpenCV
Can you give me some idea about creating a model for cameras at fixed position/orientation and stitching images with OpenCV?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
查看图像校正:
http://en.wikipedia.org/wiki/Image_rectification
这本书也有一些很好的解释以及后面章节中如何在 OpenCV 中执行此操作的代码示例:
http://www.amazon.com/OpenCV-Computer-Application-Programming-Cookbook/dp/1849513244/ref=sr_1_1?ie=UTF8&qid=1319209140&sr=8-1
Look into Image rectification:
http://en.wikipedia.org/wiki/Image_rectification
This book also has some good explanations and code examples on how to do it in OpenCV in the later chapters:
http://www.amazon.com/OpenCV-Computer-Application-Programming-Cookbook/dp/1849513244/ref=sr_1_1?ie=UTF8&qid=1319209140&sr=8-1
作者可能正在使用 OpenCV 中提供的新示例。
以下是 OpenCV 当前可用示例的链接...
您可能想开始如果您尝试在 OpenCV 中进行图像拼接,请使用这些示例。
The author was probably using the new samples available in OpenCV.
Here are links to the samples currently available in OpenCV...
You may want to start with these samples if you're trying to do image stitching in OpenCV.