Skip to content

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

Notifications You must be signed in to change notification settings

CodingMonkey12/ImageStitching

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages