필터 지우기
필터 지우기

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