Vein Detection in Angiogram image
Show older comments

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 Comments
Matthew Eicholtz
on 23 Mar 2016
What do you mean by "it is not clear"? Is this the result you get?

Explorer
on 24 Mar 2016
Accepted Answer
More Answers (1)
Image Analyst
on 24 Mar 2016
0 votes
Has that image already been through a Hessian or Frangi filter?
2 Comments
Explorer
on 28 Mar 2016
Image Analyst
on 28 Mar 2016
You should be able to find plenty of vessel tracking papers here: http://www.visionbib.com/bibliography/contentsmedical.html#Medical%20Applications,%20CAT,%20MRI,%20Ultrasound,%20Heart%20Models,%20Brain%20Models
Categories
Find more on Image Processing Toolbox in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!