how to remove unwanted region from binary image?

5 ビュー (過去 30 日間)
Ahmed Mehar
Ahmed Mehar 2015 年 8 月 4 日
コメント済み: Ahmed Mehar 2015 年 8 月 5 日
I'm working on a project.I am finding a technique to remove unwanted regions (small dots) from binary image. I have an image that includes object and some unwanted region. I want to remove it. Hence, I use some morphological operator example 'close' to remove. But it is not perfect. Along Original image and Expected Image in this post. Thanks in advance.

採用された回答

Walter Roberson
Walter Roberson 2015 年 8 月 4 日
Convert your image to black and white. filter out the small areas. Multiply the result by the original image (a plane at a time) to remove the unwanted locations by setting them to 0.
  1 件のコメント
Ahmed Mehar
Ahmed Mehar 2015 年 8 月 5 日
I already used this function but it's remove the text also.please help me to do this.

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

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeImage Processing Toolbox についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by