Skip to content

MokhBend/Simple_Brain_MRI_Segmentation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple brain MRI Segmentation

This script shows how to process an axial brain MRI image to perform skull stripping and segmentation of the brain.

The skull stripping is performed through:

  • Otsu thresholding.
  • Computation of the largest connected component.
  • Mathematical morphology.

Once the brain extracted, it is given to the K-Means clustering algorithm to peform the segmentation.

Note that the image contains white matter, gray matter, cerebrospinal fluid as well as multiple sclerosis lesions.

About

This project shows a simple way to segment a brain MRI image

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages