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!