how to overlay segmented area's in color over grayscale image?
    3 visualizzazioni (ultimi 30 giorni)
  
       Mostra commenti meno recenti
    
Hi , I have a grayscale image for which I need to do some segmentation and find cells. after which I need to show the segmented cells on top of the original image . but I need the perimeter of the cells to be in color and indexed so I can see how many cells I found.
I have done the segmentation and found the perimeters of the cells but how do I show them on top of the original image?
I got confused with the alphadata property and all other options.. thank you
0 Commenti
Risposte (2)
  Image Analyst
      
      
 il 29 Mag 2014
        It's described in Steve's blog: http://blogs.mathworks.com/steve/2009/02/18/image-overlay-using-transparency/
1 Commento
  Image Analyst
      
      
 il 29 Mag 2014
				If you just need the perimeters, use bwboundaries(), and then turn "hold on" and then use plot() to plot the outlines/boundaries/perimeters.
Vedere anche
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!


