How can you distribute the color intensity of two images using its gradients?

Posted by Jeppy-man on Stack Overflow See other posts from Stack Overflow or by Jeppy-man
Published on 2011-01-05T14:31:45Z Indexed on 2011/01/05 15:54 UTC
Read the original article Hit count: 134

Hello everyone... I am working on an automatic image stitching algorithm using MATLAB. So far, I have downloaded a source code much like the one that I had in mind and so, I'm currently studying how the code work.

The problem is, when stitching two or more images together, their color intensity will most probably be different from each other so the stitched seams will be visible to the eye... So, right now, I'm trying to find out how to redistribute their color intensity using the images gradients so that the whole stitched image will have the same color intensity.

I hope someone can help me out there and if so, thank you very much...

© Stack Overflow or respective owner

Related posts about algorithm

Related posts about matlab