OpenStitching / stitching

A Python package for fast and robust Image Stitching
Apache License 2.0
2.01k stars 157 forks source link

Stitching long jump frames #34

Closed sharun-s closed 1 year ago

sharun-s commented 1 year ago

I am trying to create a single image that shows different stages of the jump

start-28 3 start-34 0 start-36 4 Is it possible to do it with this tool?

lukasalexanderweber commented 1 year ago

The first result with default settings looks quite promising:

result

sharun-s commented 1 year ago

Thats awesome...but when I tried with default settings I just got the athlete in the first image but missing from the other but the entire background is captured quite well. Using just the cli version - python3 stitch.py 1.png 2.png ... 10.png --output out.png I got - result

Do I need to add some other options? Does order of images matter? Thanks a lot!

sharun-s commented 1 year ago

I just realized I needed to crop the right side of all the images(too much unnecessary data there) to control the size of the overlaps between consecutive images. Now things are looking much better. This is such a cool tool. Thanks a lot!