Overlaying a partially transparent binary over an RGB image?

2 ビュー (過去 30 日間)
Caleb
Caleb 2012 年 8 月 6 日
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 件のコメント
Jan
Jan 2012 年 8 月 19 日
It depends on what you are doing. Please post, what "overlay a binary mask" means as Matlab code.

サインインしてコメントする。

採用された回答

Image Analyst
Image Analyst 2012 年 8 月 19 日
See the example given by the leader of the Image Processing team:
  1 件のコメント
Caleb
Caleb 2012 年 8 月 20 日
This is the blog to which I referred to find the solution.

サインインしてコメントする。

その他の回答 (1 件)

Walter Roberson
Walter Roberson 2012 年 8 月 19 日
If you are creating an image object, such as by image() or imagesc() or imshow(), then set the AlphaData property of the overlay image.

カテゴリ

Help Center および File ExchangeDisplay Image についてさらに検索

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by