cigdemturan / bloodVesselSegmentation

This is a code for blood vessel segmentation and tracking the blood vessels to measure the diameters. Only low-level image processing techniques are used.
GNU General Public License v3.0
6 stars 9 forks source link

Working with Fundus Image #1

Open ArbindaKarki opened 6 years ago

ArbindaKarki commented 6 years ago

Would it possible to guide where the codes need to be edited so that it would work with DRIVE Dataset Fundus image?

https://www.isi.uu.nl/Research/Databases/DRIVE/

Thank you

cigdemturan commented 6 years ago

Please check the function named "ct_segmentationImg" to adjust the segmentation of the vessels. The segmentation in this code applied to specific to the image in the folder. The segmentation is a more complex problem than applied here and you may require a more complicated algorithm to segment the vessels than the method with only low-level image processing.