ImageStitching icon indicating copy to clipboard operation
ImageStitching copied to clipboard

支持多张图片进行图像拼接 It can use more than two pictures to make a panorama.

Panorama by using Image Stitching

This code is based on Python+opencv 图像拼接, and has changed some codes to improve it.

Especially, it can use more than two pictures to make a panorama.

There is annotation in the file.

Requirements

  • Python 3.9
  • Numpy 1.20.3
  • OpenCV 4.5.5.64
  • matplotlib 3.4.3
  • tqdm 4.62.3

To Run

You can find the file ImageStitching.py and run it.

One of Examples

Inputs

A1 A2
A3 A4

Output

panorama

Also, there are some pictures of the intermediate processing.

For example:

panorama_processing_1