How to remove candidates which are present on blood vessels?

1 次查看(过去 30 天)
Hello,
I am trying to remove pixels which are present on the blood vessels.I have two images ,one is the candidates image and the blood vessels image.I have studied that candidates won't occur on blood vessels.So, i have to eliminate the candidates which are present on blood vessels and get the output image.Can anyone help me with this? seg40.jpg
This is the bood vessel image and the candidate image is below as
output.jpg
I want to remove white dots on candidate image which are present on blood vessels in blood vessels image.
Thank you

采纳的回答

KALYAN ACHARJYA
KALYAN ACHARJYA 2019-11-18
编辑:KALYAN ACHARJYA 2019-11-18
"I have two images ,one is the candidates image and the blood vessels image.I have studied that candidates won't occur on blood vessels.So, i have to eliminate the candidates which are present on blood vessels and get the output image"
Use appropriate logical Operations, for example
result=bloodvessels_image & ~candidate_image
  9 个评论
KALYAN ACHARJYA
KALYAN ACHARJYA 2019-11-18
编辑:KALYAN ACHARJYA 2019-11-18
First one is much simpler solution. Anyway the problem is resoved with second answer.
You already apply the segmentation on the image, then why region growing?
Is it for vessels extraction for CAD diabetic retinopathy monitoring system?
Krishna Chaitanya
Krishna Chaitanya 2020-1-18
The size and shape of detected MA candidates do not represent the true Microaneurysms hence,region growing should be used.
Yes,It is for CAD diabetic retinopathy monitoring system.

请先登录,再进行评论。

更多回答(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