フィルターのクリア

What morphological operation should I apply to get a noise free image?

8 ビュー (過去 30 日間)
Sudipto Chaki
Sudipto Chaki 2018 年 10 月 25 日
回答済み: Vidhi Agarwal 2024 年 9 月 24 日 8:44
I need a specific morphological operation to reduce the noise fro the following figure.

回答 (1 件)

Vidhi Agarwal
Vidhi Agarwal 2024 年 9 月 24 日 8:44
To remove noise from given image, try using “Morphological Gradient”, or “Noise Filtering with Morphological Reconstruction”.
  • Morphological Gradient is the operation that is equal to the difference between dilation and erosion of an image.
  • Noise Filtering with Morphological Reconstruction: Morphological reconstruction can be used to filter out specific patterns of noise by reconstructing the image from a marker image.
Output after using “Morphological Gradient” for removing noise is given below:
Output after using “Noise Filtering with Morphological Reconstruction” for noise removal is given below:
For better understanding of “Morphological Gradient” and “Noise Filtering with Morphological Reconstruction” refer to the following documentation using this command:
  • web(fullfile(docroot,"help/images/morphological-dilation-and-erosion.html"))
Hope that helps!

Community Treasure Hunt

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

Start Hunting!

Translated by