seam finding in image stitching

asked 2018-04-18 06:56:41 -0600

Mereth gravatar image

I am working with code from OpenCV's stitcher class and i got stuck on understanding how seam finder works.

In code, we can see that this algorithm only takes images, corners of images a empty masks

seam_finder_->find(images_warped_f, corners, masks_warped);

what i'd like to know is, that how does this algorithm finds seam in overlapped area? in those parameters we just give him overlapped images, but how does it finds this overlapped area of images and finds seam cut there

edit retag flag offensive close merge delete