Exploring fundamental digital image preprocessing and segmentation techniques in the context of medical imaging.
This project demonstrates key preprocessing and segmentation techniques applied to medical images, with a focus on brain tumor detection. Preprocessing improves image clarity while segmentation isolates critical regions of interest, providing a foundation for AI-based diagnostic models.
- Grayscale conversion β removes unnecessary color, simplifying image analysis.
- Minβmax normalization β enhances contrast by scaling pixel intensities.
- Thresholding segmentation β separates regions of differing intensities, useful for tumor isolation.
- Enhanced contrast and visibility of brain structures.
- Segmentation successfully highlighted abnormal regions.
- Images show strong potential for AI model training.
- AI training data for tumor detection models
- Computer-aided diagnosis in radiology
- Clinical decision support for faster, more accurate assessments
numpy
matplotlib
opencv-python
scikit-image