How to overlay binary mask over a gray scale image with controlled transparency
7 ビュー (過去 30 日間)
古いコメントを表示
I have some cellular image, I generated a binary mask based on the time lapse result. Now I want to "burn" the mask to the original grey scale image with transparency so that I can check if the mask makes sense. The original image is a double precison, I used imoverlay(nomalize(A,'range'), Mask, [0.3 1 0.3]). My issue is that I cannot see anything underneath the mask. I there any way to make the maks transparent? Thanks.

0 件のコメント
回答 (1 件)
Ameer Hamza
2020 年 5 月 6 日
編集済み: Ameer Hamza
2020 年 5 月 6 日
See the example in this newsletter to see how to overlay image with transparency: https://www.mathworks.com/company/newsletters/articles/image-overlay-using-transparency.html
Or see Jan's answer here to fuse two images with transparency: https://www.mathworks.com/matlabcentral/answers/348438-controlling-the-transparency-of-the-overlay-image
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Image Processing Toolbox についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!