How to remove vertical line noise from binary image

조회 수: 6 (최근 30일)
Sourya Saha
Sourya Saha 2021년 2월 23일
편집: KALYAN ACHARJYA 2021년 2월 23일
I have the following binary image of an ear. I want to remove the vertical noisy lines from the left part of the image so that i get just the outline of the ear. I seem to fail to find a required filter which can do my job. I would be really obliged if I could get the answer to my question.
  댓글 수: 2
KALYAN ACHARJYA
KALYAN ACHARJYA 2021년 2월 23일
편집: KALYAN ACHARJYA 2021년 2월 23일
"vertical noisy lines
Can you clarify more, please be specific, Maths defination would be much better?
Sourya Saha
Sourya Saha 2021년 2월 23일
I need the outline of the ear image above and not the noise on the left portion of the image. Since the image is huge, you may have to scroll left to right to see the image. I only need to extract the ear portion of the image. What do i do? Also, the technique should be a generalized one so that I can apply it to any such binary image of an ear

댓글을 달려면 로그인하십시오.

채택된 답변

KALYAN ACHARJYA
KALYAN ACHARJYA 2021년 2월 23일
result=bwareafilt(bwImage,2);
imshow(result);
  댓글 수: 4
KALYAN ACHARJYA
KALYAN ACHARJYA 2021년 2월 23일
편집: KALYAN ACHARJYA 2021년 2월 23일
Try with more values, not 2, you may require to perform other morpho operations before applying bwareafilt.
Or do the edge detection more accurately, so that ROIs can be extracted easily.
Sourya Saha
Sourya Saha 2021년 2월 23일
Thank you so much

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

Community Treasure Hunt

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

Start Hunting!

Translated by