How to fill the blank regions within blood vessels?

조회 수: 1 (최근 30일)
Krishna Chaitanya
Krishna Chaitanya 2019년 12월 1일
댓글: KALYAN ACHARJYA 2019년 12월 4일
output.jpg
Hello,
I am doing the blood vessel extraction of retinal eye fundus images and got an output as in figure above.But I can see some
gaps within the blood vessels which need to be filled(i.e, the black lines inside the white blood vessels).
Can anyone suggest me how to do this task.

채택된 답변

KALYAN ACHARJYA
KALYAN ACHARJYA 2019년 12월 1일
If I am not mistaken, I have answered this question some time back.
Steps:
  1. Invert (So that the target black pixels become tiny white regions)
  2. Morphological Operation (Erode the image with proper struturing element), so that all tiny white region within the vessels should be erode.
  3. Dilate by same structuring element to mainain the same in the others parts of the image
  4. Invert Back
Cheers :)
  댓글 수: 2
Krishna Chaitanya
Krishna Chaitanya 2019년 12월 4일
sorry i'm new to matlab which structuring element should i use for this task
KALYAN ACHARJYA
KALYAN ACHARJYA 2019년 12월 4일
Try with multiple types, see which are best fit in your case. May be
SE = strel('disk',r,n)

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

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Biomedical Imaging에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by