Is stitching module of OpenCV able to stitch images taken from a parallel motion camera?

拜拜、爱过 提交于 2019-12-05 12:02:00

Just for the record.

The current stitching utility in open cv does not consider translation of the camera and only assumes that camera is rotated around its axis. So, basically it tries to create and project images on cylindrical or spherical canvas.

But in my case, I needed to consider the translation motion while predicting the camera transformation and this is not possible with the existing stitching utility of opencv.

All these observations are made based on the code walk-through of opencv code and through trials.

But, you are welcome to correct this information or to add more information so that this can be a useful future reference.

Regards

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!