help me on image blending ??
이전 댓글 표시
i have stitch the images together . now i want them to be blended . please suggest me methods to get the image blended ..
답변 (1개)
David Sanchez
2013년 10월 25일
0 개 추천
If both images have the same size, you can add one into the other:
I1 = image_1; I2 = image_2;
I_blended = I1 + I2;
댓글 수: 3
shishir
2013년 10월 26일
Image Analyst
2013년 10월 27일
I think David will ask you the same thing . Assuming you cast the images to floating point, and display with imshow(I_blended, []), what's wrong with his code?
shishir
2013년 10월 27일
카테고리
도움말 센터 및 File Exchange에서 Image Arithmetic에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
