Overlaying a partially transparent binary over an RGB image?
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
As the title suggests, I'm trying to overlay a binary mask over an RGB image to verify segmentation. How do I make the binary mask partially transparent so that I can see what's underneath?
Thank you.
1 Kommentar
Jan
am 19 Aug. 2012
It depends on what you are doing. Please post, what "overlay a binary mask" means as Matlab code.
Akzeptierte Antwort
Weitere Antworten (1)
Walter Roberson
am 19 Aug. 2012
If you are creating an image object, such as by image() or imagesc() or imshow(), then set the AlphaData property of the overlay image.
0 Kommentare
Siehe auch
Kategorien
Mehr zu Image Processing Toolbox finden Sie in Help Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!