Azzera filtri
Azzera filtri

Vein Detection in Angiogram image

4 visualizzazioni (ultimi 30 giorni)
Explorer
Explorer il 23 Mar 2016
Commentato: Image Analyst il 28 Mar 2016
There are veins in above image. I need to find out the location of pixels at which veins are present.
I tried to do this:
img=imread('segmented plus orignal image 1\aa00001.jpg');
bi=im2bw(img); imshow(bi)
But still, it is not clear.
  2 Commenti
Matthew Eicholtz
Matthew Eicholtz il 23 Mar 2016
What do you mean by "it is not clear"? Is this the result you get?
Explorer
Explorer il 24 Mar 2016
Yes, I am getting this result. I want to remove other things. Only veins should be there.

Accedi per commentare.

Risposta accettata

Matthew Eicholtz
Matthew Eicholtz il 23 Mar 2016
You may want to try edge detection followed by some image morphological operations (e.g. dilation, erosion) and region flood-filling.
Also, if your results from im2bw are as depicted in the comment above, the bwareaopen function may be helpful.

Più risposte (1)

Image Analyst
Image Analyst il 24 Mar 2016
Has that image already been through a Hessian or Frangi filter?

Community Treasure Hunt

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

Start Hunting!

Translated by