Tag Archives: n-nearest neighbors

Fundus Image Segmentation

Source Code¶On my GitHub This code is wrapped in a class which makes it harder to post to a Notebook (a few too many lines for a post). Segmenting Fundus Images with kNN¶After preprocessing the images as described in a previous post, I tried to extract learnable features by applying the k-nearest neighbors algorithm. In… Read More »