Open mcranium opened 1 year ago
Could you follow the tutorial with affine settings to find out where the problem is with the vertical images? If it's already in the feature detection / matching or later during warping. In homography mode you can set wave_correct_kind
to vert
as input that images are vertical, but we don't do wave correction for affine images.
I suggest you rotate the images by yourself or dig deeper on why it fails and how it could be resolved (you would probably need to check in OpenCV itself rather than this wrapper)
Additionally I noticed that the order of the vertical images is wrong (or is it?). While order shouldn't be an issue it might also be worth investigating
Maybe this is fixed now? See #244
@mcranium Can you test this again and see if #244 helped?
Dear developers,
thank you for this very useful tool! I will definitively use it a lot for my projects.
I just ran into an issue when trying to assemble an affine panorama that is not horizontal but vertical (i.e. the numebr of rows is bigger than the number of columns). This can be reproduced with the following images.
The horizontal panorama worksusing this command:
With the same images rotated 90 degrees I get the following error message after a long computation time:
I think it would be great if this inconvenience could be solved, maybe even in a way that would allow the program to rotate all images in steps of 90 degrees, if doing so without fails.
Best wishes, Mario