python main.py -i INPUT [-o OUTPUT] [-r RESIZE] [-h]
options:
-h, --help show this help message and exit
-i INPUT, --input INPUT
path to input directory
-o OUTPUT, --output OUTPUT
path to output directory
-r RESIZE (0|1), --resize RESIZE
enter 1 to resize lower resolution
|_ main.py
|_Step_By_Step.ipynb
|_ utils.py
|_ features.py
|_ stitch.py
|
|_ data - |
| |_ myhouse
| | |- 001.jpg
| | |- 002.jpg
| |_ BK
| | |- H1.jpg
| | |- H2.jpg
| | |- H3.jpg
| |.....etc.....
|_result -|
| |- myhouse.jpg
| |- BK.jpg
| |.....etc.....
`python main.py -i <input dir> -o <output dir> -r 1 `
`python main.py -i <input dir> -o <output dir> `
Stitching using BK example
Stitching using city example
Stitching using parking lot example
Stitching using building example
[1] https://www.mathworks.com/help/vision/examples/feature-based-panoramic-image-stitching.html
[2] https://www.pyimagesearch.com/2016/01/11/opencv-panorama-stitching/
[3] http://ppwwyyxx.com/2016/How-to-Write-a-Panorama-Stitcher/