LungHuiWu / Image-Stitching

Image Stitching

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Image Stitching

Execution

cd code

python main.py --threshold --image_path --center

Example:

python main.py --threshold 5 --image_path MountainView --center 3

For this example, the DoG(Difference of Gaussian) algorithm takes 5 as its threshold.

It computes all images in the folder "MountainView", in which all images are ordered by their file names.

This folder contains 6 images, the --center argument take the third image as the target coordinate space.

Demo

Input Data

DSC02958DSC02959DSC02960DSC02961DSC02962DSC02963

Output Panorama

result

About

Image Stitching


Languages

Language:Python 100.0%