0% found this document useful (0 votes)
40 views1 page

Detecting Brain Tumor From MRI Image Using Matlab GUI Program

This document describes a Matlab GUI program for detecting brain tumors from MRI images using image segmentation. The program filters MRI image noise using digital filters, computes the gradient magnitude as a segmentation function, and applies watershed transforms for clear segmentation. A GUI interface unifies these methods and makes the watershed program easy to use and fast. The program detects tumors using watershed pixels and its use of Matlab's GUI interface makes it customizable for different MRI images.

Uploaded by

Ravali Kompella
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
40 views1 page

Detecting Brain Tumor From MRI Image Using Matlab GUI Program

This document describes a Matlab GUI program for detecting brain tumors from MRI images using image segmentation. The program filters MRI image noise using digital filters, computes the gradient magnitude as a segmentation function, and applies watershed transforms for clear segmentation. A GUI interface unifies these methods and makes the watershed program easy to use and fast. The program detects tumors using watershed pixels and its use of Matlab's GUI interface makes it customizable for different MRI images.

Uploaded by

Ravali Kompella
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 1

Detecting Brain Tumor from MRI Image Using Matlab GUI Program

K.Soumya
2451-14-735-011
Ece(4/4)-A
[email protected]
ABSTRACT

Medical image segmentation is a powerful tool programs work with GUI “Matlab guide”.
that is often used to detect tumors. Detecting
Brain tumour takes special skills and techniques Keywords
because they are difficult to detect – specially in
early stages. This project is about detecting Matlab program, GUI program, Tumors,
Medical image.
Brain tumour from MRI images using
segmentation program in Matlab with the help of
GUI interface Programming. Use of Matlab
GUIDE (GUI) helps with image segmentation
and makes it easy to customize it to all different
MRI image characteristics. Using the GUI, this
program can use various combinations of
segmentation, filters, and other image processing
algorithms to achieve the best results.

MRI image noise is filtered using digital filter


from Matlab (“Sobel edge masks”) which will
show the gradient is high at the borders of the
MRI objects and low (mostly) inside the image.

The Gradient Magnitude is used as the MRI


image Segmentation Function. Computing the
Watershed Transform of the Segmentation
Function as clear segmentation for the MRI
image. Unification of all the methods with one
program which is the GUI interface program.
Having interface control make watershed
program work easily and take short time to run.
Detecting tumor is done using "watershed
pixels"(transform). The most important part of
this project is that all the Matlab

You might also like