I want to colour certain features(exudates) in retinal image.How could I do it ?please give me code or keyword that will be applicable for R2009a matlab.

1 view (last 30 days)
I need to detect exudates from retinal images. I have detected exudates but I want to represent exudates and optic disc with distinct colors. Can someone give a matlab code for this?

Answers (1)

Image Analyst
Image Analyst on 1 Mar 2014
Use the function label2rgb() in the Image Processing Toolbox. First you label individual components with bwlabel() or bwconncomp() and then call label2rgb() with the colormap of your choice.

Community Treasure Hunt

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

Start Hunting!