gpt4 book ai didi

python - 如何使用带有 Stitcher 类的 opencv python 从无人机拼接图像

转载 作者:太空宇宙 更新时间:2023-11-03 22:50:28 27 4
gpt4 key购买 nike

我在 OpenCV Python 中搜索 Stitcher 类,它可以帮助我拼接从无人机收集的图像。我正在按照此链接中显示的方法进行操作 How to use OpenCV Stitcher class with Python?不幸的是,这在 OpenCV 3.1 和 Python 2.7 中引发了一些错误。我没有找到任何适合此功能的 Opencv 文档。谁能帮我解决这个问题。如果有人能够使用 python 解释 stitcher 类,将不胜感激。` 导入 cv2

stitcher = cv2.createStitcher(False)
foo = cv2.imread("Image1")
bar = cv2.imread("Image2")
result = stitcher.stitch((Image1,Image2))

cv2.imshow("stitch_image",result)

最佳答案

基于 this other answer ,我相信您需要执行以下操作:

cv2.imshow("stitch_image",result[1])

关于python - 如何使用带有 Stitcher 类的 opencv python 从无人机拼接图像,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/38914916/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com