How to blend image?
显示 更早的评论
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.
回答(1 个)
Image Analyst
2013-9-6
0 个投票
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.
类别
在 帮助中心 和 File Exchange 中查找有关 Image Arithmetic 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!