This document describes a computer-based image processing approach to quantify acellular capillaries in retinal images of control and diabetic mice in order to assess diabetic retinopathy. The approach uses Python programming and open source packages to preprocess retinal images using techniques like background separation, blurring and segmentation. It then applies a medial axis transform to skeletonize blood vessels and identify branch points. Post-processing filters are applied to remove noise before identifying and counting acellular capillaries based on branch width and length thresholds. The results showed the program was able to automatically count acellular capillaries.