SlideShare a Scribd company logo
1 of 5
Download to read offline
Avijit Dasgupta/ International Journal of Engineering Research and Applications
                            (IJERA) ISSN: 2248-9622 www.ijera.com
                             Vol. 2, Issue 4, July-August 2012, pp.529-533
     Demarcation of Brain Tumor Using Modified Fuzzy C-Means
                                            Avijit Dasgupta*
                *(Department of ECE, St. Thomas’ College of Engineering &Technology, Kolkata)




ABSTRACT
        The Demarcation and prediction of the area       than hard segmentation methods [2, 3, 4]. Fuzzy C-
of the tumor have an important role in medical           Means       basically uses fuzzy pixel classification to
treatments of malignant tumors. This paper               segment an image. A hard segmentation method forces
describes an application of Fuzzy set theory in          a pixel to belong exclusively in one cluster. But in
medical image processing, namely brain tumor             Fuzzy C-Means a pixel is allowed to be in multiple
demarcation. Fuzzy C-Means is proved to be a good        clusters with varying degree of membership function.
and efficient segmentation method. But the main          So FCM allows greater degree of flexibility than hard
disadvantage of this method is that it is highly         segmentation methods. Due to this advantage FCM
sensitive to noise. In this paper a modified Fuzzy C-    has recently been used in medical images for various
Means (MFCM) is proposed which is less sensitive         applications especially in MRI.
to noise than state-of-the-art Fuzzy C-Means
method. MFCM filters the image at the time of the        There are several Fuzzy pixel classification methods
segmentation of noisy Magnetic Resonance Imaging         have been proposed for classification of MRI images.
(MRI) images. This methodology is applied to the         Mrs.Mamata S.Kalas implemented neuro-fuzzy logic
three MRI images of brain consisting tumors with         for the classification of MRI images to detect cancer
different areas. The proposed method always`s            [5]. T.Logeswari and McKiernan has implemented
results in better segmentations of brain tumors than     Self Organizing Map (SOM) for medical image
conventional FCM. This method is applied                 segmentation [6].According to their research
efficiently for detection of contour and dimensions      segmentation has tow phases. In the first phase, the
of a brain tumor.                                        MRI brain images are acquired form patient database.
                                                         In that film artifact and noise are removed. In the
Keywords - MRI, Brain Tumor, Image                       second phase the image segmentation is done. A new
Segmentation, Fuzzy C-means, Adaptive Filtering,         unsupervised method based on FCM has been
Edge detection.                                          proposed in this paper.

I. INTRODUCTION                                          The main disadvantage of conventional FCM
         The diagnosis of human being has been           algorithm is that it is very sensitive to noise. As MRI
improved significantly with the arrival of Computed      images may contain noise, so FCM algorithm needs to
Tomography (CT), Positron Emission Tomography            be modified so that it can avoid misclassification in
(PET), and Magnetic Resonance Imaging (MRI).             noisy images. In this paper a modified Fuzzy C-means
Medical imaging provides a reliable source of            algorithm is proposed which provides a better
information of the human body to the clinician for use   segmentation than state-of-the-art FCM segmentation
in fields like reparative surgery, radiotherapy          method. However, Fuzzy C-means was proposed a
treatment planning, stereotactic neurosurgery etc.       long time ago. Lwarence et. Al [7] stated that the
Several new techniques have been devised to improve      fuzzy algorithm exhibited sensitivity to the initial
the biomedical research.                                 guess with regard to stability. In this paper a modified
                                                         Fuzzy C-Means method is proposed which is inspired
One of the important steps of image analysis is image    from Markov Random Field (MRF) which results in
segmentation. Image segmentation is the process of       better segmentation in both noisy and noiseless brain
partitioning an image into its different constituent     MRI images.
parts.
                                                         Rest of this paper is organized as follows. In section II
Fuzzy C-means is one of the widely used image            state-of –the-art Fuzzy C-Means algorithm is
segmentation method which retain more information        described. In section III the Modified Fuzzy C-means
                                                         algorithm is presented. In section IV experimental


                                                                                                  529 | P a g e
Avijit Dasgupta/ International Journal of Engineering Research and Applications
                             (IJERA) ISSN: 2248-9622 www.ijera.com
                              Vol. 2, Issue 4, July-August 2012, pp.529-533
results are shown. In section V some conclusions have                            1.   Initialize 𝛹=[𝜇 𝑖𝑗 ] , 𝛹 0 .
been drawn.
                                                                                 2.   At t-step: calculate the center vectors
II. FUZZY C-MEANS ALGORTIHM                                                           C(t)=[Cj] with 𝛹 𝑡 using equation number
         Fuzzy C-Means method of clustering which                                     (3).
allows a pixel to belong to two or more clusters
provides greater flexibility than hard segmentation                              3.   Update    𝛹 𝑡 , 𝛹 𝑡+1                   using   equation
method. This method has been used in pattern                                          number (2).
recognition successfully. It is based on minimization
                                                                                 4.   If equation number (4) is satisfied the STOP,
of a objective function defined as follows:
                                                                                      otherwise return to step 2.
         𝑁     𝐶       𝜅                     2
Ј𝑚 =    𝑖=1   𝑗 =1   𝜇 𝑖𝑗         𝑥 𝑖 − 𝑐𝑗       …….. (1)                    Fuzzy C-Means algorithm has several advantages like
                                                                             a) it is unsupervised b) it distributes the membership
xi is the ith of d-dimensional measured data , Cj is the                     values in a normalized fashion. However in
d-dimensional cluster centre and ∗ represents the                            unsupervised method it is not possible to predict ahead
norm expressing the similarity between any data to be                        of time what type of cluster will emerge from the
measured and the center. μij is the membership value of                      Fuzzy C-Means.
xi in cluster j. C is the total number of clusters and N is
the total data points.                                                       III. PROPOSED ALGORITHM
                                                                                      In the conventional Fuzzy C-Means
κ is any value greater than 1 i.e. 𝜅𝜖[2 , ∞) .It was taken                   algorithm for a pixel xi 𝜖 𝐼 where I is the image, the
as 2 suggested by Bezdek [9].                                                clustering of xi with class j depends on the
                                                                             membership value 𝜇 𝑖𝑗 . Now if we consider a noisy
Fuzzy partitioning is carried out through an iterative
                                                                             image, conventional fuzzy C-means does not have a
optimization of objective function shown above , with
                                                                             method to overcome this problem. In the proposed
the update of membership μij and the cj cluster centers
                                                                             method FCM has been modified to overcome the
by :
                                                                             drawback associated with noisy images.
                                                                                               𝑘𝜖 𝑛𝑒𝑖𝑔 ℎ 𝑏𝑜𝑢𝑟𝑠 𝜇 𝑗𝑘 ∗𝜁 𝑖𝑘
          𝜇 𝑖𝑗 =
                             1
                                      2          ……………….(2)                           𝜉 𝑖𝑗 =                                ……………..(9)
                                                                                                 𝑘𝜖 𝑛𝑒𝑖𝑔 ℎ 𝑏𝑜𝑢𝑟𝑠 𝜁 𝑖𝑘
                             𝐷 𝑖𝑗    𝜅−1
                     𝑐
                     𝑙=1     𝐷 𝑘𝑗
                                                                             Now, 𝐷 𝑖𝑗 = 𝐷 𝑖𝑗 1 − Δ ∗ 𝜉 𝑖𝑗                  ……………… (10)
                    𝑁     𝜅
                   𝑖=1 𝜇 𝑖𝑗 .𝑥 𝑖
          𝐶𝑗 =         𝑁    𝜅                    ………………(3)
                      𝑖=1 𝜇 𝑖𝑗                                               In the proposed method            𝐷 𝑖𝑗 is introduced as the
                                                                             resistance of pixel of pixel xi to be clustered in class j.
The iteration will stop when                                                 this resistance can be tolerated by the neighboring
                                                                             pixel xk.. This neighboring pixels work is such a
                       (𝑡+1)            𝑡
         max 𝑖𝑗       𝜇 𝑖𝑗          − 𝜇 𝑖𝑗       < 𝜀 ………….(4)                manner that it decrease the pixel’s resistance by a
                                                                             fraction that depends on the membership value of xk
Where ε is very small number lies between 0 and 1 i.e.                       with cluster j i.e. 𝜇 𝑘𝑗 . As the system converges when
ε𝜖[0,1].                                                                     membership values reaches to its’ meaningful value so
                                                                             this neighboring value will robustify the FCM
Now μij = μi(xj) where 1 ≤ 𝑗 ≤ 𝐶 and 1 ≤ 𝑖 ≤ 𝑁.                              algorithm.

Where 0≤ 𝜇 𝑖𝑗 ≤ 1 ∀ 𝑖, 𝑗.                             …………….(5)              In equation (10) ∆ is a constant where 0 ≤ ∆≤ 1 . If
                                                                             ∆ is equal to 0 then 𝐷 𝑖𝑗 becomes 𝐷 𝑖𝑗 = 𝐷 𝑖𝑗 . Thus
                            𝐶
                           𝑗 =1     𝜇 𝑖𝑗 = 1 ∀ 𝑖 ……………….(6)                  giving the conventional Fuzzy C-Means algorithm. If
                                                                             ∆ is equal to 1 and μik then from equation (10)
In the equation (2)               𝐷 𝑖𝑗 and       𝐷 𝑘𝑗 can be calculated as   becomes 𝐷 𝑖𝑗 = 0. 𝜁 𝑖𝑘 measures the proximity of pixel
follows:                                                                     i to its neighbor pixel k. The proximity here is
                                                                             measured using relative distance between two pixels
          𝐷 𝑖𝑗 =      𝑥 𝑖 − 𝑐𝑗             ………………………(7)                      i.e. 𝜁 𝑖𝑘 = 𝑖 − 𝑘 .

          𝐷 𝑘𝑗 =      𝑥 𝑘 − 𝑐𝑗 ……………………..(8)                                 So this algorithm considers the fact that each
                                                                             surrounding pixel tries to pull its neighbor toward its
So the algorithm composed of the following steps :
                                                                                                                               530 | P a g e
Avijit Dasgupta/ International Journal of Engineering Research and Applications
                            (IJERA) ISSN: 2248-9622 www.ijera.com
                             Vol. 2, Issue 4, July-August 2012, pp.529-533
class without neglecting the effect of pixel itself. So
this algorithm filters the image while segmenting. So
this modified version of FCM gives better result in
noisy image segmentation as well as normal image
segmentation.

Now the procedure for the Modified Fuzzy C-Means
can be summarized as follows :

Step1: The initial cluster centers are chosen randomly             Fig.3                     Fig.4
from the image dataset uniquely. Numbers of clusters
is determined randomly.

Step2: Obtaining Dij, using new method, from which
 𝛹 matrix can be calculated. As the non-descriptive
initial centers would enlarge the processing time , we
applied the neighboring effect after approaching the
final centers.

Step3: This process continues until minimization of
objective function offers.                                         Fig.5

Step4: After that defuzzification is performed in order    Fig. 1 represents the original noiseless input image of
to achieve crisp set. A pixel xi would belong to cluster   brain MRI consists of tumor. 2 &3 represent
j iff , 𝜇 𝑖𝑗 is maximum than the membership values to      segmented image with FCM & MFCM. 4& 5
other clusters.                                            represent result of Prewitt detection.

IV. IMPLEMENTATIONS & RESULTS                              If we compare Fig.4 and Fig.5 it can be easily seen
         In order to see the effect of proposed            that Fig.5 has better tumor boundary than Fig.4. So
algorithm a clean brain MRI image with tumor was           the proposed method gives better segmentation of
taken. After segmenting by both Fuzzy C-Means and          tumor region than FCM.
Modified Fuzzy C-means separately Prewitt edge
detection [10, 11, 12] was performed to detect the         Fig. 6, 7, 8,9,10 shown below is another results of
edge of the tumor. Fig.1 shows the input clean brain       FCM & MFCM as stated above.
MRI image. Fig.2 shows the segmented image by
FCM algorithm using 5 clusters and Fig. 3 shows the
segmented image by MFCM method using same
number of clusters as FCM i.e. 5. In Fig.4,5 Prewitt
edge detected images of Fig.2,3 are shown.




                                                                   Fig.6                      Fig.7



         Fig. 1                   Fig.2




                                                                                                     531 | P a g e
Avijit Dasgupta/ International Journal of Engineering Research and Applications
                             (IJERA) ISSN: 2248-9622 www.ijera.com
                              Vol. 2, Issue 4, July-August 2012, pp.529-533
         Fig.8                        Fig.9




                                                                      Fig.15
         Fig.10                                               Fig.11 Noisy input image. Fig.12 & 13 segmented
                                                              image of Fig.11 by FCM & MFCM respectively.
Fig. 6 represents the original noiseless input image of       Fig.14 & Fig. 15 Prewitt edge detected image of fig.12
brain MRI consists of tumor. 7 &8 represent                   & 13 respectively.
segmented image with FCM & MFCM. 9 & 10
represent result of Prewitt detection.                        Several values of ∆ has been tested. But ∆= 0.56 gives
                                                              the best result. So ∆= 0.56 was kept through out the
In fig.9 we can easily see that region of the tumor is        work. The value of κ=2 was taken as suggested by
not clear. In fig.10 it is easily seen that tumor region is   Bezdek.
well segmented by MFCM.
                                                              Area of the tumor region is calculated using the
Now these methods have been tried on several noisy            segmented image by proposed method. This result is
images. Gaussian white noise added with the fig.1.            shown in a tabular format. Each pixel in the image
Resulting image is shown below. Also the segmented            occupies 96dpi in both horizontal and vertical
and Prewitt edge detected images are shown below:                                                      1   1
                                                              directions. So area of single pixel is     ∗    square
                                                                                                      96 96
                                                              inch. This is converted into cm unit. The table of area
                                                              of tumor in different images is shown below:

                                                                                    Table: 1

                                                              No of Image        Name of The         Area
                                                                                 Image
                                                                                                    (𝑐𝑚2 )

                                                                 1               Fig.1              1.7073

                                                                 2               Fig.6              0.0826
         Fig.11                    Fig.12


                                                              V. CONCLUSION
                                                                        In this paper a Modified Fuzzy C-Means
                                                              method has been proposed to overcome the drawback
                                                              with noisy images of the Fuzzy C-means. The adaptive
                                                              filtering is also done while segmenting an image. The
                                                              dimensions and area of the tumor can be calculated
                                                              using proposed method neglecting the effect of noise.
                                                              In this proposed method neighbors are used to enhance
         Fig.13                       Fig.14                  the clustering with the FCM which do not affect the
                                                              edges. Thus tumor boundary can be easily understood.
                                                              Finally, suggestion to the readers is that the
                                                              application of the MFCM method to other abnormal
                                                              medical image segmentation of noisy image cases will
                                                              be the topic for further research.

                                                                                                      532 | P a g e
Avijit Dasgupta/ International Journal of Engineering Research and Applications
                           (IJERA) ISSN: 2248-9622 www.ijera.com
                            Vol. 2, Issue 4, July-August 2012, pp.529-533
REFERENCES                                                  P.velthuizen, Martin S. Silbger and James C.
                                                            Bezdek, Fellow , IEEE,A Comparison of neural
 [1] J. Bezdek. L. Hall. and L. Clarke. Review of
                                                            network and Fuzzy clustering technique in
     MR image segmentation using pattern
                                                            segmenting Magnetic Resonance Images of the
     recognition. Medical Physics. vol. 20. 1993. pp.
                                                            Brain. IEEE transactions on neural networks ,
     1033–48.
                                                            3(5),pp 672-681, sep 1992.
 [2] J. K. Udupa. L. Wei. S. Samarasekera. Y. Miki.
                                                        [8] K.S. Chuang. H.L. Tzeng. S. Chen. J. Wu. and
     M. A. van Buchem. and R. I. Grossman.
                                                            T.J. Chen. “Fuzzy C-Means Clustering with
     Multiple sclerosis lesion quantification using
                                                            Spatial Information for Image Segmentation”.
     fuzzy-connectedness       principles.    IEEE
                                                            Computerized Medical Imaging and Graphics.
     Transactions on Medical Imaging. vol. 16.
                                                            Vol. 30 (2006). Elsevier. pp. 9–15.
     1997. pp. 598-609.
                                                        [9] Bezdek, J. C., Pattern Recognitio n with Fuzzy
 [3] D.L. Pham. Unsupervised Tissue Classification
                                                            Ob- jective Function Algorithms, Plenum
     in Medical Images using Edge-Adaptive
                                                            Press, NY, 1981.
     Clustering. Proceedings of the 25th Annual
     International Conference of the IEEE EMBS.
                                                        [10] Canny, John, A Computational Approach to
     Cancun. Mexico. Sep. 17-21. 2003
                                                             Edge Detection" IEEE Transactions on Pattern
                                                             Analysis and Machine Intelligence,Vol. PAMI-
 [4] S. Alizadeh. M. Ghazanfari. and M. Fathian.
                                                             8, No. 6, 1986, pp. 679-698.
     Using Data Mining for Learning and Clustering
     FCM. International Journal of Computational
                                                        [11] Lim, Jae S., Two-Dimensional Signal and
     Intelligence . Vol. 4. No. 2. Spring 2008.
                                                             Image Processing, Englewood Cliffs, NJ,
                                                             Prentice Hall, 1990, pp. 478-488.
 [5] Mrs.Mamata S.Kalas, An Artificial Neural
     Network for Detection of Biological Early
                                                        [12] Parker, James R., Algorithms for Image
     Brain Cancer, 2010 International Journal of
                                                             Processing and Computer Vision, New York,
     Computer Applications (0975 – 8887) Volume
                                                             John Wiley & Sons, Inc., 1997, pp. 23-29.
     1 – No. 6.

 [6] T.Logeswari and M.Karnan, An Improved
     Implementation of Brain Tumor Detection
     Using Segmentation Based on Hierarchical
     Self Organizing Map”, International Journal of
     Computer Theory and Engineering, Vol. 2, No.
     4, August, 2010 1793-8201
                                                        .
 [7] Lawrence O. Hall , Member ,IEEE,Amine M.
     Bensaid,Laurence    P.   Clarke   ,Robert




                                                                                            533 | P a g e

More Related Content

What's hot

Image Splicing Detection involving Moment-based Feature Extraction and Classi...
Image Splicing Detection involving Moment-based Feature Extraction and Classi...Image Splicing Detection involving Moment-based Feature Extraction and Classi...
Image Splicing Detection involving Moment-based Feature Extraction and Classi...IDES Editor
 
Solving geometric constraints system
Solving geometric constraints systemSolving geometric constraints system
Solving geometric constraints systemAnkit Dixit
 
Gi2429352937
Gi2429352937Gi2429352937
Gi2429352937IJMER
 
Intelligent Parallel Processing and Compound Image Compression
Intelligent Parallel Processing and Compound Image CompressionIntelligent Parallel Processing and Compound Image Compression
Intelligent Parallel Processing and Compound Image CompressionDR.P.S.JAGADEESH KUMAR
 
14 6649 6900-1-sm mri(edit)upadte equation
14 6649 6900-1-sm  mri(edit)upadte equation14 6649 6900-1-sm  mri(edit)upadte equation
14 6649 6900-1-sm mri(edit)upadte equationIAESIJEECS
 
MULTIFOCUS IMAGE FUSION USING MULTIRESOLUTION APPROACH WITH BILATERAL GRADIEN...
MULTIFOCUS IMAGE FUSION USING MULTIRESOLUTION APPROACH WITH BILATERAL GRADIEN...MULTIFOCUS IMAGE FUSION USING MULTIRESOLUTION APPROACH WITH BILATERAL GRADIEN...
MULTIFOCUS IMAGE FUSION USING MULTIRESOLUTION APPROACH WITH BILATERAL GRADIEN...cscpconf
 
Quality Measurements of Lossy Image Steganography Based on H-AMBTC Technique ...
Quality Measurements of Lossy Image Steganography Based on H-AMBTC Technique ...Quality Measurements of Lossy Image Steganography Based on H-AMBTC Technique ...
Quality Measurements of Lossy Image Steganography Based on H-AMBTC Technique ...AM Publications,India
 
Object Shape Representation by Kernel Density Feature Points Estimator
Object Shape Representation by Kernel Density Feature Points Estimator Object Shape Representation by Kernel Density Feature Points Estimator
Object Shape Representation by Kernel Density Feature Points Estimator cscpconf
 
Despeckling of Ultrasound Imaging using Median Regularized Coupled Pde
Despeckling of Ultrasound Imaging using Median Regularized Coupled PdeDespeckling of Ultrasound Imaging using Median Regularized Coupled Pde
Despeckling of Ultrasound Imaging using Median Regularized Coupled PdeIDES Editor
 
An Approach for Image Deblurring: Based on Sparse Representation and Regulari...
An Approach for Image Deblurring: Based on Sparse Representation and Regulari...An Approach for Image Deblurring: Based on Sparse Representation and Regulari...
An Approach for Image Deblurring: Based on Sparse Representation and Regulari...IRJET Journal
 

What's hot (17)

Image Splicing Detection involving Moment-based Feature Extraction and Classi...
Image Splicing Detection involving Moment-based Feature Extraction and Classi...Image Splicing Detection involving Moment-based Feature Extraction and Classi...
Image Splicing Detection involving Moment-based Feature Extraction and Classi...
 
Image segmentation using wvlt trnsfrmtn and fuzzy logic. ppt
Image segmentation using wvlt trnsfrmtn and fuzzy logic. pptImage segmentation using wvlt trnsfrmtn and fuzzy logic. ppt
Image segmentation using wvlt trnsfrmtn and fuzzy logic. ppt
 
Solving geometric constraints system
Solving geometric constraints systemSolving geometric constraints system
Solving geometric constraints system
 
Gi2429352937
Gi2429352937Gi2429352937
Gi2429352937
 
Intelligent Parallel Processing and Compound Image Compression
Intelligent Parallel Processing and Compound Image CompressionIntelligent Parallel Processing and Compound Image Compression
Intelligent Parallel Processing and Compound Image Compression
 
14 6649 6900-1-sm mri(edit)upadte equation
14 6649 6900-1-sm  mri(edit)upadte equation14 6649 6900-1-sm  mri(edit)upadte equation
14 6649 6900-1-sm mri(edit)upadte equation
 
MULTIFOCUS IMAGE FUSION USING MULTIRESOLUTION APPROACH WITH BILATERAL GRADIEN...
MULTIFOCUS IMAGE FUSION USING MULTIRESOLUTION APPROACH WITH BILATERAL GRADIEN...MULTIFOCUS IMAGE FUSION USING MULTIRESOLUTION APPROACH WITH BILATERAL GRADIEN...
MULTIFOCUS IMAGE FUSION USING MULTIRESOLUTION APPROACH WITH BILATERAL GRADIEN...
 
Image segmentation
Image segmentation Image segmentation
Image segmentation
 
B070306010
B070306010B070306010
B070306010
 
Quality Measurements of Lossy Image Steganography Based on H-AMBTC Technique ...
Quality Measurements of Lossy Image Steganography Based on H-AMBTC Technique ...Quality Measurements of Lossy Image Steganography Based on H-AMBTC Technique ...
Quality Measurements of Lossy Image Steganography Based on H-AMBTC Technique ...
 
Object Shape Representation by Kernel Density Feature Points Estimator
Object Shape Representation by Kernel Density Feature Points Estimator Object Shape Representation by Kernel Density Feature Points Estimator
Object Shape Representation by Kernel Density Feature Points Estimator
 
Despeckling of Ultrasound Imaging using Median Regularized Coupled Pde
Despeckling of Ultrasound Imaging using Median Regularized Coupled PdeDespeckling of Ultrasound Imaging using Median Regularized Coupled Pde
Despeckling of Ultrasound Imaging using Median Regularized Coupled Pde
 
M017427985
M017427985M017427985
M017427985
 
An Approach for Image Deblurring: Based on Sparse Representation and Regulari...
An Approach for Image Deblurring: Based on Sparse Representation and Regulari...An Approach for Image Deblurring: Based on Sparse Representation and Regulari...
An Approach for Image Deblurring: Based on Sparse Representation and Regulari...
 
Image segmentation
Image segmentationImage segmentation
Image segmentation
 
40120140507003
4012014050700340120140507003
40120140507003
 
J017426467
J017426467J017426467
J017426467
 

Viewers also liked (20)

Eb24808816
Eb24808816Eb24808816
Eb24808816
 
Cn24588592
Cn24588592Cn24588592
Cn24588592
 
Cy24649654
Cy24649654Cy24649654
Cy24649654
 
Dw24779784
Dw24779784Dw24779784
Dw24779784
 
Di24709711
Di24709711Di24709711
Di24709711
 
D24019026
D24019026D24019026
D24019026
 
Ee24832835
Ee24832835Ee24832835
Ee24832835
 
Cj24566573
Cj24566573Cj24566573
Cj24566573
 
Et31962968
Et31962968Et31962968
Et31962968
 
rol estado
rol estadorol estado
rol estado
 
Nos otros mi amor...
Nos otros mi amor...Nos otros mi amor...
Nos otros mi amor...
 
Estresse o mal do século
Estresse o mal do séculoEstresse o mal do século
Estresse o mal do século
 
Śniadanie Daje Moc
Śniadanie Daje MocŚniadanie Daje Moc
Śniadanie Daje Moc
 
Conectar2
Conectar2Conectar2
Conectar2
 
Plantillas
PlantillasPlantillas
Plantillas
 
Manual projetor
Manual projetorManual projetor
Manual projetor
 
Xarxes informàtiques
Xarxes informàtiquesXarxes informàtiques
Xarxes informàtiques
 
El+referé..[1].ppt
 El+referé..[1].ppt  El+referé..[1].ppt
El+referé..[1].ppt
 
Cuadro de delitos en particular mayo 2012 (1)
Cuadro de delitos en particular mayo 2012 (1)Cuadro de delitos en particular mayo 2012 (1)
Cuadro de delitos en particular mayo 2012 (1)
 
Castro antel
Castro antelCastro antel
Castro antel
 

Similar to Cc24529533

IRJET - Clustering Algorithm for Brain Image Segmentation
IRJET - Clustering Algorithm for Brain Image SegmentationIRJET - Clustering Algorithm for Brain Image Segmentation
IRJET - Clustering Algorithm for Brain Image SegmentationIRJET Journal
 
MAGNETIC RESONANCE BRAIN IMAGE SEGMENTATION
MAGNETIC RESONANCE BRAIN IMAGE SEGMENTATIONMAGNETIC RESONANCE BRAIN IMAGE SEGMENTATION
MAGNETIC RESONANCE BRAIN IMAGE SEGMENTATIONVLSICS Design
 
07 18sep 7983 10108-1-ed an edge edit ari
07 18sep 7983 10108-1-ed an edge edit ari07 18sep 7983 10108-1-ed an edge edit ari
07 18sep 7983 10108-1-ed an edge edit ariIAESIJEECS
 
Automatic Determination Number of Cluster for NMKFC-Means Algorithms on Image...
Automatic Determination Number of Cluster for NMKFC-Means Algorithms on Image...Automatic Determination Number of Cluster for NMKFC-Means Algorithms on Image...
Automatic Determination Number of Cluster for NMKFC-Means Algorithms on Image...IOSR Journals
 
Precise Foreground Extraction, Bias Correction and Segmentation of Intensity ...
Precise Foreground Extraction, Bias Correction and Segmentation of Intensity ...Precise Foreground Extraction, Bias Correction and Segmentation of Intensity ...
Precise Foreground Extraction, Bias Correction and Segmentation of Intensity ...IRJET Journal
 
Fuzzy clustering1
Fuzzy clustering1Fuzzy clustering1
Fuzzy clustering1abc
 
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
 
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 SEGMENTATIONcsandit
 
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 SEGMENTATIONcscpconf
 
SEGMENTATION OF MAGNETIC RESONANCE BRAIN TUMOR USING INTEGRATED FUZZY K-MEANS...
SEGMENTATION OF MAGNETIC RESONANCE BRAIN TUMOR USING INTEGRATED FUZZY K-MEANS...SEGMENTATION OF MAGNETIC RESONANCE BRAIN TUMOR USING INTEGRATED FUZZY K-MEANS...
SEGMENTATION OF MAGNETIC RESONANCE BRAIN TUMOR USING INTEGRATED FUZZY K-MEANS...ijcsit
 
DETECTION OF HUMAN BLADDER CANCER CELLS USING IMAGE PROCESSING
DETECTION OF HUMAN BLADDER CANCER CELLS USING IMAGE PROCESSINGDETECTION OF HUMAN BLADDER CANCER CELLS USING IMAGE PROCESSING
DETECTION OF HUMAN BLADDER CANCER CELLS USING IMAGE PROCESSINGprj_publication
 
Brain tumor segmentation using asymmetry based histogram thresholding and k m...
Brain tumor segmentation using asymmetry based histogram thresholding and k m...Brain tumor segmentation using asymmetry based histogram thresholding and k m...
Brain tumor segmentation using asymmetry based histogram thresholding and k m...eSAT Publishing House
 
Fuzzy Entropy Based Optimal Thresholding Technique for Image Enhancement
Fuzzy Entropy Based Optimal Thresholding Technique for Image Enhancement  Fuzzy Entropy Based Optimal Thresholding Technique for Image Enhancement
Fuzzy Entropy Based Optimal Thresholding Technique for Image Enhancement ijsc
 
A Hybrid Technique for the Automated Segmentation of Corpus Callosum in Midsa...
A Hybrid Technique for the Automated Segmentation of Corpus Callosum in Midsa...A Hybrid Technique for the Automated Segmentation of Corpus Callosum in Midsa...
A Hybrid Technique for the Automated Segmentation of Corpus Callosum in Midsa...IJERA Editor
 
Dynamic clustering algorithm using fuzzy c means
Dynamic clustering algorithm using fuzzy c meansDynamic clustering algorithm using fuzzy c means
Dynamic clustering algorithm using fuzzy c meansWrishin Bhattacharya
 
A new hybrid method for the segmentation of the brain mris
A new hybrid method for the segmentation of the brain mrisA new hybrid method for the segmentation of the brain mris
A new hybrid method for the segmentation of the brain mrissipij
 
IRJET- An Effective Brain Tumor Segmentation using K-means Clustering
IRJET-  	  An Effective Brain Tumor Segmentation using K-means ClusteringIRJET-  	  An Effective Brain Tumor Segmentation using K-means Clustering
IRJET- An Effective Brain Tumor Segmentation using K-means ClusteringIRJET Journal
 
IRJET- Brain Tumor Detection using Digital Image Processing
IRJET- Brain Tumor Detection using Digital Image ProcessingIRJET- Brain Tumor Detection using Digital Image Processing
IRJET- Brain Tumor Detection using Digital Image ProcessingIRJET Journal
 

Similar to Cc24529533 (20)

IRJET - Clustering Algorithm for Brain Image Segmentation
IRJET - Clustering Algorithm for Brain Image SegmentationIRJET - Clustering Algorithm for Brain Image Segmentation
IRJET - Clustering Algorithm for Brain Image Segmentation
 
MAGNETIC RESONANCE BRAIN IMAGE SEGMENTATION
MAGNETIC RESONANCE BRAIN IMAGE SEGMENTATIONMAGNETIC RESONANCE BRAIN IMAGE SEGMENTATION
MAGNETIC RESONANCE BRAIN IMAGE SEGMENTATION
 
07 18sep 7983 10108-1-ed an edge edit ari
07 18sep 7983 10108-1-ed an edge edit ari07 18sep 7983 10108-1-ed an edge edit ari
07 18sep 7983 10108-1-ed an edge edit ari
 
Automatic Determination Number of Cluster for NMKFC-Means Algorithms on Image...
Automatic Determination Number of Cluster for NMKFC-Means Algorithms on Image...Automatic Determination Number of Cluster for NMKFC-Means Algorithms on Image...
Automatic Determination Number of Cluster for NMKFC-Means Algorithms on Image...
 
C017121219
C017121219C017121219
C017121219
 
Precise Foreground Extraction, Bias Correction and Segmentation of Intensity ...
Precise Foreground Extraction, Bias Correction and Segmentation of Intensity ...Precise Foreground Extraction, Bias Correction and Segmentation of Intensity ...
Precise Foreground Extraction, Bias Correction and Segmentation of Intensity ...
 
Fuzzy clustering1
Fuzzy clustering1Fuzzy clustering1
Fuzzy clustering1
 
Geometric Correction for Braille Document Images
Geometric Correction for Braille Document Images  Geometric Correction for Braille Document Images
Geometric Correction for Braille Document Images
 
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
 
SEGMENTATION OF MAGNETIC RESONANCE BRAIN TUMOR USING INTEGRATED FUZZY K-MEANS...
SEGMENTATION OF MAGNETIC RESONANCE BRAIN TUMOR USING INTEGRATED FUZZY K-MEANS...SEGMENTATION OF MAGNETIC RESONANCE BRAIN TUMOR USING INTEGRATED FUZZY K-MEANS...
SEGMENTATION OF MAGNETIC RESONANCE BRAIN TUMOR USING INTEGRATED FUZZY K-MEANS...
 
DETECTION OF HUMAN BLADDER CANCER CELLS USING IMAGE PROCESSING
DETECTION OF HUMAN BLADDER CANCER CELLS USING IMAGE PROCESSINGDETECTION OF HUMAN BLADDER CANCER CELLS USING IMAGE PROCESSING
DETECTION OF HUMAN BLADDER CANCER CELLS USING IMAGE PROCESSING
 
Brain tumor segmentation using asymmetry based histogram thresholding and k m...
Brain tumor segmentation using asymmetry based histogram thresholding and k m...Brain tumor segmentation using asymmetry based histogram thresholding and k m...
Brain tumor segmentation using asymmetry based histogram thresholding and k m...
 
Fuzzy Entropy Based Optimal Thresholding Technique for Image Enhancement
Fuzzy Entropy Based Optimal Thresholding Technique for Image Enhancement  Fuzzy Entropy Based Optimal Thresholding Technique for Image Enhancement
Fuzzy Entropy Based Optimal Thresholding Technique for Image Enhancement
 
40120130406009
4012013040600940120130406009
40120130406009
 
A Hybrid Technique for the Automated Segmentation of Corpus Callosum in Midsa...
A Hybrid Technique for the Automated Segmentation of Corpus Callosum in Midsa...A Hybrid Technique for the Automated Segmentation of Corpus Callosum in Midsa...
A Hybrid Technique for the Automated Segmentation of Corpus Callosum in Midsa...
 
Dynamic clustering algorithm using fuzzy c means
Dynamic clustering algorithm using fuzzy c meansDynamic clustering algorithm using fuzzy c means
Dynamic clustering algorithm using fuzzy c means
 
A new hybrid method for the segmentation of the brain mris
A new hybrid method for the segmentation of the brain mrisA new hybrid method for the segmentation of the brain mris
A new hybrid method for the segmentation of the brain mris
 
IRJET- An Effective Brain Tumor Segmentation using K-means Clustering
IRJET-  	  An Effective Brain Tumor Segmentation using K-means ClusteringIRJET-  	  An Effective Brain Tumor Segmentation using K-means Clustering
IRJET- An Effective Brain Tumor Segmentation using K-means Clustering
 
IRJET- Brain Tumor Detection using Digital Image Processing
IRJET- Brain Tumor Detection using Digital Image ProcessingIRJET- Brain Tumor Detection using Digital Image Processing
IRJET- Brain Tumor Detection using Digital Image Processing
 

Cc24529533

  • 1. Avijit Dasgupta/ International Journal of Engineering Research and Applications (IJERA) ISSN: 2248-9622 www.ijera.com Vol. 2, Issue 4, July-August 2012, pp.529-533 Demarcation of Brain Tumor Using Modified Fuzzy C-Means Avijit Dasgupta* *(Department of ECE, St. Thomas’ College of Engineering &Technology, Kolkata) ABSTRACT The Demarcation and prediction of the area than hard segmentation methods [2, 3, 4]. Fuzzy C- of the tumor have an important role in medical Means basically uses fuzzy pixel classification to treatments of malignant tumors. This paper segment an image. A hard segmentation method forces describes an application of Fuzzy set theory in a pixel to belong exclusively in one cluster. But in medical image processing, namely brain tumor Fuzzy C-Means a pixel is allowed to be in multiple demarcation. Fuzzy C-Means is proved to be a good clusters with varying degree of membership function. and efficient segmentation method. But the main So FCM allows greater degree of flexibility than hard disadvantage of this method is that it is highly segmentation methods. Due to this advantage FCM sensitive to noise. In this paper a modified Fuzzy C- has recently been used in medical images for various Means (MFCM) is proposed which is less sensitive applications especially in MRI. to noise than state-of-the-art Fuzzy C-Means method. MFCM filters the image at the time of the There are several Fuzzy pixel classification methods segmentation of noisy Magnetic Resonance Imaging have been proposed for classification of MRI images. (MRI) images. This methodology is applied to the Mrs.Mamata S.Kalas implemented neuro-fuzzy logic three MRI images of brain consisting tumors with for the classification of MRI images to detect cancer different areas. The proposed method always`s [5]. T.Logeswari and McKiernan has implemented results in better segmentations of brain tumors than Self Organizing Map (SOM) for medical image conventional FCM. This method is applied segmentation [6].According to their research efficiently for detection of contour and dimensions segmentation has tow phases. In the first phase, the of a brain tumor. MRI brain images are acquired form patient database. In that film artifact and noise are removed. In the Keywords - MRI, Brain Tumor, Image second phase the image segmentation is done. A new Segmentation, Fuzzy C-means, Adaptive Filtering, unsupervised method based on FCM has been Edge detection. proposed in this paper. I. INTRODUCTION The main disadvantage of conventional FCM The diagnosis of human being has been algorithm is that it is very sensitive to noise. As MRI improved significantly with the arrival of Computed images may contain noise, so FCM algorithm needs to Tomography (CT), Positron Emission Tomography be modified so that it can avoid misclassification in (PET), and Magnetic Resonance Imaging (MRI). noisy images. In this paper a modified Fuzzy C-means Medical imaging provides a reliable source of algorithm is proposed which provides a better information of the human body to the clinician for use segmentation than state-of-the-art FCM segmentation in fields like reparative surgery, radiotherapy method. However, Fuzzy C-means was proposed a treatment planning, stereotactic neurosurgery etc. long time ago. Lwarence et. Al [7] stated that the Several new techniques have been devised to improve fuzzy algorithm exhibited sensitivity to the initial the biomedical research. guess with regard to stability. In this paper a modified Fuzzy C-Means method is proposed which is inspired One of the important steps of image analysis is image from Markov Random Field (MRF) which results in segmentation. Image segmentation is the process of better segmentation in both noisy and noiseless brain partitioning an image into its different constituent MRI images. parts. Rest of this paper is organized as follows. In section II Fuzzy C-means is one of the widely used image state-of –the-art Fuzzy C-Means algorithm is segmentation method which retain more information described. In section III the Modified Fuzzy C-means algorithm is presented. In section IV experimental 529 | P a g e
  • 2. Avijit Dasgupta/ International Journal of Engineering Research and Applications (IJERA) ISSN: 2248-9622 www.ijera.com Vol. 2, Issue 4, July-August 2012, pp.529-533 results are shown. In section V some conclusions have 1. Initialize 𝛹=[𝜇 𝑖𝑗 ] , 𝛹 0 . been drawn. 2. At t-step: calculate the center vectors II. FUZZY C-MEANS ALGORTIHM C(t)=[Cj] with 𝛹 𝑡 using equation number Fuzzy C-Means method of clustering which (3). allows a pixel to belong to two or more clusters provides greater flexibility than hard segmentation 3. Update 𝛹 𝑡 , 𝛹 𝑡+1 using equation method. This method has been used in pattern number (2). recognition successfully. It is based on minimization 4. If equation number (4) is satisfied the STOP, of a objective function defined as follows: otherwise return to step 2. 𝑁 𝐶 𝜅 2 Ј𝑚 = 𝑖=1 𝑗 =1 𝜇 𝑖𝑗 𝑥 𝑖 − 𝑐𝑗 …….. (1) Fuzzy C-Means algorithm has several advantages like a) it is unsupervised b) it distributes the membership xi is the ith of d-dimensional measured data , Cj is the values in a normalized fashion. However in d-dimensional cluster centre and ∗ represents the unsupervised method it is not possible to predict ahead norm expressing the similarity between any data to be of time what type of cluster will emerge from the measured and the center. μij is the membership value of Fuzzy C-Means. xi in cluster j. C is the total number of clusters and N is the total data points. III. PROPOSED ALGORITHM In the conventional Fuzzy C-Means κ is any value greater than 1 i.e. 𝜅𝜖[2 , ∞) .It was taken algorithm for a pixel xi 𝜖 𝐼 where I is the image, the as 2 suggested by Bezdek [9]. clustering of xi with class j depends on the membership value 𝜇 𝑖𝑗 . Now if we consider a noisy Fuzzy partitioning is carried out through an iterative image, conventional fuzzy C-means does not have a optimization of objective function shown above , with method to overcome this problem. In the proposed the update of membership μij and the cj cluster centers method FCM has been modified to overcome the by : drawback associated with noisy images. 𝑘𝜖 𝑛𝑒𝑖𝑔 ℎ 𝑏𝑜𝑢𝑟𝑠 𝜇 𝑗𝑘 ∗𝜁 𝑖𝑘 𝜇 𝑖𝑗 = 1 2 ……………….(2) 𝜉 𝑖𝑗 = ……………..(9) 𝑘𝜖 𝑛𝑒𝑖𝑔 ℎ 𝑏𝑜𝑢𝑟𝑠 𝜁 𝑖𝑘 𝐷 𝑖𝑗 𝜅−1 𝑐 𝑙=1 𝐷 𝑘𝑗 Now, 𝐷 𝑖𝑗 = 𝐷 𝑖𝑗 1 − Δ ∗ 𝜉 𝑖𝑗 ……………… (10) 𝑁 𝜅 𝑖=1 𝜇 𝑖𝑗 .𝑥 𝑖 𝐶𝑗 = 𝑁 𝜅 ………………(3) 𝑖=1 𝜇 𝑖𝑗 In the proposed method 𝐷 𝑖𝑗 is introduced as the resistance of pixel of pixel xi to be clustered in class j. The iteration will stop when this resistance can be tolerated by the neighboring pixel xk.. This neighboring pixels work is such a (𝑡+1) 𝑡 max 𝑖𝑗 𝜇 𝑖𝑗 − 𝜇 𝑖𝑗 < 𝜀 ………….(4) manner that it decrease the pixel’s resistance by a fraction that depends on the membership value of xk Where ε is very small number lies between 0 and 1 i.e. with cluster j i.e. 𝜇 𝑘𝑗 . As the system converges when ε𝜖[0,1]. membership values reaches to its’ meaningful value so this neighboring value will robustify the FCM Now μij = μi(xj) where 1 ≤ 𝑗 ≤ 𝐶 and 1 ≤ 𝑖 ≤ 𝑁. algorithm. Where 0≤ 𝜇 𝑖𝑗 ≤ 1 ∀ 𝑖, 𝑗. …………….(5) In equation (10) ∆ is a constant where 0 ≤ ∆≤ 1 . If ∆ is equal to 0 then 𝐷 𝑖𝑗 becomes 𝐷 𝑖𝑗 = 𝐷 𝑖𝑗 . Thus 𝐶 𝑗 =1 𝜇 𝑖𝑗 = 1 ∀ 𝑖 ……………….(6) giving the conventional Fuzzy C-Means algorithm. If ∆ is equal to 1 and μik then from equation (10) In the equation (2) 𝐷 𝑖𝑗 and 𝐷 𝑘𝑗 can be calculated as becomes 𝐷 𝑖𝑗 = 0. 𝜁 𝑖𝑘 measures the proximity of pixel follows: i to its neighbor pixel k. The proximity here is measured using relative distance between two pixels 𝐷 𝑖𝑗 = 𝑥 𝑖 − 𝑐𝑗 ………………………(7) i.e. 𝜁 𝑖𝑘 = 𝑖 − 𝑘 . 𝐷 𝑘𝑗 = 𝑥 𝑘 − 𝑐𝑗 ……………………..(8) So this algorithm considers the fact that each surrounding pixel tries to pull its neighbor toward its So the algorithm composed of the following steps : 530 | P a g e
  • 3. Avijit Dasgupta/ International Journal of Engineering Research and Applications (IJERA) ISSN: 2248-9622 www.ijera.com Vol. 2, Issue 4, July-August 2012, pp.529-533 class without neglecting the effect of pixel itself. So this algorithm filters the image while segmenting. So this modified version of FCM gives better result in noisy image segmentation as well as normal image segmentation. Now the procedure for the Modified Fuzzy C-Means can be summarized as follows : Step1: The initial cluster centers are chosen randomly Fig.3 Fig.4 from the image dataset uniquely. Numbers of clusters is determined randomly. Step2: Obtaining Dij, using new method, from which 𝛹 matrix can be calculated. As the non-descriptive initial centers would enlarge the processing time , we applied the neighboring effect after approaching the final centers. Step3: This process continues until minimization of objective function offers. Fig.5 Step4: After that defuzzification is performed in order Fig. 1 represents the original noiseless input image of to achieve crisp set. A pixel xi would belong to cluster brain MRI consists of tumor. 2 &3 represent j iff , 𝜇 𝑖𝑗 is maximum than the membership values to segmented image with FCM & MFCM. 4& 5 other clusters. represent result of Prewitt detection. IV. IMPLEMENTATIONS & RESULTS If we compare Fig.4 and Fig.5 it can be easily seen In order to see the effect of proposed that Fig.5 has better tumor boundary than Fig.4. So algorithm a clean brain MRI image with tumor was the proposed method gives better segmentation of taken. After segmenting by both Fuzzy C-Means and tumor region than FCM. Modified Fuzzy C-means separately Prewitt edge detection [10, 11, 12] was performed to detect the Fig. 6, 7, 8,9,10 shown below is another results of edge of the tumor. Fig.1 shows the input clean brain FCM & MFCM as stated above. MRI image. Fig.2 shows the segmented image by FCM algorithm using 5 clusters and Fig. 3 shows the segmented image by MFCM method using same number of clusters as FCM i.e. 5. In Fig.4,5 Prewitt edge detected images of Fig.2,3 are shown. Fig.6 Fig.7 Fig. 1 Fig.2 531 | P a g e
  • 4. Avijit Dasgupta/ International Journal of Engineering Research and Applications (IJERA) ISSN: 2248-9622 www.ijera.com Vol. 2, Issue 4, July-August 2012, pp.529-533 Fig.8 Fig.9 Fig.15 Fig.10 Fig.11 Noisy input image. Fig.12 & 13 segmented image of Fig.11 by FCM & MFCM respectively. Fig. 6 represents the original noiseless input image of Fig.14 & Fig. 15 Prewitt edge detected image of fig.12 brain MRI consists of tumor. 7 &8 represent & 13 respectively. segmented image with FCM & MFCM. 9 & 10 represent result of Prewitt detection. Several values of ∆ has been tested. But ∆= 0.56 gives the best result. So ∆= 0.56 was kept through out the In fig.9 we can easily see that region of the tumor is work. The value of κ=2 was taken as suggested by not clear. In fig.10 it is easily seen that tumor region is Bezdek. well segmented by MFCM. Area of the tumor region is calculated using the Now these methods have been tried on several noisy segmented image by proposed method. This result is images. Gaussian white noise added with the fig.1. shown in a tabular format. Each pixel in the image Resulting image is shown below. Also the segmented occupies 96dpi in both horizontal and vertical and Prewitt edge detected images are shown below: 1 1 directions. So area of single pixel is ∗ square 96 96 inch. This is converted into cm unit. The table of area of tumor in different images is shown below: Table: 1 No of Image Name of The Area Image (𝑐𝑚2 ) 1 Fig.1 1.7073 2 Fig.6 0.0826 Fig.11 Fig.12 V. CONCLUSION In this paper a Modified Fuzzy C-Means method has been proposed to overcome the drawback with noisy images of the Fuzzy C-means. The adaptive filtering is also done while segmenting an image. The dimensions and area of the tumor can be calculated using proposed method neglecting the effect of noise. In this proposed method neighbors are used to enhance Fig.13 Fig.14 the clustering with the FCM which do not affect the edges. Thus tumor boundary can be easily understood. Finally, suggestion to the readers is that the application of the MFCM method to other abnormal medical image segmentation of noisy image cases will be the topic for further research. 532 | P a g e
  • 5. Avijit Dasgupta/ International Journal of Engineering Research and Applications (IJERA) ISSN: 2248-9622 www.ijera.com Vol. 2, Issue 4, July-August 2012, pp.529-533 REFERENCES P.velthuizen, Martin S. Silbger and James C. Bezdek, Fellow , IEEE,A Comparison of neural [1] J. Bezdek. L. Hall. and L. Clarke. Review of network and Fuzzy clustering technique in MR image segmentation using pattern segmenting Magnetic Resonance Images of the recognition. Medical Physics. vol. 20. 1993. pp. Brain. IEEE transactions on neural networks , 1033–48. 3(5),pp 672-681, sep 1992. [2] J. K. Udupa. L. Wei. S. Samarasekera. Y. Miki. [8] K.S. Chuang. H.L. Tzeng. S. Chen. J. Wu. and M. A. van Buchem. and R. I. Grossman. T.J. Chen. “Fuzzy C-Means Clustering with Multiple sclerosis lesion quantification using Spatial Information for Image Segmentation”. fuzzy-connectedness principles. IEEE Computerized Medical Imaging and Graphics. Transactions on Medical Imaging. vol. 16. Vol. 30 (2006). Elsevier. pp. 9–15. 1997. pp. 598-609. [9] Bezdek, J. C., Pattern Recognitio n with Fuzzy [3] D.L. Pham. Unsupervised Tissue Classification Ob- jective Function Algorithms, Plenum in Medical Images using Edge-Adaptive Press, NY, 1981. Clustering. Proceedings of the 25th Annual International Conference of the IEEE EMBS. [10] Canny, John, A Computational Approach to Cancun. Mexico. Sep. 17-21. 2003 Edge Detection" IEEE Transactions on Pattern Analysis and Machine Intelligence,Vol. PAMI- [4] S. Alizadeh. M. Ghazanfari. and M. Fathian. 8, No. 6, 1986, pp. 679-698. Using Data Mining for Learning and Clustering FCM. International Journal of Computational [11] Lim, Jae S., Two-Dimensional Signal and Intelligence . Vol. 4. No. 2. Spring 2008. Image Processing, Englewood Cliffs, NJ, Prentice Hall, 1990, pp. 478-488. [5] Mrs.Mamata S.Kalas, An Artificial Neural Network for Detection of Biological Early [12] Parker, James R., Algorithms for Image Brain Cancer, 2010 International Journal of Processing and Computer Vision, New York, Computer Applications (0975 – 8887) Volume John Wiley & Sons, Inc., 1997, pp. 23-29. 1 – No. 6. [6] T.Logeswari and M.Karnan, An Improved Implementation of Brain Tumor Detection Using Segmentation Based on Hierarchical Self Organizing Map”, International Journal of Computer Theory and Engineering, Vol. 2, No. 4, August, 2010 1793-8201 . [7] Lawrence O. Hall , Member ,IEEE,Amine M. Bensaid,Laurence P. Clarke ,Robert 533 | P a g e