Stitching 2 images in opencv

前端 未结 1 1654
没有蜡笔的小新
没有蜡笔的小新 2020-12-16 02:54

I\'m trying to stitch 2 images just for start for panography. I\"ve already found keypoints, found homography using RANSAC but I can\'t figure out how to align these 2 image

相关标签:
1条回答
  • 2020-12-16 03:23

    You create a new larger image of the correct combined size, then make ROIs of the size of the existing images in the positions you want them in the final image and copy the existing images to the ROIs.

    0 讨论(0)
提交回复
热议问题