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
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
shishir 2013년 10월 26일
But sir .. how can we blend 2 images just by adding them ... Will u please further clarify ....
Image Analyst
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
shishir 2013년 10월 27일
i want to blend images like ..
now how do i remove the intensity diff from the image ..

댓글을 달려면 로그인하십시오.

질문:

2013년 10월 25일

댓글:

2013년 10월 27일

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by