rama270677 / 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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

OUTPUT:

Thresholding

segmentation

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

License:MIT License


Languages

Language:Python 100.0%