how to make a particular region to appear white in color

1 回表示 (過去 30 日間)
vidya
vidya 2013 年 12 月 17 日
回答済み: Image Analyst 2013 年 12 月 17 日
hello I am creating a image mask of a retina image. i want a particular region to be white in color ..is it possible to do ? how can i do it? i want the region inside the ring to be white in color. to get this image i have applied morphology and canny edge detection

採用された回答

Image Analyst
Image Analyst 2013 年 12 月 17 日
binaryImage = imfill(binaryImage, 'holes');

その他の回答 (0 件)

Community Treasure Hunt

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

Start Hunting!

Translated by