Ask Your Question

cnichols's profile - activity

2013-03-07 15:07:18 -0600 received badge  Editor (source)
2013-03-07 14:52:41 -0600 asked a question Using stitcher on rotated images?

Hi there,

I have a set of images with a lot of overlap. When I overlay them "by hand" (detect and match features, findHomography, warpPerspective, overlay), the images combine nicely, but the seams are visible and the pieces are not color-matched. I'm looking for a method blend the seams and perform color-matching using OpenCV. Using the default settings on the Stitcher class and calling stitcher.Stitch() with my images creates some very funky results... I think this is because the default Stitcher can't handle rotation... ? At any rate, the resulting panorama comes out quite warped, if the function completes at all.

Any tips on classes/settings to either A) deal with just the seams/color, or B) get the stitcher to play nice with my rotated images?

Thanks, Colin