How to force stitching of very similar images
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.
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.
Yes, I'm aware of this. I'm looking how to modify the stitcher code, to force it.