How to remove candidates which are present on blood vessels?

1 回表示 (過去 30 日間)
Krishna Chaitanya
Krishna Chaitanya 2019 年 11 月 18 日
コメント済み: Krishna Chaitanya 2020 年 1 月 18 日
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
  3 件のコメント
Krishna Chaitanya
Krishna Chaitanya 2019 年 11 月 18 日
Can you please elaborate a little bit?
I'm new to matlab.
darova
darova 2019 年 11 月 18 日
KALYAN will provide. He is the best in this area

サインインしてコメントする。

採用された回答

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 Center および File ExchangeBiomedical Imaging についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by