SlideShare a Scribd company logo
International Journal of Research in Advent Technology, Vol.2, No.5, May 2014 
E-ISSN: 2321-9637 
211 
An Integrated Brain Tumour Detection Technique 
Charutha S 1, M.J.Jayashree 2 
P G Scholar, Department of Electronics & Communication Engineering1 
Associate Professor, Department of Electronics & Communication Engineering 2, 
Mar Baselios College of Engineering & Technology, Kerala University1, 2 
Email: charu.sreekandan@gmail.com1, jayashreemj@yahoo.com2 
Abstract- Brain tumour can be easily detected from Magnetic Resonance Imaging (MRI) images with the help 
of image processing techniques. It includes several types of segmentation techniques which separates the tumour 
from MRI. Here, an integrated method of brain tumour detection which combines modified texture based region 
growing and edge detection is proposed. Simulation is done in MATLAB. Results show that the proposed 
method is better and more accurate when compared to the individual modified texture based region growing and 
edge detection. The proposed method will help to detect the tumour more efficiently. 
Index Terms- Brain; Tumour detection; Segmentation; MRI; Modified texture segmentation; Edge detection. 
1. INTRODUCTION 
Brain tumour is a deadly disease and it can be either 
benign or malignant. Different types of imaging 
techniques like Magnetic Resonance Imaging (MRI), 
Computed Tomography (CT) etc. are there for the 
proper detection of brain tumour. From these imaging 
techniques, detection of brain tumour can be done 
efficiently by automatic detection. Automatic brain 
tumour detection can be performed by using image 
processing techniques. The most useful image 
processing technique is segmentation. Different 
techniques have been proposed in the area of tumour 
detection using image processing. M. Usman Akram 
and Anam Usman proposed global thresholding for 
the brain tumour detection. Here morphological 
operation is also applied after segmentation [1]. 
Manoj K Kowar and Sourabh Yadav proposed a novel 
brain tumour detection technique which is based on 
histogram thresholding. Here the threshold point of 
the histograms of the two brain halves is determined 
and based on that point the presence and the physical 
dimension of the tumour is determined [2]. P. 
Kanungo, P. K. Nanda and U. C. Samal discussed 
about another segmentation technique which uses 
genetic algorithm for the selection of threshold from 
the histogram of MR brain images [3]. A review of 
fully automated brain tumour detection techniques 
from MRI images and CT images is made. Here 
methods based on artificial neural network, wavelets 
etc. are discussed [4]. Comparisons of different 
segmentation techniques which can be used for brain 
tumour detection are also done by P. K. Srimani and 
Shanthi Mahesh. Here detection methods using global 
thresholding, histogram clustering, watershed 
segmentation and edge based segmentation were 
discussed [5]. Rajesh C. Patil and Dr. A. S. 
Bhalchandra proposed another brain tumour detection 
technique which uses threshold segmentation and 
watershed segmentation [6]. Seeded region growing 
method is also implemented for the tumour detection 
based on texture analysis. Texture analysis will help 
to know the presence of tumour and segmented only if 
the presence of tumour is detected [7]. Robert D. 
Ambrosini, Peng Wang and Walter G. O’Dell 
demonstrated a three-dimensional (3D) template 
matching-based algorithm for detecting brain 
metastases from the MR brain images [8]. 
In the brain tumour detection which we propose, 
an integration of two types of segmentation is used. 
They are modified texture based region growing 
technique and classical sobel edge detection 
technique. First the MRI image is segmented using 
modified texture based region growing which includes 
two constrains; one is the intensity constrain and other 
is the texture constrain [9]. The second integrated 
segmentation technique is sobel based edge detection. 
We have proved that the combined segmentation 
provide better results. 
Organization of the paper is as follows: The 
proposed technique is introduced in Section 2. The 
experimental results and conclusion are given in 
section 3 and section 4 respectively. 
2. METHODOLOGY 
The method we propose for the brain tumour 
detection incorporates two segmentation techniques. 
The steps in the implementation of the proposed 
method are shown in Fig.1. 
2.1. Image acquisition 
First, MR brain images of various patients are 
collected from publicly available sources. They are 
further processed for detecting the tumour accurately.
International Journal of Research in Advent Technology, Vol.2, No.5, May 2014 
E-ISSN: 2321-9637 
212 
Fig.1. Flow chart of the proposed technique [9] 
2.2. Pre-processing 
Before segmentation, some pre-processing techniques 
are applied to the MR brain images to remove the 
noise present in the image [9]. The noise is removed 
by high pass filtering and median filtering. 
2.3. Modified texture based region growing 
segmentation 
Segmentation of MRI images can be done using 
region growing segmentation. The normal region 
growing method is a pixel based image segmentation 
method. In normal region growing, only the intensity 
constrain is taken into account i.e. initially a seed 
point and a particular threshold level of intensity is 
selected. If the difference between the intensity value 
of the seed point and the neighbouring pixel is below 
the selected threshold level, then those pixels are 
selected for region growing. In our proposed method, 
region growing technique based on two constrains is 
used for segmentation. The two disadvantages of 
normal region growing are over segmentation results 
and difficulty in distinguishing the shading of the real 
image. Since tumours have irregular shapes and 
inhomogeneous structure, intensity or shape based 
segmentation will be not much efficient. But they can 
be segmented more accurately by their textural 
properties. It increases the sensitivity of tumour 
detection since intensity variation of the tumour 
doesn’t affect the efficiency of tumour detection. So 
the first level of segmentation stage is implemented 
using modified texture based region growing. Here, 
first texture filtering is done on the pre-processed 
image. Based on it, a texture constrain is set in 
addition to the intensity constrain present in normal 
region growing. After setting the two constrains, 
region growing segmentation is done [9]. 
2.4. Edge detection 
After applying region growing segmentation, a 
classical edge detection method is applied. The edge 
detection used here is sobel based edge detection. 
After applying sobel based edge detection, the 
tumour part is extracted from the MR brain images. 
Since the integration of two types of segmentation 
techniques is used here, it provides better results 
compared to the individual existing techniques. Also 
texture based region growing provides more accurate 
results compared to the normal region growing 
technique. 
3. RESULTS AND DISCUSSIONS 
Simulation of the proposed method is done in 
MATLAB. The simulated results of the proposed 
method include the outputs of pre-processing stage, 
modified texture segmentation stage and edge 
detection stage. Also a comparison is made between 
the outputs of the proposed method and manual 
segmentation. 
A sample MR brain image, simulated outputs of 
pre-processing stage, modified texture segmentation 
stage, edge detection stage and comparison of manual 
segmentation and proposed method is shown in Fig. 
(2-6). 
Fig.2 Sample MRI image with tumour 
Image Acquisition 
Pre-processing 
Modified texture 
based region-growing 
segmentation 
Edge-detection 
Detect Tumour
International Journal of Research in Advent Technology, Vol.2, No.5, May 2014 
E-ISSN: 2321-9637 
213 
Fig.3. Steps in pre-processing stage 
Fig.4. Output of modified texture segmentation stage 
Fig.5. Output of proposed method 
Fig.6. Comparison of manual segmentation and output of proposed 
method 
From the simulated results, we can understand that 
the integrated brain tumour detection technique 
provides better and accurate results compared to the 
manual segmentation technique. 
4. CONCLUSION 
Different image processing techniques are existing for 
the detection of brain tumours from MRI images and 
every method has its own benefits and drawbacks. 
Here we propose an integrated brain tumour detection 
technique which combines modified texture based 
region growing segmentation and sobel based edge 
detection. Experimental results have proved that it 
provides accurate detection compared to the 
individual classical methods and manual segmentation 
methods. The future scope of the proposed technique 
is that it can be extended to use it with other edge 
detection methods. It can also be extended to detect 
the tumours in other parts of the human body. 
REFERENCES 
[1] M. Usman Akram; Anam Usman. (2011): 
“Computer aided system for brain tumour 
detection and segmentation,” IEEE International 
Conference on Computer Networks and 
Information Technology, pp. 299 – 302. 
[2] Manoj K Kowar; Sourabh Yadav. (2012):“Brain 
tumour detection and segmentation using 
histogram thresholding,” International Journal of 
Engineering and Advanced Technology, vol.1, 
pp.16-20. 
[3] P. Kanungo; P. K. Nanda; U. C. Samal: “Image 
segmentation using thresholding and genetic 
algorithm.” 
[4] Anjum Hayat Gondal; Muhammad Naeem 
Ahmed Khan. (2013): “A review of fully 
automated techniques for brain tumour detection 
from MR images,” International Journal of 
Modern Education and Computer Science, vol.5, 
pp. 55-61.
International Journal of Research in Advent Technology, Vol.2, No.5, May 2014 
E-ISSN: 2321-9637 
214 
[5] P.K.Srimani; Shanthi Mahesh. (2013): “A 
comparative study of different segmentation 
techniques for brain tumour detection”, 
International Journal of Emerging Technologies 
in Computational and Applied Sciences, vol.4, 
pp. 192-197. 
[6] Rajesh C. Patil; Dr. A. S. Bhalchandra: “Brain 
tumour extraction from MRI images using 
MATLAB”, International Journal of Electronics, 
Communication & Soft Computing Science and 
Engineering, vol.2, pp. 1-4. 
[7] Mukesh Kumar; Kamal K.Mehta. (2011): “A 
texture based tumour detection and automatic 
segmentation using seeded region growing 
method”, International Journal of Computer 
Technology and Applications, vol.2, pp.855-859. 
[8] Robert D. Ambrosini; Peng Wang; Walter G. 
O’Dell. (2010): “Computer-aided detection of 
metastatic brain tumours using automated three-dimensional 
template matching”, Journal of 
Magnetic Resonance Imaging, pp.85-93. 
[9] K. S. Angel Viji; Dr J. Jayakumari. (2013): 
“Modified texture based region growing 
segmentation of MR brain images”, IEEE 
Conference on Information and Communication 
Technologies, pp.691-695.

More Related Content

PDF
Automatic Diagnosis of Abnormal Tumor Region from Brain Computed Tomography I...
PDF
Literature Survey on Detection of Brain Tumor from MRI Images
PDF
Brain Tumor Segmentation and Extraction of MR Images Based on Improved Waters...
PDF
IRJET- An Efficient Brain Tumor Detection System using Automatic Segmenta...
PDF
Image Segmentation and Identification of Brain Tumor using FFT Techniques of ...
PDF
DETECTING BRAIN TUMOUR FROM MRI IMAGE USING MATLAB GUI PROGRAMME
PDF
IRJET- Brain Tumor Detection and Classification with Feed Forward Back Propag...
PDF
Identifying brain tumour from mri image using modified fcm and support
Automatic Diagnosis of Abnormal Tumor Region from Brain Computed Tomography I...
Literature Survey on Detection of Brain Tumor from MRI Images
Brain Tumor Segmentation and Extraction of MR Images Based on Improved Waters...
IRJET- An Efficient Brain Tumor Detection System using Automatic Segmenta...
Image Segmentation and Identification of Brain Tumor using FFT Techniques of ...
DETECTING BRAIN TUMOUR FROM MRI IMAGE USING MATLAB GUI PROGRAMME
IRJET- Brain Tumor Detection and Classification with Feed Forward Back Propag...
Identifying brain tumour from mri image using modified fcm and support

What's hot (18)

PDF
IRJET - An Efficient Approach for Multi-Modal Brain Tumor Classification usin...
PDF
Fully Automatic Method for 3D T1-Weighted Brain Magnetic Resonance Images Seg...
PDF
Brain tumor detection and localization in magnetic resonance imaging
PDF
BRAIN CANCER CLASSIFICATION USING BACK PROPAGATION NEURAL NETWORK AND PRINCIP...
PDF
An overview of automatic brain tumor detection frommagnetic resonance images
PDF
IRJET-A Review on Brain Tumor Detection using BFCFCM Algorithm
PDF
E0413024026
PDF
MRI Image Segmentation Using Gradient Based Watershed Transform In Level Set ...
PDF
Brain tumor classification using artificial neural network on mri images
PDF
IRJET- Brain Tumor Detection using Image Processing, ML & NLP
PDF
Efficient Brain Tumor Detection Using Wavelet Transform
PDF
An Efficient Brain Tumor Detection Algorithm based on Segmentation for MRI Sy...
PDF
Tumor Detection from Brain MRI Image using Neural Network Approach: A Review
PDF
IRJET - Fusion of CT and MRI for the Detection of Brain Tumor by SWT and Prob...
PDF
Mri brain tumour detection by histogram and segmentation
PDF
Brain tumor detection and segmentation using watershed segmentation and morph...
PDF
Classification of Abnormalities in Brain MRI Images Using PCA and SVM
PDF
Optimizing Problem of Brain Tumor Detection using Image Processing
IRJET - An Efficient Approach for Multi-Modal Brain Tumor Classification usin...
Fully Automatic Method for 3D T1-Weighted Brain Magnetic Resonance Images Seg...
Brain tumor detection and localization in magnetic resonance imaging
BRAIN CANCER CLASSIFICATION USING BACK PROPAGATION NEURAL NETWORK AND PRINCIP...
An overview of automatic brain tumor detection frommagnetic resonance images
IRJET-A Review on Brain Tumor Detection using BFCFCM Algorithm
E0413024026
MRI Image Segmentation Using Gradient Based Watershed Transform In Level Set ...
Brain tumor classification using artificial neural network on mri images
IRJET- Brain Tumor Detection using Image Processing, ML & NLP
Efficient Brain Tumor Detection Using Wavelet Transform
An Efficient Brain Tumor Detection Algorithm based on Segmentation for MRI Sy...
Tumor Detection from Brain MRI Image using Neural Network Approach: A Review
IRJET - Fusion of CT and MRI for the Detection of Brain Tumor by SWT and Prob...
Mri brain tumour detection by histogram and segmentation
Brain tumor detection and segmentation using watershed segmentation and morph...
Classification of Abnormalities in Brain MRI Images Using PCA and SVM
Optimizing Problem of Brain Tumor Detection using Image Processing
Ad

Viewers also liked (20)

PDF
Paper id 2920142
PDF
Paper id 28201417
PDF
Paper id 252014107
PDF
Paper id 2120143
PDF
Paper id 21201410
PDF
Paper id 25201440
PDF
Paper id 21201485
PDF
Tác dụng của đông trùng hạ thảo đến cơ thể con người
PDF
Paper id 252014125
PDF
Paper id 26201483
PDF
Paper id 25201466
PDF
Paper id 28201451
PDF
Paper id 24201424
PPTX
Lənkəran şəhər A.Məhərrəmov adına 7 № li tam orta məktəb
PDF
地方財政、預算經驗談-黃崇哲(2014.09.23)
PDF
Paper id 25201479
PDF
Paper id 25201463
PDF
Paper id 25201496
PDF
Paper id 24201456
PDF
Paper id 2420148
Paper id 2920142
Paper id 28201417
Paper id 252014107
Paper id 2120143
Paper id 21201410
Paper id 25201440
Paper id 21201485
Tác dụng của đông trùng hạ thảo đến cơ thể con người
Paper id 252014125
Paper id 26201483
Paper id 25201466
Paper id 28201451
Paper id 24201424
Lənkəran şəhər A.Məhərrəmov adına 7 № li tam orta məktəb
地方財政、預算經驗談-黃崇哲(2014.09.23)
Paper id 25201479
Paper id 25201463
Paper id 25201496
Paper id 24201456
Paper id 2420148
Ad

Similar to Paper id 25201482 (20)

PDF
L045047880
PDF
A Review on Brain Disorder Segmentation in MR Images
PDF
Ijetcas14 313
PDF
Q04503100104
PDF
Brain tumor detection and segmentation using watershed segmentation and morph...
PDF
285-IJAEMA-FEBRUARY-3487.pdf
PDF
M010128086
PDF
B04530612
PDF
MRI Image Segmentation by Using DWT for Detection of Brain Tumor
PDF
A novel framework for efficient identification of brain cancer region from br...
PDF
IRJET- A Novel Segmentation Technique for MRI Brain Tumor Images
PDF
Brain tumor mri image segmentation and detection
PDF
M1803047782
PDF
IRJET - Detection of Brain Tumor from MRI Images using MATLAB
PDF
Trends and Techniques of Medical Image Analysis and Brain Tumor Detection
PDF
A deep learning approach for brain tumor detection using magnetic resonance ...
PDF
A Review Paper On Brain Tumor Segmentation And Detection
PDF
IRJET- Review of Detection of Brain Tumor Segmentation using MATLAB
PDF
8. 22760.pdf
PDF
A Review on the Brain Tumor Detection and Segmentation Techniques
L045047880
A Review on Brain Disorder Segmentation in MR Images
Ijetcas14 313
Q04503100104
Brain tumor detection and segmentation using watershed segmentation and morph...
285-IJAEMA-FEBRUARY-3487.pdf
M010128086
B04530612
MRI Image Segmentation by Using DWT for Detection of Brain Tumor
A novel framework for efficient identification of brain cancer region from br...
IRJET- A Novel Segmentation Technique for MRI Brain Tumor Images
Brain tumor mri image segmentation and detection
M1803047782
IRJET - Detection of Brain Tumor from MRI Images using MATLAB
Trends and Techniques of Medical Image Analysis and Brain Tumor Detection
A deep learning approach for brain tumor detection using magnetic resonance ...
A Review Paper On Brain Tumor Segmentation And Detection
IRJET- Review of Detection of Brain Tumor Segmentation using MATLAB
8. 22760.pdf
A Review on the Brain Tumor Detection and Segmentation Techniques

More from IJRAT (20)

PDF
96202108
PDF
97202107
PDF
93202101
PDF
92202102
PDF
91202104
PDF
87202003
PDF
87202001
PDF
86202013
PDF
86202008
PDF
86202005
PDF
86202004
PDF
85202026
PDF
711201940
PDF
711201939
PDF
711201935
PDF
711201927
PDF
711201905
PDF
710201947
PDF
712201907
PDF
712201903
96202108
97202107
93202101
92202102
91202104
87202003
87202001
86202013
86202008
86202005
86202004
85202026
711201940
711201939
711201935
711201927
711201905
710201947
712201907
712201903

Paper id 25201482

  • 1. International Journal of Research in Advent Technology, Vol.2, No.5, May 2014 E-ISSN: 2321-9637 211 An Integrated Brain Tumour Detection Technique Charutha S 1, M.J.Jayashree 2 P G Scholar, Department of Electronics & Communication Engineering1 Associate Professor, Department of Electronics & Communication Engineering 2, Mar Baselios College of Engineering & Technology, Kerala University1, 2 Email: [email protected], [email protected] Abstract- Brain tumour can be easily detected from Magnetic Resonance Imaging (MRI) images with the help of image processing techniques. It includes several types of segmentation techniques which separates the tumour from MRI. Here, an integrated method of brain tumour detection which combines modified texture based region growing and edge detection is proposed. Simulation is done in MATLAB. Results show that the proposed method is better and more accurate when compared to the individual modified texture based region growing and edge detection. The proposed method will help to detect the tumour more efficiently. Index Terms- Brain; Tumour detection; Segmentation; MRI; Modified texture segmentation; Edge detection. 1. INTRODUCTION Brain tumour is a deadly disease and it can be either benign or malignant. Different types of imaging techniques like Magnetic Resonance Imaging (MRI), Computed Tomography (CT) etc. are there for the proper detection of brain tumour. From these imaging techniques, detection of brain tumour can be done efficiently by automatic detection. Automatic brain tumour detection can be performed by using image processing techniques. The most useful image processing technique is segmentation. Different techniques have been proposed in the area of tumour detection using image processing. M. Usman Akram and Anam Usman proposed global thresholding for the brain tumour detection. Here morphological operation is also applied after segmentation [1]. Manoj K Kowar and Sourabh Yadav proposed a novel brain tumour detection technique which is based on histogram thresholding. Here the threshold point of the histograms of the two brain halves is determined and based on that point the presence and the physical dimension of the tumour is determined [2]. P. Kanungo, P. K. Nanda and U. C. Samal discussed about another segmentation technique which uses genetic algorithm for the selection of threshold from the histogram of MR brain images [3]. A review of fully automated brain tumour detection techniques from MRI images and CT images is made. Here methods based on artificial neural network, wavelets etc. are discussed [4]. Comparisons of different segmentation techniques which can be used for brain tumour detection are also done by P. K. Srimani and Shanthi Mahesh. Here detection methods using global thresholding, histogram clustering, watershed segmentation and edge based segmentation were discussed [5]. Rajesh C. Patil and Dr. A. S. Bhalchandra proposed another brain tumour detection technique which uses threshold segmentation and watershed segmentation [6]. Seeded region growing method is also implemented for the tumour detection based on texture analysis. Texture analysis will help to know the presence of tumour and segmented only if the presence of tumour is detected [7]. Robert D. Ambrosini, Peng Wang and Walter G. O’Dell demonstrated a three-dimensional (3D) template matching-based algorithm for detecting brain metastases from the MR brain images [8]. In the brain tumour detection which we propose, an integration of two types of segmentation is used. They are modified texture based region growing technique and classical sobel edge detection technique. First the MRI image is segmented using modified texture based region growing which includes two constrains; one is the intensity constrain and other is the texture constrain [9]. The second integrated segmentation technique is sobel based edge detection. We have proved that the combined segmentation provide better results. Organization of the paper is as follows: The proposed technique is introduced in Section 2. The experimental results and conclusion are given in section 3 and section 4 respectively. 2. METHODOLOGY The method we propose for the brain tumour detection incorporates two segmentation techniques. The steps in the implementation of the proposed method are shown in Fig.1. 2.1. Image acquisition First, MR brain images of various patients are collected from publicly available sources. They are further processed for detecting the tumour accurately.
  • 2. International Journal of Research in Advent Technology, Vol.2, No.5, May 2014 E-ISSN: 2321-9637 212 Fig.1. Flow chart of the proposed technique [9] 2.2. Pre-processing Before segmentation, some pre-processing techniques are applied to the MR brain images to remove the noise present in the image [9]. The noise is removed by high pass filtering and median filtering. 2.3. Modified texture based region growing segmentation Segmentation of MRI images can be done using region growing segmentation. The normal region growing method is a pixel based image segmentation method. In normal region growing, only the intensity constrain is taken into account i.e. initially a seed point and a particular threshold level of intensity is selected. If the difference between the intensity value of the seed point and the neighbouring pixel is below the selected threshold level, then those pixels are selected for region growing. In our proposed method, region growing technique based on two constrains is used for segmentation. The two disadvantages of normal region growing are over segmentation results and difficulty in distinguishing the shading of the real image. Since tumours have irregular shapes and inhomogeneous structure, intensity or shape based segmentation will be not much efficient. But they can be segmented more accurately by their textural properties. It increases the sensitivity of tumour detection since intensity variation of the tumour doesn’t affect the efficiency of tumour detection. So the first level of segmentation stage is implemented using modified texture based region growing. Here, first texture filtering is done on the pre-processed image. Based on it, a texture constrain is set in addition to the intensity constrain present in normal region growing. After setting the two constrains, region growing segmentation is done [9]. 2.4. Edge detection After applying region growing segmentation, a classical edge detection method is applied. The edge detection used here is sobel based edge detection. After applying sobel based edge detection, the tumour part is extracted from the MR brain images. Since the integration of two types of segmentation techniques is used here, it provides better results compared to the individual existing techniques. Also texture based region growing provides more accurate results compared to the normal region growing technique. 3. RESULTS AND DISCUSSIONS Simulation of the proposed method is done in MATLAB. The simulated results of the proposed method include the outputs of pre-processing stage, modified texture segmentation stage and edge detection stage. Also a comparison is made between the outputs of the proposed method and manual segmentation. A sample MR brain image, simulated outputs of pre-processing stage, modified texture segmentation stage, edge detection stage and comparison of manual segmentation and proposed method is shown in Fig. (2-6). Fig.2 Sample MRI image with tumour Image Acquisition Pre-processing Modified texture based region-growing segmentation Edge-detection Detect Tumour
  • 3. International Journal of Research in Advent Technology, Vol.2, No.5, May 2014 E-ISSN: 2321-9637 213 Fig.3. Steps in pre-processing stage Fig.4. Output of modified texture segmentation stage Fig.5. Output of proposed method Fig.6. Comparison of manual segmentation and output of proposed method From the simulated results, we can understand that the integrated brain tumour detection technique provides better and accurate results compared to the manual segmentation technique. 4. CONCLUSION Different image processing techniques are existing for the detection of brain tumours from MRI images and every method has its own benefits and drawbacks. Here we propose an integrated brain tumour detection technique which combines modified texture based region growing segmentation and sobel based edge detection. Experimental results have proved that it provides accurate detection compared to the individual classical methods and manual segmentation methods. The future scope of the proposed technique is that it can be extended to use it with other edge detection methods. It can also be extended to detect the tumours in other parts of the human body. REFERENCES [1] M. Usman Akram; Anam Usman. (2011): “Computer aided system for brain tumour detection and segmentation,” IEEE International Conference on Computer Networks and Information Technology, pp. 299 – 302. [2] Manoj K Kowar; Sourabh Yadav. (2012):“Brain tumour detection and segmentation using histogram thresholding,” International Journal of Engineering and Advanced Technology, vol.1, pp.16-20. [3] P. Kanungo; P. K. Nanda; U. C. Samal: “Image segmentation using thresholding and genetic algorithm.” [4] Anjum Hayat Gondal; Muhammad Naeem Ahmed Khan. (2013): “A review of fully automated techniques for brain tumour detection from MR images,” International Journal of Modern Education and Computer Science, vol.5, pp. 55-61.
  • 4. International Journal of Research in Advent Technology, Vol.2, No.5, May 2014 E-ISSN: 2321-9637 214 [5] P.K.Srimani; Shanthi Mahesh. (2013): “A comparative study of different segmentation techniques for brain tumour detection”, International Journal of Emerging Technologies in Computational and Applied Sciences, vol.4, pp. 192-197. [6] Rajesh C. Patil; Dr. A. S. Bhalchandra: “Brain tumour extraction from MRI images using MATLAB”, International Journal of Electronics, Communication & Soft Computing Science and Engineering, vol.2, pp. 1-4. [7] Mukesh Kumar; Kamal K.Mehta. (2011): “A texture based tumour detection and automatic segmentation using seeded region growing method”, International Journal of Computer Technology and Applications, vol.2, pp.855-859. [8] Robert D. Ambrosini; Peng Wang; Walter G. O’Dell. (2010): “Computer-aided detection of metastatic brain tumours using automated three-dimensional template matching”, Journal of Magnetic Resonance Imaging, pp.85-93. [9] K. S. Angel Viji; Dr J. Jayakumari. (2013): “Modified texture based region growing segmentation of MR brain images”, IEEE Conference on Information and Communication Technologies, pp.691-695.