フィルターのクリア

how can fill gaps in binary image?

1 回表示 (過去 30 日間)
Abo
Abo 2014 年 12 月 24 日
コメント済み: Image Analyst 2014 年 12 月 24 日
how can I fill gaps (red)in this binary image? I've used this method but I dont know how can fill gaps here!!

採用された回答

Image Analyst
Image Analyst 2014 年 12 月 24 日
What do you want to fill the gap with? A uniform color, like white? If so...
grayImage(row1:row2, col1:col2) = 255;
  2 件のコメント
Abo
Abo 2014 年 12 月 24 日
thank you for your answer. yes, uniform color (white), but I dont know how can I use 'grayImage(row1:row2, col1:col2) = 255;' in the mentioned demo?
Image Analyst
Image Analyst 2014 年 12 月 24 日
What is the name of your image variable? Replace my "grayImage" with your variable name. What rows and columns do you need replacing? Just assign them to row1, row2, col1, and col2.

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

その他の回答 (0 件)

Community Treasure Hunt

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

Start Hunting!

Translated by