SlideShare una empresa de Scribd logo
1 de 8
Descargar para leer sin conexión
International Journal of Computer Science & Information Technology (IJCSIT) Vol 8, No 1, February 2016
DOI:10.5121/ijcsit.2016.8104 47
SEGMENTATION OF MAGNETIC RESONANCE BRAIN
TUMOR USING INTEGRATED FUZZY K-MEANS
CLUSTERING
P.Pedda Sadhu Naik1
and T.Venu Gopal2
1
Research Scholar in CSE Department, JNTUK, Kakinada, India
2
Associate Professor, CSE Department, JNT UCE, Sulthanpur, India
ABSTRACT
Segmentation is a process of partitioning the image into several objects. It plays a vital role in many fields
such as satellite, remote sensing, object identification, face tracking and most importantly in medical field.
In radiology, magnetic resonance imaging (MRI) is used to investigate the human body processes and
functions of organisms. In hospitals, this technique has been using widely for medical diagnosis, to find the
disease stage and follow-up without exposure to ionizing radiation.Here in this paper, we proposed a novel
MR brain image segmentation method for detecting the tumor and finding the tumor area with improved
performance over conventional segmentation techniques such as fuzzy c means (FCM), K-means and even
that of manual segmentation in terms of precision time and accuracy. Simulation performance shows that
the proposed scheme has performed superior to the existing segmentation methods.
KEYWORDS
MR image, Tumor, Thresholding, FCM, K-means and binarization.
1. INTRODUCTION
In radiology, magnetic resonance imaging (MRI) [1] is used to investigate the human body
processes and functions of organisms. These images can be formed by using the magnetic
fields and radio waves. In hospitals, this technique has been using widely for medical diagnosis,
to find the disease stage and follow-up without exposure to ionizing radiation.MRI has a broad
range of applications in medical diagnosis and in all over world there are over 25,000 scanners to
be in use. It has an impact on diagnosis and treatment in many specialties although the effect on
improved health outcomes is uncertain. MRT is more preferable over computed tomography (CT)
since it does not use any ionizing radiation, when either modality could yield the same
information. The sustained increase in demand for MRI within the healthcare industry has led to
concerns about effectiveness of cost and over diagnosis. Segmenting an image is an effort to
group similar colors or elements of an image into a cluster or group. This can be achieved by
clustering, which clusters the number of colors or elements into several clusters based on the
similarity of color intensities and gray intensities of an image. Main objective of clustering an
image is dominant colors extraction from the images. By extracting the information from images
such as texture, color, shape and structure, the image segmentation can be very important to
simplify. Because of the information extraction in any images, the segmentation has been used in
many fields such as Enhancing the image, compression, retrieval systems i.e., search engines,
object detection, and medical image processing [2].
International Journal of Computer Science & Information Technology (IJCSIT) Vol 8, No 1, February 2016
48
From the past decades, there are so many approaches developed for the image segmentation.
Among those, Fuzzy c-means (FCM) is a well known method and very popular clustering
scheme, which will segment the image into several parts based on the membership function [4]
and [5]. After FCM, the K-means algorithm has been proposed to reduce the computational
complexity of FCM. Because of its ability to cluster huge data points very quickly, K-means has
been widely used in many applications [4], [7], [8] and [9]. Later years the Hierarchical clustering
is also widely applied for image segmentation [12], [13] and [14]. Then after, Gaussian Mixture
Model has been used with its variant Expectation Maximization for segmenting the images [17]
and [18].
Here in this paper, we proposed characterization of MR brain tumorusing shaft algorithm for
detecting the tumor and finding the tumor areausing number of white pixels in a segmented MR
image with an improved performance over conventional segmentation techniques such as fuzzy c
means (FCM), K-means and even that of manual segmentation in terms of precision time and
accuracy.
2. RELATED WORK
Manisha et. al. in [3] proposed an improved watershed segmentation algorithm, which provides
better results than the manually segmented algorithms but it includes few drawbacks like over-
segmentation and sensitivity to false edges. Recent years, fazel in [4] proposed a fuzzy expert
approach for segmenting the tumor cells from the MR brain images. However, that the fuzzy
approach has produced good segmented results but it suffers from determining the membership
function, which is used to cluster the similar pixels in MR image. Fuzzy will be worked with
allocation of membership function to the pixels based on the initial centroids selected from the
pixels of input image, which is to be segmented. Specifically, determining the number of the
cluster is a considerable limitation with FCM. Since the regions are spatially discontinuous grey
level similarity is only verified. Considering the experimental study FCM is converging to local
minima of the squared error criterion [4]. Then after, Mohammed et. al. in [5] proposed an
efficient brain tumor detection scheme based on the combination of spatial information with
fuzzy c-means which overcomes the drawback found in [4], but it takes much time to segment the
tumor and will suffer from false edges. To overcome, the drawbacks of manually segmented,
watershed and FCM [3], [4], and [5] clustering algorithms, Mary Praveena in [6] proposed a
fusion based image segmentation using k-means clustering, which is an extension to the above
mentioned algorithms and will provide the best results within less computational time. Later
years, there are so many algorithms such as histogram based approach, anisotropic diffusion and
FCM have been merged with the k-means and given the best performance over conventional
techniques [7], [8], [9] and [10]. However, this k-Means is limited to produce only hyper
spherical clusters. It depends on initial centroids. To update the new centroids the mean of the
pixel values of the respective clusters need to be estimated. The floating values obtained in some
iteration are not favorable. Significantly, positive integers or scalars are required to replace the
new centroids. Hence with K-means algorithm the optimal solution is difficult to achieve. In
order to overcome the drawbacks of k-means, Barakbahet. al. in [11] proposed a pillar algorithm
to solve the initial centroid designation problem, by considering the pixel maximization i.e.,
select maximum pixel value for centroid. Authors in [19] and [20] also proposed hybrid
algorithms for detecting the tumor, but they were failed to detect the tumor with higher
accuracy.However, the above mentioned algorithms have the drawbacks like more computational
time, less accuracy and inaccurate area estimation.
3. PROPOSED ALGORITHM
Here in the proposed clustering algorithm, we optimized the k-means clustering by applying
fuzzy algorithm.
International Journal of Computer Science & Information Technology (IJCSIT) Vol 8, No 1, February 2016
49
3.1. K-means clustering
1. First we will select the number of centroids randomly i.e., depends on number of clusters
2. Now, partition the objects within each cluster
3. It finds partitions such that pixels within each cluster are as close to each other as possible, and
as far from objects in other clusters as possible.
4. The objects are in the cluster or not will be calculated by measuring the distance between the
cluster pixels. When the calculated Euclidean distance has minima value then the pixels will be
grouped with the respective cluster.
5. Do the above process for remaining clusters also. Then, we will get three clusters with their
similar pixels.
6. Now, calculate the mean of each cluster and replace the mean values with the centroids
7. Repeat the same process with these new centroids by giving the number of iterations until
unless the convergence occurrence i.e., the mean value of clusters = cluster centroid value.
Flow chart of K-means clustering algorithm below Figure 1.
Figure 1. Flow chart of K-means clustering
3.2. Hybrid FKM Algorithm
Here in this section, we described our proposed hybrid fuzzy k-means (FKM) clustering in brief.
First, the preprocessing has been done using median filter, which is used to remove the noise
from digital images and will improve the quality of the image. Then the output of first stage will
be given to the k-means clustering which gives the segmented output of de-noised image. Now,
fuzzy clustering will be applied for the k-means segmented output to improve the segmentation
accuracy and exact detection of tumor from MR brain images. Finally, binarization will be used
to calculate the size of the tumor based on typography and digital imaging units [21].
International Journal of Computer Science & Information Technology (IJCSIT) Vol 8, No 1, February 2016
50
Figure 2. Proposed hybrid clustering algorithm
As mentioned in 3.1 section, while calculating the mean of cluster centroid pixels sometimes we
might get the floating values, but the pixel values in an image will always be integers which does
not have decimal values. Hence, we proposed a novel algorithm in figure 2 to fix this error. In the
proposed approach, segmented k-means output will be further segmented by fuzzy clustering for
improved accuracy. Then after, the binarization method will be applied to calculate the size of
tumor which has been detected by using proposed hybrid clustering algorithm.
3.3. Binarization
Binarization is used to calculate the tumor area. Here, we considered the images of size 256 x 256
and the pixels in the segmented image having only two values i.e., either black or white, where
the pixel value 0 denotes the black and 1 denotes the white. Hence, we can represent the
segmented output image as a summation of total number of white and black pixels.
= ∑ ∑ [ , 0 + , 1 ], where L=1, 2, 3…256
, 0 = black	pixel	having	the	value	of	zero,
, 1 = white pixels having the value of one
& =	' ' , 1
()
Where,
P = number of white pixels
Now, by using the above equation, we can calculate the area of the segmented tumor based on the
typography and digital imaging units [21], where one pixel is equal to 0.264583 millimeters. i.e.,
1 pixel = 0.264583 mm
Then the area of tumor can be expressed as follows:
*+,-./ = √&)*0.2646112
4. EXPERIMENTAL RESULTS
In this section, we had given an overview of conventional and proposed segmented results with
the area of tumor. All the experiments have been done in MATLAB 2014a 32-bit version with
International Journal of Computer Science & Information Technology (IJCSIT) Vol 8, No 1, February 2016
51
4GB RAM. We tested five set of images with various sizes such as 400x400, 512x512 and
600x600, which have the different stages of tumors. Then we evaluated the performance of
conventional schemes Fuzzy c means, K-means and manually segmented algorithms with the
proposed shaft algorithm for characterization of MR Brain tumors. The experimental results of
MRI tumor detection using proposed algorithm and existing algorithms will be shown in below
figure. By comparing the results our proposed approach for brain tumor detection will be more
effective, accurate and reduced computational time. Figure 3 shows that the segmented outputs of
manually segmented, FCM, K-means and proposed algorithms, we can observe that the proposed
algorithm has detected the tumor more effectively with less computational time as shown in
table-1.
(a) (b)
(c) (d)
(e)
Figure 3. (a) Original Image (b) Manually Segmented Image (c) Fuzzy C Means Algorithm(d) K-means
segmented image (e) Proposed method
In figure 4, we can see that the CPU computational time of existing and proposed algorithms for
sample 1. It shows that the proposed algorithm has taken 0.2496 seconds to detect the tumor
accurately as shown in fig 2 (e), and the existing algorithms have taken 11.2633 and 0.4056
seconds respectively. Area of tumor had given in figure 5, it shows that the proposed algorithm
has got the accurate area compared with the existing algorithms FCM, k-means and even manual
segmentation.
International Journal of Computer Science & Information Technology (IJCSIT) Vol 8, No 1, February 2016
52
Figure 4 CPU time comparison of existing and proposed algorithms for sample 1
Table-1 Existing and proposed algorithms computational time (in seconds)
S.
No. Cluster
algorithm
CPU Computation time (Seconds)
Sample1 Sample2 Sample3 Sample4 Sample5
1 Fuzzy C Means 11.2633 3.4008 2.9328 2.9172 4.4772
2 K-Means 0.4056 0.5148 0.4368 0.3432 0.9828
3 Proposed 0.2496 0.2340 0.2652 0.2808 0.2496
Table-2 Proposed and Conventional algorithms Tumor area in112
S.
No. Clustered algorithm
Area of the tumor( mm^2 )
Sample1 Sample2 Sample3 Sample4 Sample5
1 Manual Segmentation 8.8035 18.3038 18.8829 19.6782 22.6656
2 Fuzzy C-Means 13.6746 13.5954 13.4899 13.1497 18.9235
3 K-Means 6.1291 13.7077 13.5363 13.2053 19.0721
4 Proposed method 6.1462 12.1898 12.3602 11.6758 14.0442
Figure 5 Comparison of tumor area for sample 1
11.2633
0.4056 0.2496
0
5
10
15
FCM K-means Proposed
CPU Time (in seconds)
Manual FCM
K-
means
Propose
d
8.8035 13.6746 6.1291 6.1462
0
5
10
15
Areaoftumor
International Journal of Computer Science & Information Technology (IJCSIT) Vol 8, No 1, February 2016
53
5. CONCLUSION
Here in this paper, we had proposed a novel MR brain image segmentation for detecting the
tumor and to find the area of the tumor with improved accuracy and reduced computational time.
This paper deals with the new shaft algorithm for reducing the computational time and
binarization method to calculate the area interms of 112
based on the typography and digital
imaging units. We compared the simulation results with the existing algorithms with the proposed
shaft algorithm then after we found the area of tumor and calculated the CPU computational time.
Finally, the proposed algorithm has performed far better than the existing algorithms with
reduced computational time.
REFERENCES
1. https://en.wikipedia.org/wiki/Magnetic_resonance_imaging
2. https://en.wikipedia.org/wiki/Image_segmentation
3. Manisha Bhagwatl, R.K.Krishna&V.E.Pise, "Image Segmentation by Improved Watershed
Transformation in Programming Environment MATLAB" International Journal of Computer Science
& Communication Vol. 1, No. 2, pp. 171-174, 2010.
4. M.H. Fazel Zarandia, M. Zarinbala, M. Izadi, "Systematic image processing for diagnosing brain
tumors: A Type-II fuzzy expert system approach," Applied soft computing, pp: 285-294, 2011
5. S. ZulaikhaBeeviM, Mohamed Sathik, "An Effective Approach for Segmentation of MRI Images:
Combining Spatial Information with Fuzzy C-Means Clustering" European Journal of Scientific
Research, Vol. 41, No.3, pp.437-451, 2010.
6. S. Mary Praveena, Dr.I1aVennila, "Optimization Fusion Approach for Image Segmentation Using K-
Means Algorithm" International Journal of Computer Applications, Vol 2, No.7, June 2010.
7. M. Masroor Ahmed &Dzulkifli Bin Mohammad, "Segmentation of Brain MR Images for Tumor
Extraction by Combining K-means Clustering and Perona-Malik Anisotropic Diffusion Model"
International Journal of Image Processing, Vol. 2, No. 1, 2010
8. Tse-Wei Chen, Yi-Ling Chen, Shao-Yi Chien, "Fast Image Segmentation Based on K-Means
Clustering with Histograms in HSV Color Space" Journal of Scientific Research, Vol. 44 No.2,
pp.337-351, 2010.
9. Anil Z Chitade, " Colour based image segmentation using k-means clustering" International Journal
of Engineering Science and Technology Vol. 2(10), 5319-5325, 2010.
10. Selvakumar, J., Lakshmi, A., Arivoli, T., “Brain Tumor segmentation and its area Calculation in
Brain MR images using K-means Clustering and Fuzzy C-means algorithm”, International
Conference on Advances in Engineering, Science and Management (ICAESM), pp: 186-190, 2012.
11. Barakbah, A.R., Kiyoki. Y., “A Pillar algorithm for K-means Optimization by Distance Maximization
for Initial Centroid Designation”, IEEE Symposium on Computational Intelligence and Data Mining,
pp: 61-68, 2009.
12. A.M. Usó, F. Pla, P.G. Sevila, “Unsupervised Image Segmentation Using a Hierarchical Clustering
Selection Process”, Structural, Syntactic, and Statistical Pattern Recognition, Vol. 4109, pp. 799-807,
2006.
13. A.Z. Arifin, A. Asano, “Image segmentation by histogram thresholding using hierarchical cluster
analysis”, Pattern Recognition Letters, Vol. 27, no. 13, pp. 1515-1521, 2006.
14. B. Micušík, A. Hanbury, “Automatic Image Segmentation by Positioning a Seed*”, ECCV 2006, Part
II, LNCS 3952, Springer Berlin/Heidelberg, pp. 468-480, 2006.
15. J. Chen, J. Benesty, Y.A. Huang, S. Doclo, “New Insights Into the Noise Reduction Wiener Filter”,
IEEE Transactions on Audio, Speech, and Language Processing, Vol. 14, No. 4, 2006.
16. Y. Pan, J.D. Birdwell, S.M. Djouadi, “Bottom-Up Hierarchical Image Segmentation Using Region
Competition and the Mumford-Shah Functional”, Proc. 18th International Conference on Pattern
Recognition (ICPR), Vol. 2, pp. 117-121, 2006.
17. C. Carson, H. Greenspan, “Blob world: Image Segmentation Using Expectation-Maximization and Its
Application to Image Querying”, IEEE Transactions On Pattern Analysis And Machine Intelligence,
Vol. 24, No. 8, pp. 1026-1038, 2002.
18. C.J. Veenman, M.J.T. Reinders, E. Backer, “A maximum variance cluster algorithm”, IEEE
Transactions on Pattern Analysis and Machine Intelligence, Vol. 24, No. 9, pp. 1273-1280, 2002.
International Journal of Computer Science & Information Technology (IJCSIT) Vol 8, No 1, February 2016
54
19. Alan Jose, S. Ravi, M. Sambath, “Brain tumor Segmentation using k-means clustering and Fuzzy c-
means clustering And Its Area estimation”, International Journal of Innovation Research in
Computer and Communication Engineering (IJIRCCE), Vol. 2, No. 3, 2014.
20. Eman Abdel-Maksoud, Mohammed Elmogy, Rashid Al Awadhi, “Brain Tumor Segmentation based
on a Hybrid Clustering Technique”, Egyptian Informatics Journal, Vol. 16, No. 1, 2015.
21. http://www.unitconversion.org/typography/millimeters-to-pixels-x-conversion.html
AUTHORS
P.Pedda Sadhu Naik received B.Tech (CSE) Degree from JNTUniversity in 2003
and M.Tech (CS) Degree from JNTUCE Anatapur in 2007.He is doing Ph D from
JNTUK, Kakinada in Computer Science under the guidance of Dr T. Venu Gopal. He
has 12 years of teaching experience. He joined as Assistant Professor in Dr.Samuel
George Institute of Engineering & Technology, Markapur, India in 2003. Presently
he is working as Associate Professor and Head of the Department of CSE. His
Interested research areas are Image Processing and Soft Computing. He has life
member of ISTE and IAENG. He organized various National level Technical
Symposiums as Convener. He attended Various National and International Workshops and Conferences on
image Processing.
Dr.T.Venu Gopal received B.Tech (ECE) Degree from Osmania University
Hyderabad in 1994 and M.Tech (CSE) Degree from JNTUH Hyderabad in 2003.He
completed Ph D from JNTUH, Hyderabad in Computer Science. He is Associate
Professor, JNTUH College of Engineering, Jagityal. arimnagar District. He has
15years of teaching experience. He has worked in different colleges in different
levels. Presently he is working as Associate Professor in JNTUHCE Jagityala. His
Interested research areas are Image Processing and Soft Computing. He has life
member of ISTE and IAENG. He published more than 30 international journals. He
organized various National level Technical Symposiums as Convener. He attended
Various National and International Workshops and Conferences on image Processing.

Más contenido relacionado

La actualidad más candente

Geometric Correction for Braille Document Images
Geometric Correction for Braille Document Images  Geometric Correction for Braille Document Images
Geometric Correction for Braille Document Images
csandit
 
Segmentation techniques for extraction and description of tumour region from ...
Segmentation techniques for extraction and description of tumour region from ...Segmentation techniques for extraction and description of tumour region from ...
Segmentation techniques for extraction and description of tumour region from ...
Swarada Kanap
 
Comparative Assessments of Contrast Enhancement Techniques in Brain MRI Images
Comparative Assessments of Contrast Enhancement Techniques in Brain MRI ImagesComparative Assessments of Contrast Enhancement Techniques in Brain MRI Images
Comparative Assessments of Contrast Enhancement Techniques in Brain MRI Images
ijtsrd
 
Comparitive study of brain tumor detection using morphological operators
Comparitive study of brain tumor detection using morphological operatorsComparitive study of brain tumor detection using morphological operators
Comparitive study of brain tumor detection using morphological operators
eSAT Journals
 

La actualidad más candente (19)

40120130406009
4012013040600940120130406009
40120130406009
 
Brain Tumor Area Calculation in CT-scan image using Morphological Operations
Brain Tumor Area Calculation in CT-scan image using Morphological OperationsBrain Tumor Area Calculation in CT-scan image using Morphological Operations
Brain Tumor Area Calculation in CT-scan image using Morphological Operations
 
PPT on BRAIN TUMOR detection in MRI images based on IMAGE SEGMENTATION
PPT on BRAIN TUMOR detection in MRI images based on  IMAGE SEGMENTATION PPT on BRAIN TUMOR detection in MRI images based on  IMAGE SEGMENTATION
PPT on BRAIN TUMOR detection in MRI images based on IMAGE SEGMENTATION
 
Mass Segmentation Techniques For Lung Cancer CT Images
Mass Segmentation Techniques For Lung Cancer CT ImagesMass Segmentation Techniques For Lung Cancer CT Images
Mass Segmentation Techniques For Lung Cancer CT Images
 
Non negative matrix factorization ofr tuor classification
Non negative matrix factorization ofr tuor classificationNon negative matrix factorization ofr tuor classification
Non negative matrix factorization ofr tuor classification
 
Mri brain image segmentatin and classification by modified fcm &svm akorithm
Mri brain image segmentatin and classification by modified fcm &svm akorithmMri brain image segmentatin and classification by modified fcm &svm akorithm
Mri brain image segmentatin and classification by modified fcm &svm akorithm
 
Medical image analysis
Medical image analysisMedical image analysis
Medical image analysis
 
Ieee brain tumor
Ieee brain tumorIeee brain tumor
Ieee brain tumor
 
Tumour detection
Tumour detectionTumour detection
Tumour detection
 
brain tumor detection by thresholding approach
brain tumor detection by thresholding approachbrain tumor detection by thresholding approach
brain tumor detection by thresholding approach
 
Geometric Correction for Braille Document Images
Geometric Correction for Braille Document Images  Geometric Correction for Braille Document Images
Geometric Correction for Braille Document Images
 
Brain tumour segmentation based on local independent projection based classif...
Brain tumour segmentation based on local independent projection based classif...Brain tumour segmentation based on local independent projection based classif...
Brain tumour segmentation based on local independent projection based classif...
 
A Novel Adaptive Denoising Method for Removal of Impulse Noise in Images usin...
A Novel Adaptive Denoising Method for Removal of Impulse Noise in Images usin...A Novel Adaptive Denoising Method for Removal of Impulse Noise in Images usin...
A Novel Adaptive Denoising Method for Removal of Impulse Noise in Images usin...
 
Segmentation techniques for extraction and description of tumour region from ...
Segmentation techniques for extraction and description of tumour region from ...Segmentation techniques for extraction and description of tumour region from ...
Segmentation techniques for extraction and description of tumour region from ...
 
Comparative Assessments of Contrast Enhancement Techniques in Brain MRI Images
Comparative Assessments of Contrast Enhancement Techniques in Brain MRI ImagesComparative Assessments of Contrast Enhancement Techniques in Brain MRI Images
Comparative Assessments of Contrast Enhancement Techniques in Brain MRI Images
 
Report (1)
Report (1)Report (1)
Report (1)
 
Comparitive study of brain tumor detection using morphological operators
Comparitive study of brain tumor detection using morphological operatorsComparitive study of brain tumor detection using morphological operators
Comparitive study of brain tumor detection using morphological operators
 
Neural networks
Neural networks Neural networks
Neural networks
 
Brain Tumor Detection using Clustering Algorithms in MRI Images
Brain Tumor Detection using Clustering Algorithms in MRI ImagesBrain Tumor Detection using Clustering Algorithms in MRI Images
Brain Tumor Detection using Clustering Algorithms in MRI Images
 

Destacado

Brain tumor detection and localization in magnetic resonance imaging
Brain tumor detection and localization in magnetic resonance imagingBrain tumor detection and localization in magnetic resonance imaging
Brain tumor detection and localization in magnetic resonance imaging
ijitcs
 
Kmeans initialization
Kmeans initializationKmeans initialization
Kmeans initialization
djempol
 
Identifying brain tumour from mri image using modified fcm and support
Identifying brain tumour from mri image using modified fcm and supportIdentifying brain tumour from mri image using modified fcm and support
Identifying brain tumour from mri image using modified fcm and support
IAEME Publication
 
An overview of automatic brain tumor detection frommagnetic resonance images
An overview of automatic brain tumor detection frommagnetic resonance imagesAn overview of automatic brain tumor detection frommagnetic resonance images
An overview of automatic brain tumor detection frommagnetic resonance images
Mangesh Lingampalle
 
K means Clustering
K means ClusteringK means Clustering
K means Clustering
Edureka!
 

Destacado (20)

Brain tumor mri image segmentation and detection
Brain tumor mri image segmentation and detectionBrain tumor mri image segmentation and detection
Brain tumor mri image segmentation and detection
 
Tumor detection in medical imaging a survey
Tumor detection in medical imaging a surveyTumor detection in medical imaging a survey
Tumor detection in medical imaging a survey
 
Segmentation of Brain MR Images for Tumor Extraction by Combining Kmeans Clus...
Segmentation of Brain MR Images for Tumor Extraction by Combining Kmeans Clus...Segmentation of Brain MR Images for Tumor Extraction by Combining Kmeans Clus...
Segmentation of Brain MR Images for Tumor Extraction by Combining Kmeans Clus...
 
Brain tumor detection and localization in magnetic resonance imaging
Brain tumor detection and localization in magnetic resonance imagingBrain tumor detection and localization in magnetic resonance imaging
Brain tumor detection and localization in magnetic resonance imaging
 
Neural Network Based Brain Tumor Detection using MR Images
Neural Network Based Brain Tumor Detection using MR ImagesNeural Network Based Brain Tumor Detection using MR Images
Neural Network Based Brain Tumor Detection using MR Images
 
Kmeans initialization
Kmeans initializationKmeans initialization
Kmeans initialization
 
Identifying brain tumour from mri image using modified fcm and support
Identifying brain tumour from mri image using modified fcm and supportIdentifying brain tumour from mri image using modified fcm and support
Identifying brain tumour from mri image using modified fcm and support
 
Clustering
ClusteringClustering
Clustering
 
Implementing Tumor Detection and Area Calculation in Mri Image of Human Brain...
Implementing Tumor Detection and Area Calculation in Mri Image of Human Brain...Implementing Tumor Detection and Area Calculation in Mri Image of Human Brain...
Implementing Tumor Detection and Area Calculation in Mri Image of Human Brain...
 
Application of K-Means Clustering Algorithm for Classification of NBA Guards
Application of K-Means Clustering Algorithm for Classification of NBA GuardsApplication of K-Means Clustering Algorithm for Classification of NBA Guards
Application of K-Means Clustering Algorithm for Classification of NBA Guards
 
Mri brain image segmentatin and classification by
Mri brain image segmentatin and classification byMri brain image segmentatin and classification by
Mri brain image segmentatin and classification by
 
Fuzzy c-means clustering for image segmentation
Fuzzy c-means  clustering for image segmentationFuzzy c-means  clustering for image segmentation
Fuzzy c-means clustering for image segmentation
 
Fuzzy c means manual work
Fuzzy c means manual workFuzzy c means manual work
Fuzzy c means manual work
 
Fuzzy image processing- fuzzy C-mean clustering
Fuzzy image processing- fuzzy C-mean clusteringFuzzy image processing- fuzzy C-mean clustering
Fuzzy image processing- fuzzy C-mean clustering
 
Data Science - Part VII - Cluster Analysis
Data Science - Part VII -  Cluster AnalysisData Science - Part VII -  Cluster Analysis
Data Science - Part VII - Cluster Analysis
 
An overview of automatic brain tumor detection frommagnetic resonance images
An overview of automatic brain tumor detection frommagnetic resonance imagesAn overview of automatic brain tumor detection frommagnetic resonance images
An overview of automatic brain tumor detection frommagnetic resonance images
 
25 Machine Learning Unsupervised Learaning K-means K-centers
25 Machine Learning Unsupervised Learaning K-means K-centers25 Machine Learning Unsupervised Learaning K-means K-centers
25 Machine Learning Unsupervised Learaning K-means K-centers
 
DETECTING BRAIN TUMOUR FROM MRI IMAGE USING MATLAB GUI PROGRAMME
DETECTING BRAIN TUMOUR FROM MRI IMAGE USING MATLAB GUI PROGRAMMEDETECTING BRAIN TUMOUR FROM MRI IMAGE USING MATLAB GUI PROGRAMME
DETECTING BRAIN TUMOUR FROM MRI IMAGE USING MATLAB GUI PROGRAMME
 
K means Clustering
K means ClusteringK means Clustering
K means Clustering
 
Classification of Abnormalities in Brain MRI Images Using PCA and SVM
Classification of Abnormalities in Brain MRI Images Using PCA and SVMClassification of Abnormalities in Brain MRI Images Using PCA and SVM
Classification of Abnormalities in Brain MRI Images Using PCA and SVM
 

Similar a SEGMENTATION OF MAGNETIC RESONANCE BRAIN TUMOR USING INTEGRATED FUZZY K-MEANS CLUSTERING

Comparison of Image Segmentation Algorithms for Brain Tumor Detection
Comparison of Image Segmentation Algorithms for Brain Tumor DetectionComparison of Image Segmentation Algorithms for Brain Tumor Detection
Comparison of Image Segmentation Algorithms for Brain Tumor Detection
IJMTST Journal
 
GAUSSIAN KERNEL BASED FUZZY C-MEANS CLUSTERING ALGORITHM FOR IMAGE SEGMENTATION
GAUSSIAN KERNEL BASED FUZZY C-MEANS CLUSTERING ALGORITHM FOR IMAGE SEGMENTATIONGAUSSIAN KERNEL BASED FUZZY C-MEANS CLUSTERING ALGORITHM FOR IMAGE SEGMENTATION
GAUSSIAN KERNEL BASED FUZZY C-MEANS CLUSTERING ALGORITHM FOR IMAGE SEGMENTATION
cscpconf
 
GAUSSIAN KERNEL BASED FUZZY C-MEANS CLUSTERING ALGORITHM FOR IMAGE SEGMENTATION
GAUSSIAN KERNEL BASED FUZZY C-MEANS CLUSTERING ALGORITHM FOR IMAGE SEGMENTATIONGAUSSIAN KERNEL BASED FUZZY C-MEANS CLUSTERING ALGORITHM FOR IMAGE SEGMENTATION
GAUSSIAN KERNEL BASED FUZZY C-MEANS CLUSTERING ALGORITHM FOR IMAGE SEGMENTATION
csandit
 
Automatic Diagnosis of Abnormal Tumor Region from Brain Computed Tomography I...
Automatic Diagnosis of Abnormal Tumor Region from Brain Computed Tomography I...Automatic Diagnosis of Abnormal Tumor Region from Brain Computed Tomography I...
Automatic Diagnosis of Abnormal Tumor Region from Brain Computed Tomography I...
ijcseit
 

Similar a SEGMENTATION OF MAGNETIC RESONANCE BRAIN TUMOR USING INTEGRATED FUZZY K-MEANS CLUSTERING (20)

Comparison of Image Segmentation Algorithms for Brain Tumor Detection
Comparison of Image Segmentation Algorithms for Brain Tumor DetectionComparison of Image Segmentation Algorithms for Brain Tumor Detection
Comparison of Image Segmentation Algorithms for Brain Tumor Detection
 
Breast Mass Segmentation Using a Semi-automatic Procedure Based on Fuzzy C-me...
Breast Mass Segmentation Using a Semi-automatic Procedure Based on Fuzzy C-me...Breast Mass Segmentation Using a Semi-automatic Procedure Based on Fuzzy C-me...
Breast Mass Segmentation Using a Semi-automatic Procedure Based on Fuzzy C-me...
 
M010128086
M010128086M010128086
M010128086
 
GAUSSIAN KERNEL BASED FUZZY C-MEANS CLUSTERING ALGORITHM FOR IMAGE SEGMENTATION
GAUSSIAN KERNEL BASED FUZZY C-MEANS CLUSTERING ALGORITHM FOR IMAGE SEGMENTATIONGAUSSIAN KERNEL BASED FUZZY C-MEANS CLUSTERING ALGORITHM FOR IMAGE SEGMENTATION
GAUSSIAN KERNEL BASED FUZZY C-MEANS CLUSTERING ALGORITHM FOR IMAGE SEGMENTATION
 
GAUSSIAN KERNEL BASED FUZZY C-MEANS CLUSTERING ALGORITHM FOR IMAGE SEGMENTATION
GAUSSIAN KERNEL BASED FUZZY C-MEANS CLUSTERING ALGORITHM FOR IMAGE SEGMENTATIONGAUSSIAN KERNEL BASED FUZZY C-MEANS CLUSTERING ALGORITHM FOR IMAGE SEGMENTATION
GAUSSIAN KERNEL BASED FUZZY C-MEANS CLUSTERING ALGORITHM FOR IMAGE SEGMENTATION
 
Illustration of Medical Image Segmentation based on Clustering Algorithms
Illustration of Medical Image Segmentation based on Clustering AlgorithmsIllustration of Medical Image Segmentation based on Clustering Algorithms
Illustration of Medical Image Segmentation based on Clustering Algorithms
 
Automatic Diagnosis of Abnormal Tumor Region from Brain Computed Tomography I...
Automatic Diagnosis of Abnormal Tumor Region from Brain Computed Tomography I...Automatic Diagnosis of Abnormal Tumor Region from Brain Computed Tomography I...
Automatic Diagnosis of Abnormal Tumor Region from Brain Computed Tomography I...
 
Multiple Analysis of Brain Tumor Detection Based on FCM
Multiple Analysis of Brain Tumor Detection Based on FCMMultiple Analysis of Brain Tumor Detection Based on FCM
Multiple Analysis of Brain Tumor Detection Based on FCM
 
Brain tumor visualization for magnetic resonance images using modified shape...
Brain tumor visualization for magnetic resonance images using  modified shape...Brain tumor visualization for magnetic resonance images using  modified shape...
Brain tumor visualization for magnetic resonance images using modified shape...
 
A Survey on Image Segmentation and its Applications in Image Processing
A Survey on Image Segmentation and its Applications in Image Processing A Survey on Image Segmentation and its Applications in Image Processing
A Survey on Image Segmentation and its Applications in Image Processing
 
Id105
Id105Id105
Id105
 
Brain Tumor Detection and Classification Using MRI Brain Images
Brain Tumor Detection and Classification Using MRI Brain ImagesBrain Tumor Detection and Classification Using MRI Brain Images
Brain Tumor Detection and Classification Using MRI Brain Images
 
A Novel Multiple-kernel based Fuzzy c-means Algorithm with Spatial Informatio...
A Novel Multiple-kernel based Fuzzy c-means Algorithm with Spatial Informatio...A Novel Multiple-kernel based Fuzzy c-means Algorithm with Spatial Informatio...
A Novel Multiple-kernel based Fuzzy c-means Algorithm with Spatial Informatio...
 
Cancerous lung nodule detection in computed tomography images
Cancerous lung nodule detection in computed tomography imagesCancerous lung nodule detection in computed tomography images
Cancerous lung nodule detection in computed tomography images
 
IRJET - Lung Cancer Detection using GLCM and Convolutional Neural Network
IRJET -  	  Lung Cancer Detection using GLCM and Convolutional Neural NetworkIRJET -  	  Lung Cancer Detection using GLCM and Convolutional Neural Network
IRJET - Lung Cancer Detection using GLCM and Convolutional Neural Network
 
DIRECTIONAL CLASSIFICATION OF BRAIN TUMOR IMAGES FROM MRI USING CNN-BASED DEE...
DIRECTIONAL CLASSIFICATION OF BRAIN TUMOR IMAGES FROM MRI USING CNN-BASED DEE...DIRECTIONAL CLASSIFICATION OF BRAIN TUMOR IMAGES FROM MRI USING CNN-BASED DEE...
DIRECTIONAL CLASSIFICATION OF BRAIN TUMOR IMAGES FROM MRI USING CNN-BASED DEE...
 
IRJET - Fusion of CT and MRI for the Detection of Brain Tumor by SWT and Prob...
IRJET - Fusion of CT and MRI for the Detection of Brain Tumor by SWT and Prob...IRJET - Fusion of CT and MRI for the Detection of Brain Tumor by SWT and Prob...
IRJET - Fusion of CT and MRI for the Detection of Brain Tumor by SWT and Prob...
 
A novel CAD system to automatically detect cancerous lung nodules using wav...
  A novel CAD system to automatically detect cancerous lung nodules using wav...  A novel CAD system to automatically detect cancerous lung nodules using wav...
A novel CAD system to automatically detect cancerous lung nodules using wav...
 
BRAIN TUMOR DETECTION
BRAIN TUMOR DETECTIONBRAIN TUMOR DETECTION
BRAIN TUMOR DETECTION
 
reliablepaper.pdf
reliablepaper.pdfreliablepaper.pdf
reliablepaper.pdf
 

Último

Why Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire businessWhy Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire business
panagenda
 

Último (20)

A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?
 
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot TakeoffStrategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
 
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
 
HTML Injection Attacks: Impact and Mitigation Strategies
HTML Injection Attacks: Impact and Mitigation StrategiesHTML Injection Attacks: Impact and Mitigation Strategies
HTML Injection Attacks: Impact and Mitigation Strategies
 
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUnderstanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
 
Top 10 Most Downloaded Games on Play Store in 2024
Top 10 Most Downloaded Games on Play Store in 2024Top 10 Most Downloaded Games on Play Store in 2024
Top 10 Most Downloaded Games on Play Store in 2024
 
Top 5 Benefits OF Using Muvi Live Paywall For Live Streams
Top 5 Benefits OF Using Muvi Live Paywall For Live StreamsTop 5 Benefits OF Using Muvi Live Paywall For Live Streams
Top 5 Benefits OF Using Muvi Live Paywall For Live Streams
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024
 
presentation ICT roal in 21st century education
presentation ICT roal in 21st century educationpresentation ICT roal in 21st century education
presentation ICT roal in 21st century education
 
Why Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire businessWhy Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire business
 
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
 
Deploy with confidence: VMware Cloud Foundation 5.1 on next gen Dell PowerEdg...
Deploy with confidence: VMware Cloud Foundation 5.1 on next gen Dell PowerEdg...Deploy with confidence: VMware Cloud Foundation 5.1 on next gen Dell PowerEdg...
Deploy with confidence: VMware Cloud Foundation 5.1 on next gen Dell PowerEdg...
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt Robison
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
 
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, AdobeApidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdf
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organization
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...
 
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
 

SEGMENTATION OF MAGNETIC RESONANCE BRAIN TUMOR USING INTEGRATED FUZZY K-MEANS CLUSTERING

  • 1. International Journal of Computer Science & Information Technology (IJCSIT) Vol 8, No 1, February 2016 DOI:10.5121/ijcsit.2016.8104 47 SEGMENTATION OF MAGNETIC RESONANCE BRAIN TUMOR USING INTEGRATED FUZZY K-MEANS CLUSTERING P.Pedda Sadhu Naik1 and T.Venu Gopal2 1 Research Scholar in CSE Department, JNTUK, Kakinada, India 2 Associate Professor, CSE Department, JNT UCE, Sulthanpur, India ABSTRACT Segmentation is a process of partitioning the image into several objects. It plays a vital role in many fields such as satellite, remote sensing, object identification, face tracking and most importantly in medical field. In radiology, magnetic resonance imaging (MRI) is used to investigate the human body processes and functions of organisms. In hospitals, this technique has been using widely for medical diagnosis, to find the disease stage and follow-up without exposure to ionizing radiation.Here in this paper, we proposed a novel MR brain image segmentation method for detecting the tumor and finding the tumor area with improved performance over conventional segmentation techniques such as fuzzy c means (FCM), K-means and even that of manual segmentation in terms of precision time and accuracy. Simulation performance shows that the proposed scheme has performed superior to the existing segmentation methods. KEYWORDS MR image, Tumor, Thresholding, FCM, K-means and binarization. 1. INTRODUCTION In radiology, magnetic resonance imaging (MRI) [1] is used to investigate the human body processes and functions of organisms. These images can be formed by using the magnetic fields and radio waves. In hospitals, this technique has been using widely for medical diagnosis, to find the disease stage and follow-up without exposure to ionizing radiation.MRI has a broad range of applications in medical diagnosis and in all over world there are over 25,000 scanners to be in use. It has an impact on diagnosis and treatment in many specialties although the effect on improved health outcomes is uncertain. MRT is more preferable over computed tomography (CT) since it does not use any ionizing radiation, when either modality could yield the same information. The sustained increase in demand for MRI within the healthcare industry has led to concerns about effectiveness of cost and over diagnosis. Segmenting an image is an effort to group similar colors or elements of an image into a cluster or group. This can be achieved by clustering, which clusters the number of colors or elements into several clusters based on the similarity of color intensities and gray intensities of an image. Main objective of clustering an image is dominant colors extraction from the images. By extracting the information from images such as texture, color, shape and structure, the image segmentation can be very important to simplify. Because of the information extraction in any images, the segmentation has been used in many fields such as Enhancing the image, compression, retrieval systems i.e., search engines, object detection, and medical image processing [2].
  • 2. International Journal of Computer Science & Information Technology (IJCSIT) Vol 8, No 1, February 2016 48 From the past decades, there are so many approaches developed for the image segmentation. Among those, Fuzzy c-means (FCM) is a well known method and very popular clustering scheme, which will segment the image into several parts based on the membership function [4] and [5]. After FCM, the K-means algorithm has been proposed to reduce the computational complexity of FCM. Because of its ability to cluster huge data points very quickly, K-means has been widely used in many applications [4], [7], [8] and [9]. Later years the Hierarchical clustering is also widely applied for image segmentation [12], [13] and [14]. Then after, Gaussian Mixture Model has been used with its variant Expectation Maximization for segmenting the images [17] and [18]. Here in this paper, we proposed characterization of MR brain tumorusing shaft algorithm for detecting the tumor and finding the tumor areausing number of white pixels in a segmented MR image with an improved performance over conventional segmentation techniques such as fuzzy c means (FCM), K-means and even that of manual segmentation in terms of precision time and accuracy. 2. RELATED WORK Manisha et. al. in [3] proposed an improved watershed segmentation algorithm, which provides better results than the manually segmented algorithms but it includes few drawbacks like over- segmentation and sensitivity to false edges. Recent years, fazel in [4] proposed a fuzzy expert approach for segmenting the tumor cells from the MR brain images. However, that the fuzzy approach has produced good segmented results but it suffers from determining the membership function, which is used to cluster the similar pixels in MR image. Fuzzy will be worked with allocation of membership function to the pixels based on the initial centroids selected from the pixels of input image, which is to be segmented. Specifically, determining the number of the cluster is a considerable limitation with FCM. Since the regions are spatially discontinuous grey level similarity is only verified. Considering the experimental study FCM is converging to local minima of the squared error criterion [4]. Then after, Mohammed et. al. in [5] proposed an efficient brain tumor detection scheme based on the combination of spatial information with fuzzy c-means which overcomes the drawback found in [4], but it takes much time to segment the tumor and will suffer from false edges. To overcome, the drawbacks of manually segmented, watershed and FCM [3], [4], and [5] clustering algorithms, Mary Praveena in [6] proposed a fusion based image segmentation using k-means clustering, which is an extension to the above mentioned algorithms and will provide the best results within less computational time. Later years, there are so many algorithms such as histogram based approach, anisotropic diffusion and FCM have been merged with the k-means and given the best performance over conventional techniques [7], [8], [9] and [10]. However, this k-Means is limited to produce only hyper spherical clusters. It depends on initial centroids. To update the new centroids the mean of the pixel values of the respective clusters need to be estimated. The floating values obtained in some iteration are not favorable. Significantly, positive integers or scalars are required to replace the new centroids. Hence with K-means algorithm the optimal solution is difficult to achieve. In order to overcome the drawbacks of k-means, Barakbahet. al. in [11] proposed a pillar algorithm to solve the initial centroid designation problem, by considering the pixel maximization i.e., select maximum pixel value for centroid. Authors in [19] and [20] also proposed hybrid algorithms for detecting the tumor, but they were failed to detect the tumor with higher accuracy.However, the above mentioned algorithms have the drawbacks like more computational time, less accuracy and inaccurate area estimation. 3. PROPOSED ALGORITHM Here in the proposed clustering algorithm, we optimized the k-means clustering by applying fuzzy algorithm.
  • 3. International Journal of Computer Science & Information Technology (IJCSIT) Vol 8, No 1, February 2016 49 3.1. K-means clustering 1. First we will select the number of centroids randomly i.e., depends on number of clusters 2. Now, partition the objects within each cluster 3. It finds partitions such that pixels within each cluster are as close to each other as possible, and as far from objects in other clusters as possible. 4. The objects are in the cluster or not will be calculated by measuring the distance between the cluster pixels. When the calculated Euclidean distance has minima value then the pixels will be grouped with the respective cluster. 5. Do the above process for remaining clusters also. Then, we will get three clusters with their similar pixels. 6. Now, calculate the mean of each cluster and replace the mean values with the centroids 7. Repeat the same process with these new centroids by giving the number of iterations until unless the convergence occurrence i.e., the mean value of clusters = cluster centroid value. Flow chart of K-means clustering algorithm below Figure 1. Figure 1. Flow chart of K-means clustering 3.2. Hybrid FKM Algorithm Here in this section, we described our proposed hybrid fuzzy k-means (FKM) clustering in brief. First, the preprocessing has been done using median filter, which is used to remove the noise from digital images and will improve the quality of the image. Then the output of first stage will be given to the k-means clustering which gives the segmented output of de-noised image. Now, fuzzy clustering will be applied for the k-means segmented output to improve the segmentation accuracy and exact detection of tumor from MR brain images. Finally, binarization will be used to calculate the size of the tumor based on typography and digital imaging units [21].
  • 4. International Journal of Computer Science & Information Technology (IJCSIT) Vol 8, No 1, February 2016 50 Figure 2. Proposed hybrid clustering algorithm As mentioned in 3.1 section, while calculating the mean of cluster centroid pixels sometimes we might get the floating values, but the pixel values in an image will always be integers which does not have decimal values. Hence, we proposed a novel algorithm in figure 2 to fix this error. In the proposed approach, segmented k-means output will be further segmented by fuzzy clustering for improved accuracy. Then after, the binarization method will be applied to calculate the size of tumor which has been detected by using proposed hybrid clustering algorithm. 3.3. Binarization Binarization is used to calculate the tumor area. Here, we considered the images of size 256 x 256 and the pixels in the segmented image having only two values i.e., either black or white, where the pixel value 0 denotes the black and 1 denotes the white. Hence, we can represent the segmented output image as a summation of total number of white and black pixels. = ∑ ∑ [ , 0 + , 1 ], where L=1, 2, 3…256 , 0 = black pixel having the value of zero, , 1 = white pixels having the value of one & = ' ' , 1 () Where, P = number of white pixels Now, by using the above equation, we can calculate the area of the segmented tumor based on the typography and digital imaging units [21], where one pixel is equal to 0.264583 millimeters. i.e., 1 pixel = 0.264583 mm Then the area of tumor can be expressed as follows: *+,-./ = √&)*0.2646112 4. EXPERIMENTAL RESULTS In this section, we had given an overview of conventional and proposed segmented results with the area of tumor. All the experiments have been done in MATLAB 2014a 32-bit version with
  • 5. International Journal of Computer Science & Information Technology (IJCSIT) Vol 8, No 1, February 2016 51 4GB RAM. We tested five set of images with various sizes such as 400x400, 512x512 and 600x600, which have the different stages of tumors. Then we evaluated the performance of conventional schemes Fuzzy c means, K-means and manually segmented algorithms with the proposed shaft algorithm for characterization of MR Brain tumors. The experimental results of MRI tumor detection using proposed algorithm and existing algorithms will be shown in below figure. By comparing the results our proposed approach for brain tumor detection will be more effective, accurate and reduced computational time. Figure 3 shows that the segmented outputs of manually segmented, FCM, K-means and proposed algorithms, we can observe that the proposed algorithm has detected the tumor more effectively with less computational time as shown in table-1. (a) (b) (c) (d) (e) Figure 3. (a) Original Image (b) Manually Segmented Image (c) Fuzzy C Means Algorithm(d) K-means segmented image (e) Proposed method In figure 4, we can see that the CPU computational time of existing and proposed algorithms for sample 1. It shows that the proposed algorithm has taken 0.2496 seconds to detect the tumor accurately as shown in fig 2 (e), and the existing algorithms have taken 11.2633 and 0.4056 seconds respectively. Area of tumor had given in figure 5, it shows that the proposed algorithm has got the accurate area compared with the existing algorithms FCM, k-means and even manual segmentation.
  • 6. International Journal of Computer Science & Information Technology (IJCSIT) Vol 8, No 1, February 2016 52 Figure 4 CPU time comparison of existing and proposed algorithms for sample 1 Table-1 Existing and proposed algorithms computational time (in seconds) S. No. Cluster algorithm CPU Computation time (Seconds) Sample1 Sample2 Sample3 Sample4 Sample5 1 Fuzzy C Means 11.2633 3.4008 2.9328 2.9172 4.4772 2 K-Means 0.4056 0.5148 0.4368 0.3432 0.9828 3 Proposed 0.2496 0.2340 0.2652 0.2808 0.2496 Table-2 Proposed and Conventional algorithms Tumor area in112 S. No. Clustered algorithm Area of the tumor( mm^2 ) Sample1 Sample2 Sample3 Sample4 Sample5 1 Manual Segmentation 8.8035 18.3038 18.8829 19.6782 22.6656 2 Fuzzy C-Means 13.6746 13.5954 13.4899 13.1497 18.9235 3 K-Means 6.1291 13.7077 13.5363 13.2053 19.0721 4 Proposed method 6.1462 12.1898 12.3602 11.6758 14.0442 Figure 5 Comparison of tumor area for sample 1 11.2633 0.4056 0.2496 0 5 10 15 FCM K-means Proposed CPU Time (in seconds) Manual FCM K- means Propose d 8.8035 13.6746 6.1291 6.1462 0 5 10 15 Areaoftumor
  • 7. International Journal of Computer Science & Information Technology (IJCSIT) Vol 8, No 1, February 2016 53 5. CONCLUSION Here in this paper, we had proposed a novel MR brain image segmentation for detecting the tumor and to find the area of the tumor with improved accuracy and reduced computational time. This paper deals with the new shaft algorithm for reducing the computational time and binarization method to calculate the area interms of 112 based on the typography and digital imaging units. We compared the simulation results with the existing algorithms with the proposed shaft algorithm then after we found the area of tumor and calculated the CPU computational time. Finally, the proposed algorithm has performed far better than the existing algorithms with reduced computational time. REFERENCES 1. https://en.wikipedia.org/wiki/Magnetic_resonance_imaging 2. https://en.wikipedia.org/wiki/Image_segmentation 3. Manisha Bhagwatl, R.K.Krishna&V.E.Pise, "Image Segmentation by Improved Watershed Transformation in Programming Environment MATLAB" International Journal of Computer Science & Communication Vol. 1, No. 2, pp. 171-174, 2010. 4. M.H. Fazel Zarandia, M. Zarinbala, M. Izadi, "Systematic image processing for diagnosing brain tumors: A Type-II fuzzy expert system approach," Applied soft computing, pp: 285-294, 2011 5. S. ZulaikhaBeeviM, Mohamed Sathik, "An Effective Approach for Segmentation of MRI Images: Combining Spatial Information with Fuzzy C-Means Clustering" European Journal of Scientific Research, Vol. 41, No.3, pp.437-451, 2010. 6. S. Mary Praveena, Dr.I1aVennila, "Optimization Fusion Approach for Image Segmentation Using K- Means Algorithm" International Journal of Computer Applications, Vol 2, No.7, June 2010. 7. M. Masroor Ahmed &Dzulkifli Bin Mohammad, "Segmentation of Brain MR Images for Tumor Extraction by Combining K-means Clustering and Perona-Malik Anisotropic Diffusion Model" International Journal of Image Processing, Vol. 2, No. 1, 2010 8. Tse-Wei Chen, Yi-Ling Chen, Shao-Yi Chien, "Fast Image Segmentation Based on K-Means Clustering with Histograms in HSV Color Space" Journal of Scientific Research, Vol. 44 No.2, pp.337-351, 2010. 9. Anil Z Chitade, " Colour based image segmentation using k-means clustering" International Journal of Engineering Science and Technology Vol. 2(10), 5319-5325, 2010. 10. Selvakumar, J., Lakshmi, A., Arivoli, T., “Brain Tumor segmentation and its area Calculation in Brain MR images using K-means Clustering and Fuzzy C-means algorithm”, International Conference on Advances in Engineering, Science and Management (ICAESM), pp: 186-190, 2012. 11. Barakbah, A.R., Kiyoki. Y., “A Pillar algorithm for K-means Optimization by Distance Maximization for Initial Centroid Designation”, IEEE Symposium on Computational Intelligence and Data Mining, pp: 61-68, 2009. 12. A.M. Usó, F. Pla, P.G. Sevila, “Unsupervised Image Segmentation Using a Hierarchical Clustering Selection Process”, Structural, Syntactic, and Statistical Pattern Recognition, Vol. 4109, pp. 799-807, 2006. 13. A.Z. Arifin, A. Asano, “Image segmentation by histogram thresholding using hierarchical cluster analysis”, Pattern Recognition Letters, Vol. 27, no. 13, pp. 1515-1521, 2006. 14. B. Micušík, A. Hanbury, “Automatic Image Segmentation by Positioning a Seed*”, ECCV 2006, Part II, LNCS 3952, Springer Berlin/Heidelberg, pp. 468-480, 2006. 15. J. Chen, J. Benesty, Y.A. Huang, S. Doclo, “New Insights Into the Noise Reduction Wiener Filter”, IEEE Transactions on Audio, Speech, and Language Processing, Vol. 14, No. 4, 2006. 16. Y. Pan, J.D. Birdwell, S.M. Djouadi, “Bottom-Up Hierarchical Image Segmentation Using Region Competition and the Mumford-Shah Functional”, Proc. 18th International Conference on Pattern Recognition (ICPR), Vol. 2, pp. 117-121, 2006. 17. C. Carson, H. Greenspan, “Blob world: Image Segmentation Using Expectation-Maximization and Its Application to Image Querying”, IEEE Transactions On Pattern Analysis And Machine Intelligence, Vol. 24, No. 8, pp. 1026-1038, 2002. 18. C.J. Veenman, M.J.T. Reinders, E. Backer, “A maximum variance cluster algorithm”, IEEE Transactions on Pattern Analysis and Machine Intelligence, Vol. 24, No. 9, pp. 1273-1280, 2002.
  • 8. International Journal of Computer Science & Information Technology (IJCSIT) Vol 8, No 1, February 2016 54 19. Alan Jose, S. Ravi, M. Sambath, “Brain tumor Segmentation using k-means clustering and Fuzzy c- means clustering And Its Area estimation”, International Journal of Innovation Research in Computer and Communication Engineering (IJIRCCE), Vol. 2, No. 3, 2014. 20. Eman Abdel-Maksoud, Mohammed Elmogy, Rashid Al Awadhi, “Brain Tumor Segmentation based on a Hybrid Clustering Technique”, Egyptian Informatics Journal, Vol. 16, No. 1, 2015. 21. http://www.unitconversion.org/typography/millimeters-to-pixels-x-conversion.html AUTHORS P.Pedda Sadhu Naik received B.Tech (CSE) Degree from JNTUniversity in 2003 and M.Tech (CS) Degree from JNTUCE Anatapur in 2007.He is doing Ph D from JNTUK, Kakinada in Computer Science under the guidance of Dr T. Venu Gopal. He has 12 years of teaching experience. He joined as Assistant Professor in Dr.Samuel George Institute of Engineering & Technology, Markapur, India in 2003. Presently he is working as Associate Professor and Head of the Department of CSE. His Interested research areas are Image Processing and Soft Computing. He has life member of ISTE and IAENG. He organized various National level Technical Symposiums as Convener. He attended Various National and International Workshops and Conferences on image Processing. Dr.T.Venu Gopal received B.Tech (ECE) Degree from Osmania University Hyderabad in 1994 and M.Tech (CSE) Degree from JNTUH Hyderabad in 2003.He completed Ph D from JNTUH, Hyderabad in Computer Science. He is Associate Professor, JNTUH College of Engineering, Jagityal. arimnagar District. He has 15years of teaching experience. He has worked in different colleges in different levels. Presently he is working as Associate Professor in JNTUHCE Jagityala. His Interested research areas are Image Processing and Soft Computing. He has life member of ISTE and IAENG. He published more than 30 international journals. He organized various National level Technical Symposiums as Convener. He attended Various National and International Workshops and Conferences on image Processing.