Mri Lungtumor Segmentation: Modules

You might also like

Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 2

MRI lungTumor Segmentation

INTRODUCTION:
The purpose of our project is to identify a tumor from a given MRI scan of a lung
using digital image processing techniques.

Exisiting:
The part of the image that has the tumor has more intensity in that portion and we
can make our assumptions about the radius of the tumor in the image, these are the basic things
considered in the C-Means algorithm .First of all some image enhancement and noise reduction
techniques are used to enhance the image quality, after that some morphological operations are
applied to detect the tumor in the image. The morphological operations are basically applied on
some assumptions about the size and shape of the tumor and in the end the tumor is mapped onto
the original gray scale image with 255 intensity to make visible the tumor in the image. The
algorithm has been tried on a number of different images from different angles and has always
given the correct desired result.

Proposed:
Here,we will implement Interactive Segmentation using graph cut based on the paper
Yuri Boykov Marie –Pierre Jolly “Interactive Graph Cuts for Optimal Boundary & Region
Segmentation of Objects in N-D Images”.

Here Interactive segmentation involves imposing both Hard Constraints segmentation (Indicate
the pixels of the object region and the background region by the user) and soft constraints
segmentation (Edge Boundary detection and region properties of the segments with help of
enriched region grow techniques ).Along With BFNN classifier technique for classifying tumor
type.

Implemented algorithm will be tested on both the Synthetic medical images (lungMRI) and Non-
medical images. The effect of adding noise to the original image on the actual segmentation is
studied. This approach is compared with the Exisiting.

MODULES:
Advantages
 High classification accuracy
 High precision and recall
 Lower computational complexity

System Requirements:
Operating system: Wndows 7/8

System Type: 32-bit/64-bit

Software Tool: Matlab 2013a

You might also like