This document compares different segmentation techniques for detecting the optic disc in retinal images: K-means clustering, Hough transform, and fuzzy convergence. It finds that K-means clustering achieved the highest accuracy rate at 96.92% while Hough transform and fuzzy convergence achieved 93.2% and 95.2% accuracy, respectively. The techniques are also compared based on how well they determine properties of the optic disc like eccentricity, accuracy, and brightness. Pre-processing steps like filtering, color space conversion, and histogram equalization are applied before segmentation.