Effacer les filtres
Effacer les filtres

Overlaying a partially transparent binary over an RGB image?

3 vues (au cours des 30 derniers jours)
Caleb
Caleb le 6 Août 2012
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 commentaire
Jan
Jan le 19 Août 2012
It depends on what you are doing. Please post, what "overlay a binary mask" means as Matlab code.

Connectez-vous pour commenter.

Réponse acceptée

Image Analyst
Image Analyst le 19 Août 2012
See the example given by the leader of the Image Processing team:
  1 commentaire
Caleb
Caleb le 20 Août 2012
This is the blog to which I referred to find the solution.

Connectez-vous pour commenter.

Plus de réponses (1)

Walter Roberson
Walter Roberson le 19 Août 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.

Community Treasure Hunt

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

Start Hunting!

Translated by