photo

Kanika


Last seen: 1 year ago Active since 2023

Followers: 0   Following: 0

Statistics

Feeds

View by

Question


I have used following code to segment a fundus image but the results are not very clear. The test4.jpeg fill is the original fundus images that I have used .please help
I = imread(test4.jpeg); L = I(:,:,2); ig = adapthisteq(L,'Numtiles',[100 10],'ClipLimit',0.005); ig1 = imcomplement(ig); se ...

1 year ago | 2 answers | 0

2

answers