How to make a grayscale image semi transparent?
5 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
I have two grayscale images in which one of them is registered to the other.
How can I make the mapping image semitransparent and overlay it on the registered image?
Note both pictures are gray scale.
Thanks, Shayan
0 commentaires
Réponse acceptée
Walter Roberson
le 14 Juil 2011
Both image() and imagesc() construct objects of class "image"; "image" objects have an AlphaData property. You can either set() that property after the return from image() or imagesc(), or you can pass a name/value pair for AlphaData as part of the image() or imagesc() call
Plus de réponses (1)
nishant
le 20 Juin 2012
thanks a lol. it works and its musch simpler than what I was trying to do.
0 commentaires
Voir également
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!