How to blend image?
Afficher commentaires plus anciens
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.
Réponses (1)
Image Analyst
le 6 Sep 2013
0 votes
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.
Catégories
En savoir plus sur Image Arithmetic dans Centre d'aide et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!