How to blend image?

7 views (last 30 days)
ARUN Patel
ARUN Patel on 6 Sep 2013
I am doing image stitching. I am able to stitch images. Now I want to blend the image for color smoothing/ color equalization/ smooth transition from one image to other image in the stitched image.
Any suggestion or help is appreciated.
Thanks in advance.

Answers (1)

Image Analyst
Image Analyst on 6 Sep 2013
You can use conv2() to blur the edge zone of the stitched pair, or you can stitch with a weighted average so that each edge has a ramp where it goes from full strength to zero.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!