フィルターのクリア

How to remove noise in binary image

3 ビュー (過去 30 日間)
Adisorn Phanukthong
Adisorn Phanukthong 2017 年 2 月 22 日
I want to know about remove noise

回答 (1 件)

Image Analyst
Image Analyst 2017 年 2 月 22 日
There are functions bwareaopen() and bwareafilt() that could help filter based on size. If you have other characteristics that define noise, like shape or whatever, then use bwpropfilt(). You might also look at bwmorph() and options such as 'clean'. Or you could smooth boundaries with things like conv2() or imclose() if jagged boundaries are what you call noise. It just depends on what you call noise, and we don't know because you forgot to include your image.
  1 件のコメント
Adisorn Phanukthong
Adisorn Phanukthong 2017 年 2 月 22 日
i use this function but remaining little white area. Do you have any more functions.

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

Community Treasure Hunt

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

Start Hunting!

Translated by