To design, analyze and implement approaches for brain tissue segmentation

Project of ‘Medical Image Segmentation and Applications,’ course (​ Master’s Third Semester at University of Girona, January 2020)

The main goal of this project is to develop tissue (WM, GM, and CSF) segmentation methods in brain MRI images. Dataset used is IBSR18 which contains 18 skull-stripped and bias field corrected T1-w images with different spatial resolutions (pixel spacing) and there is a heterogeneity in image intensities which hinders segmentation. System architecture- Data → Pre-processing → Segmentation. Steps- 1) Pre-processing (a) Normalization and Skull stripping of MNI template, b) Image Registration (We have used Elastix as a software to apply 3D registration of moving image on fixed), c) Histogram Stretching (The registered volumes’ histograms have been stretched which broadens the histogram of the image intensity levels, d) Histogram Matching (Histogram stretched output of IBSR 07 has been taken as reference to match all other volumes’ stretched histogram), and 2) Segmentation- 3D patch-wise segmentation using 3D U-Net.