Borrar filtros
Borrar filtros

help me on image blending ??

1 visualización (últimos 30 días)
shishir
shishir el 25 de Oct. de 2013
Comentada: shishir el 27 de Oct. de 2013
i have stitch the images together . now i want them to be blended . please suggest me methods to get the image blended ..

Respuestas (1)

David Sanchez
David Sanchez el 25 de Oct. de 2013
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 comentarios
Image Analyst
Image Analyst el 27 de Oct. de 2013
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 el 27 de Oct. de 2013
i want to blend images like ..
now how do i remove the intensity diff from the image ..

Iniciar sesión para comentar.

Community Treasure Hunt

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

Start Hunting!

Translated by