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!