How to make a grayscale image semi transparent?
4 ビュー (過去 30 日間)
古いコメントを表示
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 件のコメント
採用された回答
Walter Roberson
2011 年 7 月 14 日
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
その他の回答 (1 件)
nishant
2012 年 6 月 20 日
thanks a lol. it works and its musch simpler than what I was trying to do.
0 件のコメント
参考
製品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!