Code covered by the BSD License  

Highlights from
Retinal Blood Vessel Extraction

5.0

5.0 | 3 ratings Rate this file 85 Downloads (last 30 days) File Size: 32.27 KB File ID: #24990
image thumbnail

Retinal Blood Vessel Extraction

by Athi

 

11 Aug 2009 (Updated 07 Jun 2011)

Extracts blood vessels from a retina image using Kirsch's Templates

| Watch this File

File Information
Description

This program extracts blood vessels from a retina image using Kirsch's Templates. Filtering of the input retina image is done with the Kirsch's Templates in different orientations. The threshold used in the program, can be varied to fine tune the output blood vessel extracted image.

Required Products Image Processing Toolbox
MATLAB release MATLAB 6.5 (R13)
Tags for This File  
Everyone's Tags
Tags I've Applied
Add New Tags Please login to tag files.
Comments and Ratings (10)
12 Aug 2009 Christopher

Its an excellent program.

01 Sep 2009 Ashok Kumar

NICE JOB.

By Ashok

www.zebrosindia.com

10 Nov 2009 Cippo Lippo

To speed the program up you should not use the for loops in VesselExtract.m:60-68

You can easily vectorise the code with:
    bloodVessels = max(t1,t2);
    bloodVessels = max(bloodVessels,t3);
    bloodVessels = max(bloodVessels,t4);
    bloodVessels = max(bloodVessels,t5);
    bloodVessels = max(bloodVessels,t6);
    bloodVessels = max(bloodVessels,t7);
    bloodVessels = max(bloodVessels,t8);

16 Feb 2010 greeshma haridasan

sir,
am working on retinal images . first i need to remove the optic disc from my image and then find the region of lesions..i worked on many methods but doesnt seem to get what i want.so please help me out..
http://www.flickr.com/photos/47530846@N05/4359521023/
the above is the kind of image am working on.. desperately in need of help!!!!!

thanks in advance!! :)

26 Feb 2010 Ahmed Ghorab

I need your help in fiding a code for optic disc extraction and to claculate the ODR.

30 Nov 2010 pankaj badoni

the same thing could have been achieved with the help of canny edge and then giving the threshold values as input.

05 Mar 2011 Purnima Manke

sir,
i have taken retinal blood vessel extraction as ma project using median filter and gaussian filter too. i wul lyk to know hoe to implement them in our project,

29 Jun 2011 Nima Azar

I'm very to matlab. I would like to test this program, can you tell me how I need to run this?

Thanks.

18 Aug 2011 Mahdi

hi all.thanks for code but this code is weak and it cant find all vessels in the image. you can use morphological operator and curvelet transform for improving results.

06 Jan 2012 Jamuna  
Please login to add a comment or rating.
Updates
07 Jun 2011

Author Info Updated.

Tag Activity for this File
Tag Applied By Date/Time
image processing Athi 11 Aug 2009 11:44:28
medical imaging Athi 11 Aug 2009 11:44:28
retina Athi 11 Aug 2009 11:44:28
blood vessel Athi 11 Aug 2009 11:44:28
kirsch Athi 11 Aug 2009 11:44:28
fun Athi 12 Aug 2009 09:05:39
blood vessel Purnima Manke 05 Mar 2011 10:41:00
blood vessel Luigi D'Amico 18 Jun 2011 01:56:17
blood vessel Mahdi 18 Aug 2011 22:01:32
fun Mahdi 18 Aug 2011 22:01:37

Contact us at files@mathworks.com