Digital Image Processing project for RBC, WBC & Platelet segmentation and classification using Python & OpenCV. Includes noise removal, thresholding, morphological operations, feature extraction and ML-based classification.
BloodCell-DIP-Classifier/ │ ├── dataset/ │ └── raw_images/ │ ├── code │ ├── models/ │ ├── results/ │ ├── segmented/ │ └── classified/ │ ├── references/ │ ├── research_paper.pdf │ ├── requirements.txt └── README.md