Skip to content

Tamil-palace/detecTify-Brain-Tumor-Segmentation

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

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

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 80.5%
  • Python 12.6%
  • JavaScript 5.9%
  • HTML 1.0%