Panorama:使用opencv和python3进行多幅图像全景拼接

时间:2024-05-26 22:13:25
【文件属性】:

文件名称:Panorama:使用opencv和python3进行多幅图像全景拼接

文件大小:26.43MB

文件格式:ZIP

更新时间:2024-05-26 22:13:25

opencv computer-vision python3 panorama image-stitching

全景图 该存储库包含多个图像拼接的实现。 高分辨率图像处理缓慢。 图像必须按从左到右的顺序提供,反之亦然。 演示->>> 要求 python3.7.1 的opencv3.4.2 或使用opencv-contrib-python,因为某些非免费功能不可用 pip install opencv-contrib-python==3.4.2.17 --force-reinstall 您将需要安装一些软件包: 麻木 matplotlib 项目结构: |_ main.py |_Step_By_Step.ipynb |_ utils.py |_ features.py |_ stitch.py | |_ data - | | |_ myhouse | | |- 001.jpg | | |- 002.jpg | |_ BK | | |


【文件预览】:
Panorama-master
----stitch.py(7KB)
----main.py(912B)
----utils.py(1KB)
----.pylintrc(392B)
----data()
--------building()
--------class()
--------city()
--------myhouse()
--------cafe()
----features.py(3KB)
----result()
--------BK.jpg(2.65MB)
--------Building.jpg(368KB)
--------myhouse.jpg(706KB)
--------city.jpg(2.77MB)
--------parkinglot.jpg(223KB)
----.gitignore(27B)
----README.md(2KB)
----Step_By_Step.ipynb(5.73MB)
----.flake8(308B)
----.pre-commit-config.yaml(2KB)

网友评论

  • 您好,请问程序开头,读取图片路径参数要怎么设置,为啥我总是显示错误