Skip to content

firewings2515/Image_stitching_Python

 
 

Repository files navigation

Image_stitching_Python

Usage

$ python ImageStitching.py --path=./Image/file3.txt --win_size=60
    <--path = string> 
    <--win_size = int> 
    <--max_iters = int> # ransac iterators
    <--epsilon = float> # ransac epsilon 
    <--draw = bool> # draw corner
    <--fromMid = bool> # Stitching from mid  
 # example
$ python ImageStitching.py --path=./Image/file3.txt --win_size=60

The record image will output in source path. 
There are four file. 
1. leftpano.jpg: left side of image stitching
2. rightpano.jpg: right side of image stitching
3. matches.jpg: feature matching of two side pano
4. pano.jpg: final result image

About

Image_stitching_Python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 100.0%