Remove Noise from Image

2 次查看(过去 30 天)
Zaheer Abbas
Zaheer Abbas 2017-3-11
评论: Li Sun 2017-10-23
I have this RGB image.
I cropped the image into 4 equal size and then When I convert these images to binary images using im2bw. I get noisy image.
I have applied different filters but none of them worked. Can anyone suggest which filter or pre-processing technique should I use?

回答(1 个)

Image Analyst
Image Analyst 2017-3-11
Try using a tophat or bottomhat filter, imtophat() or imbothat(). Or else use adapthisteq().
  1 个评论
Li Sun
Li Sun 2017-10-23
to add to what he has said, try to convert your RGB to LAB format, then do it on the L layer, then convert back to RGB. BTW, were you able to get good result without cropping the image?

请先登录,再进行评论。

类别

Help CenterFile Exchange 中查找有关 Convert Image Type 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by