How to Automatically remove noise using Image historgram based?

2 ビュー (過去 30 日間)
voxey
voxey 2019 年 7 月 23 日
編集済み: Image Analyst 2019 年 7 月 29 日
How to Automatically remove noise using Image historgram based?
  2 件のコメント
KALYAN ACHARJYA
KALYAN ACHARJYA 2019 年 7 月 23 日
編集済み: KALYAN ACHARJYA 2019 年 7 月 23 日
Can you elaborate the question with sample image?
voxey
voxey 2019 年 7 月 23 日
編集済み: Image Analyst 2019 年 7 月 23 日
Check this image. From this image, can we automatically remove noise?

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

採用された回答

Image Analyst
Image Analyst 2019 年 7 月 23 日
I don't believe so, at least not via a global operation, since the noise is likely very close to the local means. So you can't just look at the histogram and say all bright stuff is noise. Perhaps you can use a scanning method where you're looking at the histogram just in a local area and looking for outliers, like a sigma filter or something. There are some very good noise filters out there. For example, you might want to check out imnlmfilt() to do a non-local means noise reduction.
  2 件のコメント
KALYAN ACHARJYA
KALYAN ACHARJYA 2019 年 7 月 24 日
編集済み: KALYAN ACHARJYA 2019 年 7 月 24 日
Yes sir, but how do we distinct between noise and information in such images?
Image Analyst
Image Analyst 2019 年 7 月 29 日
編集済み: Image Analyst 2019 年 7 月 29 日
The filter makes that distinction, like the median filter assumes that the "signal" will be the median of values in the scanning window. If you have your own knowledge of what is signal and what is noise (even if it's probability distributions), then you can design a custom filter to take that into account.
I'm sure there are probably CT-specific papers on noise removal in medical images here in vision bibliography

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

その他の回答 (1 件)

Ranjith veeran
Ranjith veeran 2019 年 7 月 23 日
  1 件のコメント
voxey
voxey 2019 年 7 月 29 日
Ranjith, i am asking auto noise removal? your answer not related to my question ?

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

製品


リリース

R2017b

Community Treasure Hunt

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

Start Hunting!

Translated by