stitching microscope images of a microchip
So, I'm trying to stitch images taken by a microscope of a microchip, but it's very hard to have all the features aligned. I already have a 50% overlap between two adjacent images, but even with that, it's not always a good fit. I'm using SURF with OpenCV to extract the keypoints and find the homographic matrix. But still, it's far from being an acceptable result. My objective is to be able to stitch perfectly 2x2 images, so this way, I can repeat that process recursively until I have the final image. Do you have any suggestion ? A nice algorithm to approach this problem. Or maybe a way to