This document summarizes a project that uses image processing to extract red blood cells from blood smear microscope images and count the cells. The process involves preprocessing the images using techniques like histogram equalization, contrast adjustment, and morphological operations. Individual red blood cells are then extracted and classified using neural networks. The overall method was able to separate and count red blood cells with 80% accuracy.