help me on image blending ??
Afficher commentaires plus anciens
i have stitch the images together . now i want them to be blended . please suggest me methods to get the image blended ..
Réponses (1)
David Sanchez
le 25 Oct 2013
0 votes
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 commentaires
shishir
le 26 Oct 2013
Image Analyst
le 27 Oct 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
le 27 Oct 2013
Catégories
En savoir plus sur Image Arithmetic dans Centre d'aide et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
