how to overlay segmented area's in color over grayscale image?

1 回表示 (過去 30 日間)
Vinny
Vinny 2014 年 5 月 29 日
コメント済み: Image Analyst 2014 年 5 月 29 日
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

回答 (2 件)

Image Analyst
Image Analyst 2014 年 5 月 29 日
  1 件のコメント
Image Analyst
Image Analyst 2014 年 5 月 29 日
If you just need the perimeters, use bwboundaries(), and then turn "hold on" and then use plot() to plot the outlines/boundaries/perimeters.

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


Matt J
Matt J 2014 年 5 月 29 日

Community Treasure Hunt

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

Start Hunting!

Translated by