How to force stitching of very similar images

asked 2018-08-17 15:58:13 -0600

perracolabs gravatar image

updated 2018-08-18 00:31:45 -0600

What is the way to force stitching of very similar images? There are scenarios where similar images should get stitched, yet no matter the configuration it always fails. An example, lets imagine the target is the sea horizon, practically all images will look the same as the next one, but the Stitcher will always discard all the images no matter how low the Confidence Threshold is set.

image description

edit retag flag offensive close merge delete

Comments

i don't think, stitching will work here.

it's using keypoint matching under the hood, to find the corresponding image parts, and with a uniform blue sky at the top, and the waves at the bottom, it won't find any good ones.

berak gravatar imageberak ( 2018-08-18 01:54:08 -0600 )edit

Yes, I'm aware of this. I'm looking how to modify the stitcher code, to force it.

perracolabs gravatar imageperracolabs ( 2018-08-18 03:28:43 -0600 )edit