overlay to image matrix together
Afficher commentaires plus anciens
I want to overlay two images (in resultant image I want to see details of both images.) any one can help me?
1 commentaire
Jan
le 12 Sep 2013
Please avoid posting multiple thread containing the same questions, see http://www.mathworks.com/matlabcentral/answers/87007-overlay-two-image-matrix-together. Now both threads contains answers and the confusion level is increased without any need.
Réponse acceptée
Plus de réponses (2)
Laurent
le 12 Sep 2013
It depends a lot on your images and what you exactly want, but did you try to just sum them?
overlay_im=image1+image2;
If this is not what you need, please elaborate more on what you would like to achieve.
2 commentaires
mahesh chathuranga
le 12 Sep 2013
Ah, assuming that your images are binary images you could do:
overlay_im=image1|image2;
Steve Eddins
le 12 Sep 2013
0 votes
Image Analyst's answer to use imfuse is good. To use imfuse, you have to have the Image Processing Toolbox with version R2012a or later.
1 commentaire
mahesh chathuranga
le 13 Sep 2013
Catégories
En savoir plus sur Images 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!