How can I segment micro aneurysms and hemorrhages from fundus images in case of diabetic retinopathy based on thresholding?Please suggest me threshold to segment this.Thanks in advance

5 Ansichten (letzte 30 Tage)
In this image the dark lesions has to be segmented only which excludes retinal blood vessels .
  4 Kommentare
Star Strider
Star Strider am 14 Mär. 2018
There aren’t any microaneurysms in that image. There are only hemorrhages and exudates (infarcts).

Melden Sie sich an, um zu kommentieren.

Antworten (1)

Image Analyst
Image Analyst am 14 Mär. 2018
Thresholding alone is most likely no good unless there is substantial pre- and post-processing.
binaryImage = rgbImage(:,:,3) < someValue;
See how people have done it successfully here in published papers: Retina Image Processing
  18 Kommentare
Image Analyst
Image Analyst am 17 Mär. 2018
I already gave my answer for that above. Perhaps you overlooked it so here it is again:
See how people have done it successfully here in published papers: Retina Image Processing
So pick one and code it up. Or ask the authors if you can get (free or buy) their code. But I don't have the code myself.

Melden Sie sich an, um zu kommentieren.

Community Treasure Hunt

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

Start Hunting!

Translated by