Ältere Kommentare anzeigen
I want to plot a certain region in color on top of another gray scale image. Is there a way in matlab to make certain pixels in an image transparent?
Antworten (2)
Walter Roberson
am 10 Feb. 2012
0 Stimmen
For objects of type image, you can set() the AlphaData property to an array the same height and width as the image, with 0 being fully transparent and 1 being fully opaque.
Image Analyst
am 10 Feb. 2012
0 Stimmen
Kategorien
Mehr zu Image Arithmetic finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!