What is wrong with the following two images as I can't get them to stitch?
1: https://i.imgur.com/6rSTC9k.png
2: https://i.imgur.com/OFIVK60.png
When I use the default binary provided by the opencv upon compilation, the program hangs forever and keeps on consuming memory until it freezes my system and I end up forcing a shutdown and restart. Can somebody tell me why this is happening?
EDIT: I figured out the line which is freezing my application.
File: https://github.com/opencv/opencv/blob...
compensator->feed(corners, images_warped, masks_warped);
What does this line do?
Maybe, maybe not related to your issue but you don't have enough overlapping. Recommended is to use 1/3 of image overlapping (similar to panorama image stitching).
If you pay close attention there is almost 80% overlap between images.
Indeed, forget my comment.