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 views (last 30 days)
In this image the dark lesions has to be segmented only which excludes retinal blood vessels .
  4 Comments

Sign in to comment.

Answers (1)

Image Analyst
Image Analyst on 14 Mar 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 Comments
Image Analyst
Image Analyst on 17 Mar 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.

Sign in to comment.

Community Treasure Hunt

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

Start Hunting!