How to count exudates in retina binary image?
이전 댓글 표시
I 've got the following retina images, after implementing LAB and applying segmentation, I've got a binary image. The white is the exudates and I need to count each of them. Can you help me with code to count them accurately without including the borders and extra pixels.

댓글 수: 3
Ashish Uthama
2013년 8월 8일
What is an exudate in the image? Is each pixel considered an exudate? What do you consider as a 'border or extra pixel'? More detail might help you get a useful answer.
Valeska Pearson
2013년 8월 8일
Valeska Pearson
2013년 8월 8일
답변 (1개)
Image Analyst
2013년 8월 9일
0 개 추천
I think you need to call imfill() to make them solid - it looks like all you have are the edge outlines. Then call regionprops(). See my image segmentation tutorial in my File Exchange if you want an example.
댓글 수: 3
Valeska Pearson
2013년 8월 10일
Valeska Pearson
2013년 8월 10일
Image Analyst
2013년 8월 10일
I never heard of kasa, and the link just shows an image and a histogram. regionprops() will give you the EquivDiameter and the Centroid which is all you need if you want to get the circle fit. Then just use rectangle() or plot() to put up the circle in the overlay over your image.
카테고리
도움말 센터 및 File Exchange에서 ROI-Based Processing에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!