Skip to content

This repo is of segmentation and morphological operations which are the basic concepts of image processing. Detection and extraction of tumor from MRI scan images of the brain is done using python

License

Notifications You must be signed in to change notification settings

Devang-25/Brain-Tumor-MRI-Image-Segmentation-And-Detecting-in-Image-Processing

Repository files navigation

Brain-tumor-segmentation

This repo is of segmentation and morphological operations which are the basic concepts of image processing. Detection and extraction of tumor from MRI scan images of the brain is done using python.

METHODOLOGY:

The algorithm has two stages, first is pre-processing of given MRI image and after that segmentation and then perform morphological operations. Steps of algorithm are as following:-

  1. Give MRI image of brain as input.
  2. Convert it to gray scale image.
  3. Compute threshold segmentation.
  4. Compute watershed segmentation.
  5. Compute morphological operation.
  6. Finally output will be a tumour region.

About

This repo is of segmentation and morphological operations which are the basic concepts of image processing. Detection and extraction of tumor from MRI scan images of the brain is done using python

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages