SlideShare ist ein Scribd-Unternehmen logo
1 von 6
Downloaden Sie, um offline zu lesen
Narkhede Sachin et al Int. Journal of Engineering Research and Applications www.ijera.com 
ISSN : 2248-9622, Vol. 4, Issue 6( Version 3), June 2014, pp.98-103 
www.ijera.com 98 | P a g e 
Brain Tumor Detection Based on Bilateral Symmetry Information Narkhede Sachin, Dr. Deven Shah, Prof. Vaishali khairnar, Prof. Sujata Kadu G (Student ME (IT) Mumbai University) (Terna COE Mumbai), (HOD (IT) Terna COE Mumbai) (Terna COE Mumbai) 
Abstract Advances in computing technology have allowed researchers across many fields of endeavor to collect and maintain vast amounts of observational statistical data such as clinical data, biological patient data, data regarding access of web sites , financial data, and the like. 
Brain Magnetic Resonance Imaging (MRI) segmentation is a complex problem in the field of medical imaging despite various presented methods. MR image of human brain can be divided into several sub-regions especially soft tissues such as gray matter, white matter and cerebrospinal fluid. Although edge information is the main clue in image segmentation, it can’t get a better result in analysis the content of images without combining other information. The segmentation of brain tissue in the magnetic resonance imaging (MRI) is very important for detecting the existence and outlines of tumors. In this thesis , an algorithm about segmentation based on the symmetry character of brain MRI image is presented. Our goal is to detect the position and boundary of tumors automatically. Experiments were conducted on real pictures, and the results show that the algorithm is flexible and convenient. 
I. Introduction 
Image segmentation is used to separate an image into several “meaningful” parts. It is an old research topic, which started around 1970, but there is still no robust solution toward it. There are two main reasons; the first is that the content variety of images is too large, and the second one is that there is no benchmark standard to judge the performance. Image segmentation is identification of homogeneous regions in the image. Many algorithms have been elaborated for gray scale images. However, the problem of segmentation for color images, which convey much more information about objects in scenes, has received much less attention of scientific community. While several surveys of monochrome image segmentation techniques were published, similar surveys for color images did not emerge [1]. Image segmentation is one of the primary steps in image analysis for object identification. The main aim is to recognize homogeneous regions within an image as distinct and belonging to different objects. Segmentation stage does not worry about the identity of the objects. They can be labeled later. The segmentation process can be based on finding the maximum homogeneity in grey levels within the regions identified [2]. Segmentation subdivides an image into its regions of components or objects and an important tool in medical image processing. As an initial step segmentation can be used for visualization and compression. Through identifying all pixels (for two dimensional image) or voxels (for three dimensional 
image) belonging to an object, segmentation of that particular object is achieved. In medical imaging, segmentation is vital for feature extraction, image measurements and image display [3]. Segmentation of the brain structure from MRI has received paramount importance as MRI distinguishes itself from other modalities and MRI can be applied in the volumetric analysis of brain tissues such as multiple sclerosis, schizophrenia, epilepsy, Parkinson’s disease, Alzheimer’s disease, cerebral atrophy, etc. Other important aspect of the segmentation method is the color space from which color features are computed (for instance RGB space with Euclidean color distance). Each segmentation technique is usually based on some mathematical model (theory) and/or algorithmic approach (for instance fuzzy clustering, Markov random field, recursive procedure, bottom-up algorithm etc.). Most of segmentation techniques assume something about the scene which is seen in the image (for instance objects are polyhedral made of dielectric materials).This is an additional knowledge attribute of the given segmentation method [4]. 
Image segmentation is a process of pixel classification. An image is segmented into subsets by assigning individual pixels to classes. It is an important step towards pattern detection and recognition. Segmentation is one of the first steps in image analysis. It refers to the process of partitioning a digital image into multiple regions (sets of pixels). Each of the pixels in a region is similar with respect to some characteristic or computed property, such as 
RESEARCH ARTICLE OPEN ACCESS
Narkhede Sachin et al Int. Journal of Engineering Research and Applications www.ijera.com 
ISSN : 2248-9622, Vol. 4, Issue 6( Version 3), June 2014, pp.98-103 
www.ijera.com 99 | P a g e 
color, intensity, or texture. The level of segmentation is decided by the particular characteristics of the problem being considered. Image segmentation could be further used for object matching between two images. An object of interest is specified in the first image by using the segmentation result of that image; then the specified object is matched in the second image by using the segmentation result of that image [5]. 
II. Literature Survey 
Automatic image segmentation techniques can be classified into four categories, namely, (1) Clustering Methods, (2) Thresholding Methods, (3) Edge-Detection Methods, and (4) Region-Based Methods [6]. 1. Clustering Methods Clustering is a process whereby a data set (pixels) is replaced by cluster; pixels may belong together because of the same color, texture etc. There are two natural algorithms for clustering: divisive clustering and agglomerative clustering. The difficulty in using either of the methods directly is that there are lots of pixels in an image. Also, the methods are not explicit about the objective function that is being optimized. An alternative approach is to write down an objective function and then build an algorithm. The K-means algorithm is an iterative technique that is used to partition an image into K clusters, where each pixel in the image is assigned to the cluster that minimizes the variance between the pixel and the cluster center and is based on pixel color, intensity, texture, and location, or a weighted combination of these factors. This algorithm is guaranteed to converge, but it may not return the optimal solution. The quality of the solution depends on the initial set of clusters and the value of K [7]. 2. Thresholding Methods Thresholding is the operation of converting a multilevel image into a binary image i.e., it assigns the value of 0 (background) or 1 (objects or foreground) to each pixel of an image based on a comparison with some threshold value T (intensity or color value). When T is constant, the approach is called global thresholding; otherwise, it is called local thresholding. Global thresholding methods can fail when the background illumination is uneven. Multiple thresholds are used to compensate for uneven illumination. Threshold selection is typically done interactively. 3. Edge Detection Methods 
Edge detection methods locate the pixels in the image that correspond to the edges of the objects seen in the image. The result is a binary image with the detected edge pixels. Common algorithms used are Sobel, Prewitt, Robert, Canny and Laplacian operators. These algorithms are suitable for images that are simple and noise free; and will often produce missing edges, or extra edges on complex and noisy images. 4. Region-Based Methods The goal of region-based segmentation is to use image characteristics to map individual pixels in an input image to sets of pixels called regions that might correspond to an object or a meaningful part of one. The various techniques are: Local techniques, Global techniques and Splitting and merging techniques. The effectiveness of region growing algorithms depends on the application area and the input image. If the image is sufficiently simple, simple local techniques can be effective. However, on difficult scenes, even the most sophisticated techniques may not produce a satisfactory segmentation. Edge-based techniques are based on the assumption that pixel values change rapidly at the edge between two regions Operators such as Sobel or Roberts operators can be used to detect the edges. And some post procedures such as edge tracking, gap filling can be used to generate closed curves. Region- based techniques are based on the assumption that adjacent pixels in the same region should be consistent in some properties. Namely, they may have similar characteristic such as grey value, color value or texture. The deformable models are based on curves or surfaces defined within an image that moves due to the influence of certain forces [8]. And the global optimization approaches use a global criterion when segmenting the image. 
III. Problem Statement 
Image segmentation is a key step from the image processing to image analysis, it occupy an important place. On the other hand, as the image segmentation, the target expression based on segmentation, the feature extraction and parameter measurement that converts the original image to more abstract and more compact form, it is possible to make high-level image analysis and understanding. 
If the input brain image is colorized , it is converted into gray image. First read the red, blue and green value of each pixel and then after formulation, three different values are converted into gray value. The automated edge detection technique is proposed to detect the edges of the regions of interest on the digital images automatically. The method is employed to segment an image into two symmetric regions based on finding pixels that are of similar in nature. The more symmetrical the two regions have, the more the edges are weakened. At the same time, the edges not symmetrical are enhanced. In the end, according to the enhancing
Narkhede Sachin et al Int. Journal of Engineering Research and Applications www.ijera.com 
ISSN : 2248-9622, Vol. 4, Issue 6( Version 3), June 2014, pp.98-103 
www.ijera.com 100 | P a g e 
effect, the unsymmetrical regions can be detected, which is caused by brain tumor. 
IV. The Proposed Mechanism 
Figure 4.1: Proposed Model It is based on the image segmentation method, which refers to the major step in image processing, the inputs are images and, outputs are the attributes extracted from those images. It will help to find out symmetric extraction of the brain image. 4.1 Data Pre-processing The MRI images are subject to various types of noises such as irregularities etc. These noises may degrade the quality of the MR image and consequently it cannot provide correct information for subsequent image segmentation and edge detection. In order to improve the quality of the MR image, operations need to be performed to remove or decrease degradations suffered in its acquisition. Preprocessing is also needed in order to homogenize and separate the intensity distributions of the malignant and benign tissues. This can be achieved by using several denoising techniques, viz., Gaussian filter, median filter. 
 Image Smoothing 
Image smoothing act as the pre-processing step for image segmentation, as, almost all of the images suffers from the problem of noise effects. So, pre- processing act as an important aid to the every already existing segmentation methods, in which specialized filters as described above smooth the image and simplifying it for subsequent segmentation step. 
 Image Contrast Enhancement 
Poor contrast is usually one of the most common defects found in the acquired image. This degradation probably is caused by inadequate aperture size and noise. Sometimes this is caused of non linear mapping of the image intensity. The effect of such defects has a great impact on the contrast of the acquired image. In this case, the gray level of each pixel is scaled to improve the contrast of the acquired image. Contrast enhancement step sometimes proves to be one of the important pre-processing steps, especially in case when image has a poor contrast. In the present work, the contrast of the smoothened image is enhanced using the image processing toolbox functions. This improves the visualization of the original image and thus makes the object of interest more clearly visible. In the first step proper threshold is chosen in order to distinguish the interior area from other organs in the MR image dataset. Then gradient magnitude is computed by using one of Robert, Prewitt or Canny operator and employed as the definition of homogeneity criterion. This implementation allowed stable boundary detection when the gradient suffers from intersection variations and gaps. By analyzing the gradient magnitude, the sufficient contrast present on the boundary region that increases the accuracy of segmentation. 4.2 Bilateral Symmetry Axis Bilateral symmetry axis defining is a straightforward evaluation method that is commonly used for comparing the corresponding MRI brain images to determine the ROI in the image. Structural and functional asymmetry in the human brain and nervous system is reviewed in a historical perspective. Brain asymmetry is one of such examples, which is a difference in size or shape, or both. Asymmetry analysis of brain has great importance because it is not only indicator for brain cancer but also predict future potential risk for the same. In our work, we have concentrated to segment the anatomical regions of brain, isolate the border line of each to investigate the presence of asymmetry of anatomical regions in MRI. The term asymmetry is often substituted for the term laterality when it comes to left–right differences in psychology and the neurosciences. However, while the term asymmetry can mean both structural and functional left–right dissimilarities, laterality is typically only used in relation to functional asymmetry. 
Input MR Images 
Possible Tumor Area 
Normal Brain 
Tumor Affected 
Bilateral Symmetry Axis 
Segmentation 
Pre-processing
Narkhede Sachin et al Int. Journal of Engineering Research and Applications www.ijera.com 
ISSN : 2248-9622, Vol. 4, Issue 6( Version 3), June 2014, pp.98-103 
www.ijera.com 101 | P a g e 
4.3 Segmentation 
The goal of segmentation is to isolate the regions 
of interest depending on the problem and its 
characters. A gray level image consists of two main 
features, namely region and edge. Segmentation 
algorithms for gray images are generally based on of 
two basic properties of image intensity values, 
discontinuity and similarity. The method is employed 
to segment an image into two symmetric regions 
based on finding pixels that are of similar in nature. 
The method has the advantage that it is fairly robust, 
quick, and parameter free except for its dependency 
on the order of pixel processing. The more 
symmetrical the two regions have, the more the edges 
are weakened. At the same time, the edges not 
symmetrical are enhanced. In the end, according to 
the enhancing effect, the unsymmetrical regions can 
be detected, which is caused by brain tumor. The 
output is shown in Figure 3.3 
Figure 4.2: Ideal symmetry axis is extracted as the 
intersection of two halves brain image 
V. Methodology Used 
Step 1:Use canny edge detection technique for the 
finding the edges in brain image. 
Step 2:Determine the Mid pixel position of the row 
and read the intensity of Mid pixel of row 
Step 3:Fit the curve by using LSM and Crammer 
rule. 
Step 4:Show the curve in tumor affected area. 
Step 5:Calculate and Show the tumor area by using 
Automatic brain tumor detection 
VI. Performance Analysis 
Performance analysis is looking at program 
execution to pinpoint where bottlenecks or other 
performance problems might occur. Once you know 
where potential trouble spots are, you can change 
your code to remove or reduce their impact. 
Experimental analysis and statistical analysis are 
carried out to analyze the performance of the system. 
Evaluation of the images showed that under noisy 
conditions Canny, Prewitt, Robert, exhibit better 
performance, respectively. Canny yielded the best 
results as shown in Figure 6.1. This was expected as 
Canny edge detection accounts for regions in an 
image. Canny yields thin lines for its edges by using 
non-maximal suppression. Canny also utilizes 
hysteresis with thresholding. 
Graph 6.1: Number of detected edges 
Screen 6.1 Starting window 
Click on “Select Input” button then same window 
will appear contains a grey/color image. 
Screen 6.2 : Input Image from database for 
segmentation 
0 
2000 
4000 
6000 
8000 
397384 
19790628 
19410407 
19560416 
19530428 
19430618 
No. of edges 
Patient ID 
Number of detected 
edges 
Robert 
Prewitt 
Canny
Narkhede Sachin et al Int. Journal of Engineering Research and Applications www.ijera.com 
ISSN : 2248-9622, Vol. 4, Issue 6( Version 3), June 2014, pp.98-103 
www.ijera.com 102 | P a g e 
Click on any one of “Segmentation” button & then on “Bilateral Axis” button then figure window will appear which contains number of edges for that particular algorithm and same GUI contains a bilateral axis image. 
Screen 6.3: Bilateral Axis In next step, Click on “Possible Tumor Area” button then figure window will appear on same GUI and the detected possible tumor area are shown in red/green/blue color. 
Screen 6.4: Possible Tumor Area In last step, Click on “Show Result” button then figure window will appear and show volume of possible tumor. 
Screen 6.5: Volume of possible tumor area If tumor is not present, then it will generate message Possible tumor area are not found” 
Screen 6.6: Message for healthy brain 
VII. Conclusion 
A new system that can be used as a second decision for the surgeons and radiologists is proposed.High grade tumor have more true edges than low grade.MRI of healthy brain has an obviously character almost bilateral symmetrical .However, if there is macroscopic tumor, the symmetry characteristic will be weakened According to the influence on the symmetry by the tumor, we develop a segment algorithm to detect the tumor region automatically References [1] Yu-Ning Liu Chung-Han Huang, Wei-Lun Chao, “DIP: Final project report Image segmentation based on the normalized cut framework”, Volume-2, pp124-189. 
[2] Chin-Ya Huang, Mon-Ju Wu , “Image Segmentation”, ECE 533 Final Project, Fall
Narkhede Sachin et al Int. Journal of Engineering Research and Applications www.ijera.com 
ISSN : 2248-9622, Vol. 4, Issue 6( Version 3), June 2014, pp.98-103 
www.ijera.com 103 | P a g e 
2006 University of Wisconsin- Madison, pp 1-3. [3] B. Peng, L. Zheng and J. Yang, “Iterated Graph Cuts for Image Segmentation”, Asian Conference on Computer Vision (ACCV’09), Xi'an, China, September 2009, pp.23-27. [4] Sharma, G., Yrzel, M.J., Trussel, H.J. “ Color imaging for multimedia” , Proceedings of the IEEE, 86(6), 1998, pp- 1088-1108. [5] Wenbing Tao, Hai, Yimin Zhang Jin, “Color Image Segmentation Based on Mean Shift and Normalized Cuts”, IEEE Trans. On System Man and Cybernetics-Part B, Volume 37, No. 5, Oct 2007, pp-1382-1389. [6] F. Z. Kettaf, D. Bi, and J. P. Asselin de Beauville , "A comparison study of image segmentation by clustering techniques", IEEE Trans, Vol. 2,1996, pp. 1280-1283. [7] Jai- Nan Wang, Jun Kong, Ying- Hualu, “ A Region- Based SRG Algorithm For Color Image Segmentation”, Proceedings of the Sixth International Conference on Machine Learning and Cybernetics, Hong Kong, 19- 22 August 2007 ,pp. 1-2. [8] Kass, M., Witkin, A., Terzopoulos, D., “Snakes: Active contour models”, International Journal Computer Vision ,Volume 1 (4), 1988, pp.321–331. [9] Samir K. Bandyopadhyay,” Finding Bilateral Symmetry of the Human Brain from MRI”, Journal of Global Research in Computer Science, Volume 2, No. 2, February 2011,pp. 33-34. [10] Sabina Breitenmoser,”Evalutation and implementation of neural brain activity detection methods for fMRI”, Linkoping University, Sweden,21 February 2005,pp.13- 18. [11] Ola Friman,”Adaptive Analysis of Functional MRI Data”, Dissertation No. 836 at Department of Biomedical Engineering, Linkoping University, Sweden, 2003, pp. 8- 10. [12] Smita Pradhan , “Development of Unsupervised Image Segmentation Schemes for Brain MRI using HMRF model”, Master Thesis at Department of EE, NIT, Rourkela, 25 Mar 2010, pp. 4-6. [13] D.L. Pham, J. L. Prince, “Adaptive fuzzy segmentation of magnetic resonance images”,IEEE Trans. Medical Imaging, Vol. 18, 1999, pp. 737-740.

Weitere ähnliche Inhalte

Was ist angesagt?

MRIIMAGE SEGMENTATION USING LEVEL SET METHOD AND IMPLEMENT AN MEDICAL DIAGNOS...
MRIIMAGE SEGMENTATION USING LEVEL SET METHOD AND IMPLEMENT AN MEDICAL DIAGNOS...MRIIMAGE SEGMENTATION USING LEVEL SET METHOD AND IMPLEMENT AN MEDICAL DIAGNOS...
MRIIMAGE SEGMENTATION USING LEVEL SET METHOD AND IMPLEMENT AN MEDICAL DIAGNOS...cseij
 
Texture Segmentation Based on Multifractal Dimension
Texture Segmentation Based on Multifractal DimensionTexture Segmentation Based on Multifractal Dimension
Texture Segmentation Based on Multifractal Dimensionijsc
 
International Journal of Engineering Research and Development (IJERD)
International Journal of Engineering Research and Development (IJERD)International Journal of Engineering Research and Development (IJERD)
International Journal of Engineering Research and Development (IJERD)IJERD Editor
 
International Journal of Engineering Research and Development
International Journal of Engineering Research and DevelopmentInternational Journal of Engineering Research and Development
International Journal of Engineering Research and DevelopmentIJERD Editor
 
Issues in Image Registration and Image similarity based on mutual information
Issues in Image Registration and Image similarity based on mutual informationIssues in Image Registration and Image similarity based on mutual information
Issues in Image Registration and Image similarity based on mutual informationDarshana Mistry
 
Importance of Mean Shift in Remote Sensing Segmentation
Importance of Mean Shift in Remote Sensing SegmentationImportance of Mean Shift in Remote Sensing Segmentation
Importance of Mean Shift in Remote Sensing SegmentationIOSR Journals
 
Wound epithelization model by 3 d imaging
Wound epithelization model by 3 d imagingWound epithelization model by 3 d imaging
Wound epithelization model by 3 d imagingeSAT Publishing House
 
A Review of different method of Medical Image Segmentation
A Review of different method of Medical Image SegmentationA Review of different method of Medical Image Segmentation
A Review of different method of Medical Image Segmentationijsrd.com
 
PERFORMANCE ANALYSIS OF CLUSTERING BASED IMAGE SEGMENTATION AND OPTIMIZATION ...
PERFORMANCE ANALYSIS OF CLUSTERING BASED IMAGE SEGMENTATION AND OPTIMIZATION ...PERFORMANCE ANALYSIS OF CLUSTERING BASED IMAGE SEGMENTATION AND OPTIMIZATION ...
PERFORMANCE ANALYSIS OF CLUSTERING BASED IMAGE SEGMENTATION AND OPTIMIZATION ...cscpconf
 
93202101
9320210193202101
93202101IJRAT
 
A Survey of Image Processing and Identification Techniques
A Survey of Image Processing and Identification TechniquesA Survey of Image Processing and Identification Techniques
A Survey of Image Processing and Identification Techniquesvivatechijri
 
A NOVEL PROBABILISTIC BASED IMAGE SEGMENTATION MODEL FOR REALTIME HUMAN ACTIV...
A NOVEL PROBABILISTIC BASED IMAGE SEGMENTATION MODEL FOR REALTIME HUMAN ACTIV...A NOVEL PROBABILISTIC BASED IMAGE SEGMENTATION MODEL FOR REALTIME HUMAN ACTIV...
A NOVEL PROBABILISTIC BASED IMAGE SEGMENTATION MODEL FOR REALTIME HUMAN ACTIV...sipij
 
An Automatic Color Feature Vector Classification Based on Clustering Method
An Automatic Color Feature Vector Classification Based on Clustering MethodAn Automatic Color Feature Vector Classification Based on Clustering Method
An Automatic Color Feature Vector Classification Based on Clustering MethodRSIS International
 
Fpga implementation of image segmentation by using edge detection based on so...
Fpga implementation of image segmentation by using edge detection based on so...Fpga implementation of image segmentation by using edge detection based on so...
Fpga implementation of image segmentation by using edge detection based on so...eSAT Journals
 
Fpga implementation of image segmentation by using edge detection based on so...
Fpga implementation of image segmentation by using edge detection based on so...Fpga implementation of image segmentation by using edge detection based on so...
Fpga implementation of image segmentation by using edge detection based on so...eSAT Publishing House
 
Image Registration
Image RegistrationImage Registration
Image RegistrationAngu Ramesh
 

Was ist angesagt? (20)

MRIIMAGE SEGMENTATION USING LEVEL SET METHOD AND IMPLEMENT AN MEDICAL DIAGNOS...
MRIIMAGE SEGMENTATION USING LEVEL SET METHOD AND IMPLEMENT AN MEDICAL DIAGNOS...MRIIMAGE SEGMENTATION USING LEVEL SET METHOD AND IMPLEMENT AN MEDICAL DIAGNOS...
MRIIMAGE SEGMENTATION USING LEVEL SET METHOD AND IMPLEMENT AN MEDICAL DIAGNOS...
 
Texture Segmentation Based on Multifractal Dimension
Texture Segmentation Based on Multifractal DimensionTexture Segmentation Based on Multifractal Dimension
Texture Segmentation Based on Multifractal Dimension
 
International Journal of Engineering Research and Development (IJERD)
International Journal of Engineering Research and Development (IJERD)International Journal of Engineering Research and Development (IJERD)
International Journal of Engineering Research and Development (IJERD)
 
154 158
154 158154 158
154 158
 
International Journal of Engineering Research and Development
International Journal of Engineering Research and DevelopmentInternational Journal of Engineering Research and Development
International Journal of Engineering Research and Development
 
A METHODICAL WAY OF IMAGE REGISTRATION IN DIGITAL IMAGE PROCESSING
A METHODICAL WAY OF IMAGE REGISTRATION IN DIGITAL IMAGE PROCESSING A METHODICAL WAY OF IMAGE REGISTRATION IN DIGITAL IMAGE PROCESSING
A METHODICAL WAY OF IMAGE REGISTRATION IN DIGITAL IMAGE PROCESSING
 
Gc2005vk
Gc2005vkGc2005vk
Gc2005vk
 
Issues in Image Registration and Image similarity based on mutual information
Issues in Image Registration and Image similarity based on mutual informationIssues in Image Registration and Image similarity based on mutual information
Issues in Image Registration and Image similarity based on mutual information
 
Importance of Mean Shift in Remote Sensing Segmentation
Importance of Mean Shift in Remote Sensing SegmentationImportance of Mean Shift in Remote Sensing Segmentation
Importance of Mean Shift in Remote Sensing Segmentation
 
Wound epithelization model by 3 d imaging
Wound epithelization model by 3 d imagingWound epithelization model by 3 d imaging
Wound epithelization model by 3 d imaging
 
Ja3416401643
Ja3416401643Ja3416401643
Ja3416401643
 
A Review of different method of Medical Image Segmentation
A Review of different method of Medical Image SegmentationA Review of different method of Medical Image Segmentation
A Review of different method of Medical Image Segmentation
 
PERFORMANCE ANALYSIS OF CLUSTERING BASED IMAGE SEGMENTATION AND OPTIMIZATION ...
PERFORMANCE ANALYSIS OF CLUSTERING BASED IMAGE SEGMENTATION AND OPTIMIZATION ...PERFORMANCE ANALYSIS OF CLUSTERING BASED IMAGE SEGMENTATION AND OPTIMIZATION ...
PERFORMANCE ANALYSIS OF CLUSTERING BASED IMAGE SEGMENTATION AND OPTIMIZATION ...
 
93202101
9320210193202101
93202101
 
A Survey of Image Processing and Identification Techniques
A Survey of Image Processing and Identification TechniquesA Survey of Image Processing and Identification Techniques
A Survey of Image Processing and Identification Techniques
 
A NOVEL PROBABILISTIC BASED IMAGE SEGMENTATION MODEL FOR REALTIME HUMAN ACTIV...
A NOVEL PROBABILISTIC BASED IMAGE SEGMENTATION MODEL FOR REALTIME HUMAN ACTIV...A NOVEL PROBABILISTIC BASED IMAGE SEGMENTATION MODEL FOR REALTIME HUMAN ACTIV...
A NOVEL PROBABILISTIC BASED IMAGE SEGMENTATION MODEL FOR REALTIME HUMAN ACTIV...
 
An Automatic Color Feature Vector Classification Based on Clustering Method
An Automatic Color Feature Vector Classification Based on Clustering MethodAn Automatic Color Feature Vector Classification Based on Clustering Method
An Automatic Color Feature Vector Classification Based on Clustering Method
 
Fpga implementation of image segmentation by using edge detection based on so...
Fpga implementation of image segmentation by using edge detection based on so...Fpga implementation of image segmentation by using edge detection based on so...
Fpga implementation of image segmentation by using edge detection based on so...
 
Fpga implementation of image segmentation by using edge detection based on so...
Fpga implementation of image segmentation by using edge detection based on so...Fpga implementation of image segmentation by using edge detection based on so...
Fpga implementation of image segmentation by using edge detection based on so...
 
Image Registration
Image RegistrationImage Registration
Image Registration
 

Ähnlich wie Q0460398103

Review of Image Segmentation Techniques based on Region Merging Approach
Review of Image Segmentation Techniques based on Region Merging ApproachReview of Image Segmentation Techniques based on Region Merging Approach
Review of Image Segmentation Techniques based on Region Merging ApproachEditor IJMTER
 
International Journal of Computational Engineering Research(IJCER)
 International Journal of Computational Engineering Research(IJCER)  International Journal of Computational Engineering Research(IJCER)
International Journal of Computational Engineering Research(IJCER) ijceronline
 
COLOUR BASED IMAGE SEGMENTATION USING HYBRID KMEANS WITH WATERSHED SEGMENTATION
COLOUR BASED IMAGE SEGMENTATION USING HYBRID KMEANS WITH WATERSHED SEGMENTATIONCOLOUR BASED IMAGE SEGMENTATION USING HYBRID KMEANS WITH WATERSHED SEGMENTATION
COLOUR BASED IMAGE SEGMENTATION USING HYBRID KMEANS WITH WATERSHED SEGMENTATIONIAEME Publication
 
Image Segmentation Based Survey on the Lung Cancer MRI Images
Image Segmentation Based Survey on the Lung Cancer MRI ImagesImage Segmentation Based Survey on the Lung Cancer MRI Images
Image Segmentation Based Survey on the Lung Cancer MRI ImagesIIRindia
 
Feature Extraction for Image Classification and Analysis with Ant Colony Opti...
Feature Extraction for Image Classification and Analysis with Ant Colony Opti...Feature Extraction for Image Classification and Analysis with Ant Colony Opti...
Feature Extraction for Image Classification and Analysis with Ant Colony Opti...sipij
 
Massive Regional Texture Extraction for Aerial and Natural Images
Massive Regional Texture Extraction for Aerial and Natural ImagesMassive Regional Texture Extraction for Aerial and Natural Images
Massive Regional Texture Extraction for Aerial and Natural ImagesIOSR Journals
 
Image Segmentation using Otsu's Method - Computer Graphics (UCS505) Project R...
Image Segmentation using Otsu's Method - Computer Graphics (UCS505) Project R...Image Segmentation using Otsu's Method - Computer Graphics (UCS505) Project R...
Image Segmentation using Otsu's Method - Computer Graphics (UCS505) Project R...Akshit Arora
 
MRI Image Segmentation Using Level Set Method and Implement an Medical Diagno...
MRI Image Segmentation Using Level Set Method and Implement an Medical Diagno...MRI Image Segmentation Using Level Set Method and Implement an Medical Diagno...
MRI Image Segmentation Using Level Set Method and Implement an Medical Diagno...CSEIJJournal
 
A review on digital image processing paper
A review on digital image processing paperA review on digital image processing paper
A review on digital image processing paperCharlie716895
 
Multitude Regional Texture Extraction for Efficient Medical Image Segmentation
Multitude Regional Texture Extraction for Efficient Medical Image SegmentationMultitude Regional Texture Extraction for Efficient Medical Image Segmentation
Multitude Regional Texture Extraction for Efficient Medical Image Segmentationinventionjournals
 
A Methodology for Extracting Standing Human Bodies from Single Images
A Methodology for Extracting Standing Human Bodies from Single ImagesA Methodology for Extracting Standing Human Bodies from Single Images
A Methodology for Extracting Standing Human Bodies from Single Imagesjournal ijrtem
 
SIRG-BSU_3_used-important.pdf
SIRG-BSU_3_used-important.pdfSIRG-BSU_3_used-important.pdf
SIRG-BSU_3_used-important.pdfDrAhmedElngar
 
AUTOMATIC DOMINANT REGION SEGMENTATION FOR NATURAL IMAGES
AUTOMATIC DOMINANT REGION SEGMENTATION FOR NATURAL IMAGES AUTOMATIC DOMINANT REGION SEGMENTATION FOR NATURAL IMAGES
AUTOMATIC DOMINANT REGION SEGMENTATION FOR NATURAL IMAGES cscpconf
 
Automatic dominant region segmentation for natural images
Automatic dominant region segmentation for natural imagesAutomatic dominant region segmentation for natural images
Automatic dominant region segmentation for natural imagescsandit
 
Semi-Supervised Method of Multiple Object Segmentation with a Region Labeling...
Semi-Supervised Method of Multiple Object Segmentation with a Region Labeling...Semi-Supervised Method of Multiple Object Segmentation with a Region Labeling...
Semi-Supervised Method of Multiple Object Segmentation with a Region Labeling...sipij
 
An implementation of novel genetic based clustering algorithm for color image...
An implementation of novel genetic based clustering algorithm for color image...An implementation of novel genetic based clustering algorithm for color image...
An implementation of novel genetic based clustering algorithm for color image...TELKOMNIKA JOURNAL
 
Performance Evaluation of Basic Segmented Algorithms for Brain Tumor Detection
Performance Evaluation of Basic Segmented Algorithms for Brain Tumor DetectionPerformance Evaluation of Basic Segmented Algorithms for Brain Tumor Detection
Performance Evaluation of Basic Segmented Algorithms for Brain Tumor DetectionIOSR Journals
 

Ähnlich wie Q0460398103 (20)

Review of Image Segmentation Techniques based on Region Merging Approach
Review of Image Segmentation Techniques based on Region Merging ApproachReview of Image Segmentation Techniques based on Region Merging Approach
Review of Image Segmentation Techniques based on Region Merging Approach
 
International Journal of Computational Engineering Research(IJCER)
 International Journal of Computational Engineering Research(IJCER)  International Journal of Computational Engineering Research(IJCER)
International Journal of Computational Engineering Research(IJCER)
 
COLOUR BASED IMAGE SEGMENTATION USING HYBRID KMEANS WITH WATERSHED SEGMENTATION
COLOUR BASED IMAGE SEGMENTATION USING HYBRID KMEANS WITH WATERSHED SEGMENTATIONCOLOUR BASED IMAGE SEGMENTATION USING HYBRID KMEANS WITH WATERSHED SEGMENTATION
COLOUR BASED IMAGE SEGMENTATION USING HYBRID KMEANS WITH WATERSHED SEGMENTATION
 
Image Segmentation Based Survey on the Lung Cancer MRI Images
Image Segmentation Based Survey on the Lung Cancer MRI ImagesImage Segmentation Based Survey on the Lung Cancer MRI Images
Image Segmentation Based Survey on the Lung Cancer MRI Images
 
Feature Extraction for Image Classification and Analysis with Ant Colony Opti...
Feature Extraction for Image Classification and Analysis with Ant Colony Opti...Feature Extraction for Image Classification and Analysis with Ant Colony Opti...
Feature Extraction for Image Classification and Analysis with Ant Colony Opti...
 
J017426467
J017426467J017426467
J017426467
 
Massive Regional Texture Extraction for Aerial and Natural Images
Massive Regional Texture Extraction for Aerial and Natural ImagesMassive Regional Texture Extraction for Aerial and Natural Images
Massive Regional Texture Extraction for Aerial and Natural Images
 
Bx4301429434
Bx4301429434Bx4301429434
Bx4301429434
 
Image Segmentation using Otsu's Method - Computer Graphics (UCS505) Project R...
Image Segmentation using Otsu's Method - Computer Graphics (UCS505) Project R...Image Segmentation using Otsu's Method - Computer Graphics (UCS505) Project R...
Image Segmentation using Otsu's Method - Computer Graphics (UCS505) Project R...
 
MRI Image Segmentation Using Level Set Method and Implement an Medical Diagno...
MRI Image Segmentation Using Level Set Method and Implement an Medical Diagno...MRI Image Segmentation Using Level Set Method and Implement an Medical Diagno...
MRI Image Segmentation Using Level Set Method and Implement an Medical Diagno...
 
A review on digital image processing paper
A review on digital image processing paperA review on digital image processing paper
A review on digital image processing paper
 
Multitude Regional Texture Extraction for Efficient Medical Image Segmentation
Multitude Regional Texture Extraction for Efficient Medical Image SegmentationMultitude Regional Texture Extraction for Efficient Medical Image Segmentation
Multitude Regional Texture Extraction for Efficient Medical Image Segmentation
 
A Methodology for Extracting Standing Human Bodies from Single Images
A Methodology for Extracting Standing Human Bodies from Single ImagesA Methodology for Extracting Standing Human Bodies from Single Images
A Methodology for Extracting Standing Human Bodies from Single Images
 
SIRG-BSU_3_used-important.pdf
SIRG-BSU_3_used-important.pdfSIRG-BSU_3_used-important.pdf
SIRG-BSU_3_used-important.pdf
 
AUTOMATIC DOMINANT REGION SEGMENTATION FOR NATURAL IMAGES
AUTOMATIC DOMINANT REGION SEGMENTATION FOR NATURAL IMAGES AUTOMATIC DOMINANT REGION SEGMENTATION FOR NATURAL IMAGES
AUTOMATIC DOMINANT REGION SEGMENTATION FOR NATURAL IMAGES
 
Automatic dominant region segmentation for natural images
Automatic dominant region segmentation for natural imagesAutomatic dominant region segmentation for natural images
Automatic dominant region segmentation for natural images
 
116 121
116 121116 121
116 121
 
Semi-Supervised Method of Multiple Object Segmentation with a Region Labeling...
Semi-Supervised Method of Multiple Object Segmentation with a Region Labeling...Semi-Supervised Method of Multiple Object Segmentation with a Region Labeling...
Semi-Supervised Method of Multiple Object Segmentation with a Region Labeling...
 
An implementation of novel genetic based clustering algorithm for color image...
An implementation of novel genetic based clustering algorithm for color image...An implementation of novel genetic based clustering algorithm for color image...
An implementation of novel genetic based clustering algorithm for color image...
 
Performance Evaluation of Basic Segmented Algorithms for Brain Tumor Detection
Performance Evaluation of Basic Segmented Algorithms for Brain Tumor DetectionPerformance Evaluation of Basic Segmented Algorithms for Brain Tumor Detection
Performance Evaluation of Basic Segmented Algorithms for Brain Tumor Detection
 

Q0460398103

  • 1. Narkhede Sachin et al Int. Journal of Engineering Research and Applications www.ijera.com ISSN : 2248-9622, Vol. 4, Issue 6( Version 3), June 2014, pp.98-103 www.ijera.com 98 | P a g e Brain Tumor Detection Based on Bilateral Symmetry Information Narkhede Sachin, Dr. Deven Shah, Prof. Vaishali khairnar, Prof. Sujata Kadu G (Student ME (IT) Mumbai University) (Terna COE Mumbai), (HOD (IT) Terna COE Mumbai) (Terna COE Mumbai) Abstract Advances in computing technology have allowed researchers across many fields of endeavor to collect and maintain vast amounts of observational statistical data such as clinical data, biological patient data, data regarding access of web sites , financial data, and the like. Brain Magnetic Resonance Imaging (MRI) segmentation is a complex problem in the field of medical imaging despite various presented methods. MR image of human brain can be divided into several sub-regions especially soft tissues such as gray matter, white matter and cerebrospinal fluid. Although edge information is the main clue in image segmentation, it can’t get a better result in analysis the content of images without combining other information. The segmentation of brain tissue in the magnetic resonance imaging (MRI) is very important for detecting the existence and outlines of tumors. In this thesis , an algorithm about segmentation based on the symmetry character of brain MRI image is presented. Our goal is to detect the position and boundary of tumors automatically. Experiments were conducted on real pictures, and the results show that the algorithm is flexible and convenient. I. Introduction Image segmentation is used to separate an image into several “meaningful” parts. It is an old research topic, which started around 1970, but there is still no robust solution toward it. There are two main reasons; the first is that the content variety of images is too large, and the second one is that there is no benchmark standard to judge the performance. Image segmentation is identification of homogeneous regions in the image. Many algorithms have been elaborated for gray scale images. However, the problem of segmentation for color images, which convey much more information about objects in scenes, has received much less attention of scientific community. While several surveys of monochrome image segmentation techniques were published, similar surveys for color images did not emerge [1]. Image segmentation is one of the primary steps in image analysis for object identification. The main aim is to recognize homogeneous regions within an image as distinct and belonging to different objects. Segmentation stage does not worry about the identity of the objects. They can be labeled later. The segmentation process can be based on finding the maximum homogeneity in grey levels within the regions identified [2]. Segmentation subdivides an image into its regions of components or objects and an important tool in medical image processing. As an initial step segmentation can be used for visualization and compression. Through identifying all pixels (for two dimensional image) or voxels (for three dimensional image) belonging to an object, segmentation of that particular object is achieved. In medical imaging, segmentation is vital for feature extraction, image measurements and image display [3]. Segmentation of the brain structure from MRI has received paramount importance as MRI distinguishes itself from other modalities and MRI can be applied in the volumetric analysis of brain tissues such as multiple sclerosis, schizophrenia, epilepsy, Parkinson’s disease, Alzheimer’s disease, cerebral atrophy, etc. Other important aspect of the segmentation method is the color space from which color features are computed (for instance RGB space with Euclidean color distance). Each segmentation technique is usually based on some mathematical model (theory) and/or algorithmic approach (for instance fuzzy clustering, Markov random field, recursive procedure, bottom-up algorithm etc.). Most of segmentation techniques assume something about the scene which is seen in the image (for instance objects are polyhedral made of dielectric materials).This is an additional knowledge attribute of the given segmentation method [4]. Image segmentation is a process of pixel classification. An image is segmented into subsets by assigning individual pixels to classes. It is an important step towards pattern detection and recognition. Segmentation is one of the first steps in image analysis. It refers to the process of partitioning a digital image into multiple regions (sets of pixels). Each of the pixels in a region is similar with respect to some characteristic or computed property, such as RESEARCH ARTICLE OPEN ACCESS
  • 2. Narkhede Sachin et al Int. Journal of Engineering Research and Applications www.ijera.com ISSN : 2248-9622, Vol. 4, Issue 6( Version 3), June 2014, pp.98-103 www.ijera.com 99 | P a g e color, intensity, or texture. The level of segmentation is decided by the particular characteristics of the problem being considered. Image segmentation could be further used for object matching between two images. An object of interest is specified in the first image by using the segmentation result of that image; then the specified object is matched in the second image by using the segmentation result of that image [5]. II. Literature Survey Automatic image segmentation techniques can be classified into four categories, namely, (1) Clustering Methods, (2) Thresholding Methods, (3) Edge-Detection Methods, and (4) Region-Based Methods [6]. 1. Clustering Methods Clustering is a process whereby a data set (pixels) is replaced by cluster; pixels may belong together because of the same color, texture etc. There are two natural algorithms for clustering: divisive clustering and agglomerative clustering. The difficulty in using either of the methods directly is that there are lots of pixels in an image. Also, the methods are not explicit about the objective function that is being optimized. An alternative approach is to write down an objective function and then build an algorithm. The K-means algorithm is an iterative technique that is used to partition an image into K clusters, where each pixel in the image is assigned to the cluster that minimizes the variance between the pixel and the cluster center and is based on pixel color, intensity, texture, and location, or a weighted combination of these factors. This algorithm is guaranteed to converge, but it may not return the optimal solution. The quality of the solution depends on the initial set of clusters and the value of K [7]. 2. Thresholding Methods Thresholding is the operation of converting a multilevel image into a binary image i.e., it assigns the value of 0 (background) or 1 (objects or foreground) to each pixel of an image based on a comparison with some threshold value T (intensity or color value). When T is constant, the approach is called global thresholding; otherwise, it is called local thresholding. Global thresholding methods can fail when the background illumination is uneven. Multiple thresholds are used to compensate for uneven illumination. Threshold selection is typically done interactively. 3. Edge Detection Methods Edge detection methods locate the pixels in the image that correspond to the edges of the objects seen in the image. The result is a binary image with the detected edge pixels. Common algorithms used are Sobel, Prewitt, Robert, Canny and Laplacian operators. These algorithms are suitable for images that are simple and noise free; and will often produce missing edges, or extra edges on complex and noisy images. 4. Region-Based Methods The goal of region-based segmentation is to use image characteristics to map individual pixels in an input image to sets of pixels called regions that might correspond to an object or a meaningful part of one. The various techniques are: Local techniques, Global techniques and Splitting and merging techniques. The effectiveness of region growing algorithms depends on the application area and the input image. If the image is sufficiently simple, simple local techniques can be effective. However, on difficult scenes, even the most sophisticated techniques may not produce a satisfactory segmentation. Edge-based techniques are based on the assumption that pixel values change rapidly at the edge between two regions Operators such as Sobel or Roberts operators can be used to detect the edges. And some post procedures such as edge tracking, gap filling can be used to generate closed curves. Region- based techniques are based on the assumption that adjacent pixels in the same region should be consistent in some properties. Namely, they may have similar characteristic such as grey value, color value or texture. The deformable models are based on curves or surfaces defined within an image that moves due to the influence of certain forces [8]. And the global optimization approaches use a global criterion when segmenting the image. III. Problem Statement Image segmentation is a key step from the image processing to image analysis, it occupy an important place. On the other hand, as the image segmentation, the target expression based on segmentation, the feature extraction and parameter measurement that converts the original image to more abstract and more compact form, it is possible to make high-level image analysis and understanding. If the input brain image is colorized , it is converted into gray image. First read the red, blue and green value of each pixel and then after formulation, three different values are converted into gray value. The automated edge detection technique is proposed to detect the edges of the regions of interest on the digital images automatically. The method is employed to segment an image into two symmetric regions based on finding pixels that are of similar in nature. The more symmetrical the two regions have, the more the edges are weakened. At the same time, the edges not symmetrical are enhanced. In the end, according to the enhancing
  • 3. Narkhede Sachin et al Int. Journal of Engineering Research and Applications www.ijera.com ISSN : 2248-9622, Vol. 4, Issue 6( Version 3), June 2014, pp.98-103 www.ijera.com 100 | P a g e effect, the unsymmetrical regions can be detected, which is caused by brain tumor. IV. The Proposed Mechanism Figure 4.1: Proposed Model It is based on the image segmentation method, which refers to the major step in image processing, the inputs are images and, outputs are the attributes extracted from those images. It will help to find out symmetric extraction of the brain image. 4.1 Data Pre-processing The MRI images are subject to various types of noises such as irregularities etc. These noises may degrade the quality of the MR image and consequently it cannot provide correct information for subsequent image segmentation and edge detection. In order to improve the quality of the MR image, operations need to be performed to remove or decrease degradations suffered in its acquisition. Preprocessing is also needed in order to homogenize and separate the intensity distributions of the malignant and benign tissues. This can be achieved by using several denoising techniques, viz., Gaussian filter, median filter.  Image Smoothing Image smoothing act as the pre-processing step for image segmentation, as, almost all of the images suffers from the problem of noise effects. So, pre- processing act as an important aid to the every already existing segmentation methods, in which specialized filters as described above smooth the image and simplifying it for subsequent segmentation step.  Image Contrast Enhancement Poor contrast is usually one of the most common defects found in the acquired image. This degradation probably is caused by inadequate aperture size and noise. Sometimes this is caused of non linear mapping of the image intensity. The effect of such defects has a great impact on the contrast of the acquired image. In this case, the gray level of each pixel is scaled to improve the contrast of the acquired image. Contrast enhancement step sometimes proves to be one of the important pre-processing steps, especially in case when image has a poor contrast. In the present work, the contrast of the smoothened image is enhanced using the image processing toolbox functions. This improves the visualization of the original image and thus makes the object of interest more clearly visible. In the first step proper threshold is chosen in order to distinguish the interior area from other organs in the MR image dataset. Then gradient magnitude is computed by using one of Robert, Prewitt or Canny operator and employed as the definition of homogeneity criterion. This implementation allowed stable boundary detection when the gradient suffers from intersection variations and gaps. By analyzing the gradient magnitude, the sufficient contrast present on the boundary region that increases the accuracy of segmentation. 4.2 Bilateral Symmetry Axis Bilateral symmetry axis defining is a straightforward evaluation method that is commonly used for comparing the corresponding MRI brain images to determine the ROI in the image. Structural and functional asymmetry in the human brain and nervous system is reviewed in a historical perspective. Brain asymmetry is one of such examples, which is a difference in size or shape, or both. Asymmetry analysis of brain has great importance because it is not only indicator for brain cancer but also predict future potential risk for the same. In our work, we have concentrated to segment the anatomical regions of brain, isolate the border line of each to investigate the presence of asymmetry of anatomical regions in MRI. The term asymmetry is often substituted for the term laterality when it comes to left–right differences in psychology and the neurosciences. However, while the term asymmetry can mean both structural and functional left–right dissimilarities, laterality is typically only used in relation to functional asymmetry. Input MR Images Possible Tumor Area Normal Brain Tumor Affected Bilateral Symmetry Axis Segmentation Pre-processing
  • 4. Narkhede Sachin et al Int. Journal of Engineering Research and Applications www.ijera.com ISSN : 2248-9622, Vol. 4, Issue 6( Version 3), June 2014, pp.98-103 www.ijera.com 101 | P a g e 4.3 Segmentation The goal of segmentation is to isolate the regions of interest depending on the problem and its characters. A gray level image consists of two main features, namely region and edge. Segmentation algorithms for gray images are generally based on of two basic properties of image intensity values, discontinuity and similarity. The method is employed to segment an image into two symmetric regions based on finding pixels that are of similar in nature. The method has the advantage that it is fairly robust, quick, and parameter free except for its dependency on the order of pixel processing. The more symmetrical the two regions have, the more the edges are weakened. At the same time, the edges not symmetrical are enhanced. In the end, according to the enhancing effect, the unsymmetrical regions can be detected, which is caused by brain tumor. The output is shown in Figure 3.3 Figure 4.2: Ideal symmetry axis is extracted as the intersection of two halves brain image V. Methodology Used Step 1:Use canny edge detection technique for the finding the edges in brain image. Step 2:Determine the Mid pixel position of the row and read the intensity of Mid pixel of row Step 3:Fit the curve by using LSM and Crammer rule. Step 4:Show the curve in tumor affected area. Step 5:Calculate and Show the tumor area by using Automatic brain tumor detection VI. Performance Analysis Performance analysis is looking at program execution to pinpoint where bottlenecks or other performance problems might occur. Once you know where potential trouble spots are, you can change your code to remove or reduce their impact. Experimental analysis and statistical analysis are carried out to analyze the performance of the system. Evaluation of the images showed that under noisy conditions Canny, Prewitt, Robert, exhibit better performance, respectively. Canny yielded the best results as shown in Figure 6.1. This was expected as Canny edge detection accounts for regions in an image. Canny yields thin lines for its edges by using non-maximal suppression. Canny also utilizes hysteresis with thresholding. Graph 6.1: Number of detected edges Screen 6.1 Starting window Click on “Select Input” button then same window will appear contains a grey/color image. Screen 6.2 : Input Image from database for segmentation 0 2000 4000 6000 8000 397384 19790628 19410407 19560416 19530428 19430618 No. of edges Patient ID Number of detected edges Robert Prewitt Canny
  • 5. Narkhede Sachin et al Int. Journal of Engineering Research and Applications www.ijera.com ISSN : 2248-9622, Vol. 4, Issue 6( Version 3), June 2014, pp.98-103 www.ijera.com 102 | P a g e Click on any one of “Segmentation” button & then on “Bilateral Axis” button then figure window will appear which contains number of edges for that particular algorithm and same GUI contains a bilateral axis image. Screen 6.3: Bilateral Axis In next step, Click on “Possible Tumor Area” button then figure window will appear on same GUI and the detected possible tumor area are shown in red/green/blue color. Screen 6.4: Possible Tumor Area In last step, Click on “Show Result” button then figure window will appear and show volume of possible tumor. Screen 6.5: Volume of possible tumor area If tumor is not present, then it will generate message Possible tumor area are not found” Screen 6.6: Message for healthy brain VII. Conclusion A new system that can be used as a second decision for the surgeons and radiologists is proposed.High grade tumor have more true edges than low grade.MRI of healthy brain has an obviously character almost bilateral symmetrical .However, if there is macroscopic tumor, the symmetry characteristic will be weakened According to the influence on the symmetry by the tumor, we develop a segment algorithm to detect the tumor region automatically References [1] Yu-Ning Liu Chung-Han Huang, Wei-Lun Chao, “DIP: Final project report Image segmentation based on the normalized cut framework”, Volume-2, pp124-189. [2] Chin-Ya Huang, Mon-Ju Wu , “Image Segmentation”, ECE 533 Final Project, Fall
  • 6. Narkhede Sachin et al Int. Journal of Engineering Research and Applications www.ijera.com ISSN : 2248-9622, Vol. 4, Issue 6( Version 3), June 2014, pp.98-103 www.ijera.com 103 | P a g e 2006 University of Wisconsin- Madison, pp 1-3. [3] B. Peng, L. Zheng and J. Yang, “Iterated Graph Cuts for Image Segmentation”, Asian Conference on Computer Vision (ACCV’09), Xi'an, China, September 2009, pp.23-27. [4] Sharma, G., Yrzel, M.J., Trussel, H.J. “ Color imaging for multimedia” , Proceedings of the IEEE, 86(6), 1998, pp- 1088-1108. [5] Wenbing Tao, Hai, Yimin Zhang Jin, “Color Image Segmentation Based on Mean Shift and Normalized Cuts”, IEEE Trans. On System Man and Cybernetics-Part B, Volume 37, No. 5, Oct 2007, pp-1382-1389. [6] F. Z. Kettaf, D. Bi, and J. P. Asselin de Beauville , "A comparison study of image segmentation by clustering techniques", IEEE Trans, Vol. 2,1996, pp. 1280-1283. [7] Jai- Nan Wang, Jun Kong, Ying- Hualu, “ A Region- Based SRG Algorithm For Color Image Segmentation”, Proceedings of the Sixth International Conference on Machine Learning and Cybernetics, Hong Kong, 19- 22 August 2007 ,pp. 1-2. [8] Kass, M., Witkin, A., Terzopoulos, D., “Snakes: Active contour models”, International Journal Computer Vision ,Volume 1 (4), 1988, pp.321–331. [9] Samir K. Bandyopadhyay,” Finding Bilateral Symmetry of the Human Brain from MRI”, Journal of Global Research in Computer Science, Volume 2, No. 2, February 2011,pp. 33-34. [10] Sabina Breitenmoser,”Evalutation and implementation of neural brain activity detection methods for fMRI”, Linkoping University, Sweden,21 February 2005,pp.13- 18. [11] Ola Friman,”Adaptive Analysis of Functional MRI Data”, Dissertation No. 836 at Department of Biomedical Engineering, Linkoping University, Sweden, 2003, pp. 8- 10. [12] Smita Pradhan , “Development of Unsupervised Image Segmentation Schemes for Brain MRI using HMRF model”, Master Thesis at Department of EE, NIT, Rourkela, 25 Mar 2010, pp. 4-6. [13] D.L. Pham, J. L. Prince, “Adaptive fuzzy segmentation of magnetic resonance images”,IEEE Trans. Medical Imaging, Vol. 18, 1999, pp. 737-740.