Kanika
Followers: 0 Following: 0
Feeds
질문
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 ...
거의 2년 전 | 답변 수: 2 | 0