SlideShare ist ein Scribd-Unternehmen logo
1 von 8
Downloaden Sie, um offline zu lesen
IOSR Journal of Electrical and Electronics Engineering (IOSR-JEEE)
e-ISSN: 2278-1676,p-ISSN: 2320-3331, Volume 11, Issue 3 Ver. IV (May. – Jun. 2016), PP 16-23
www.iosrjournals.org
DOI: 10.9790/1676-1103041623 www.iosrjournals.org 16 | Page
An Effective Segmentation Technique for Brain Medical
Resonance Images
Vandana J. Shah1
,Dr. Vijay Chourasia2
,Dr. Ravindra Kshirsagar3
1
Research Scholar, Manoharbhai Patel Institute of Engineering & Technology , Gondia
2
Assistant Professor, Manoharbhai Patel Institute of Engineering & Technology , Gondia
3
Principal, Priyadarshini Indira Gandhi College of Engineering, Nagpur
Abstract: In the field of medical resonance image processing the image segmentation is an important and
challenging problem in an image analysis. The main purpose is to diagnose the problems in the normal brain
anatomy and to find the location of tumour. Many of the algorithms have been found in recent years which aid
to segment the medical images and identify the diseases. This paper aims to compare previous algorithms for
image segmentation and also identifies the better algorithm to extract the MRI brain image for further
processing. Three types of MRI images are produced for brains which are based on proton density (PD),
longitudinal relaxation time (T1) and transverse relaxation time (T2). Specialists continuously mix multispectral
MRI information of a patient to require a call on the location, extension and prognosis and diagnose the brain
abnormalities. Neuroradiological research consists of several brain extraction algorithms which are useful for
several post- automatic image processing operations like segmentation, registration and compression. The
result of proposed algorithm is validated by comparing proposed algorithm with the results of the existing
segmentation algorithm used for the same purpose.
Keywords: segmentation; clustering; k-means clustering; fuzzy c means clustering; mean shift; canny edge
detection; BEA; brain extraction algorithm.
I. Iintroduction
The main reason of image segmentation is to partition an input image into meaningful regions with
respect to our particular application. The major significance of applying segmentation technique is to obtain
coarse and fine details of tissues of brain MRI images in detail (Atkins and Mackiewich, 1998). Image
segmentation is mainly used to detect objects and boundaries like lines, curves, edges etc. Image segmentation is
the process of assigning a label to every pixel in an image which then assigned the same label who shares the
same particular characteristics. The result of image segmentation is a set of segments that collectively cover the
interested region in an image, or a set of contours extracted from the image (Gonzalez and Richard, 2007). Each
of the pixels in a region is similar with respect to some characteristic or computed property, such as color,
intensity, or texture. Adjacent regions are significantly different with respect to the same characteristic. The
success or failure of computerized analysis procedure is specified by segmentation accuracy. The resulting
contours after image segmentation of MRI images can be used to create 3D (Raya, 1990) reconstructions with
the help of interpolation algorithms. Major applications of medical image processing are: detect and locate
tumours and other pathologies issues (Brummer and Mersereau, 1993) measure tissue volumes, diagnosis, study
of anatomical structure, surgery planning, virtual surgery simulation, and intra-surgery navigation.
In general, there are three advantages in image segmentation. The first advantage is the speed of the
algorithm. The segmentation of image should not consume much time. The second advantage is good edge
connectivity of its segmenting result (Perona and Malik, 1990). The third advantage is good shape matching.
Consequently, it will be reliable (Somasundaram and Kalaiselvi, 2011). The limited disadvantages of
segmentations could be fatal problem, the computation time and over segmentation. The result is sensitive to the
selection of the initial random centroids in some of the segmentation techniques. Some region segmentation
techniques can produce blocky segments.
Medical Resonance Image segmentation is very essential feature in most of image processing methods,
which reflects anatomical structure of segment (brain tissue). The usefulness of these methods in clinical
environment significantly depends on the ease of computation and the reduction of human intervention. The
proposed method is based on histogram based gradient calculation, which segments out primary objects from T2
brain MR image (Gilanie and Attique, 2013). The applicability of this algorithm has been practically verified
giving satisfactory results. It is established that the proposed method can be applied on other medical imaging
modalities or other image processing domains and is quite efficient.
An effective segmentation technique for Brain Medical Resonance Images
DOI: 10.9790/1676-1103041623 www.iosrjournals.org 17 | Page
II. Proposed Algorithm for Brain Region Extraction
The main purpose of the flow chart shown in figure 1 is to detect the region of brain with many pre-
processing steps. The input MRI image is in JPEG form which selects one of the slices from more than 100
slices of patient’s data. That has to be T2 weighted image for fine analysis of the brain. Before finding tumour it
is important to segment the region of interest. Over here the region of interest is only brain area which has to be
removed from skull. 2D-BEA is one of the techniques which extract the brain area from skull and boundary. In
2D-BEA first of all in the first stage the background noise from the brain image will be removed using low pass
filter and the output is further diffused to enhance the brain boundaries. This will be forwarded by thresholding
in which mask for the coarse brain is generated. In the second stage, morphological based segmentation
operation is performed with connected component analysis to extract the fine brain from the coarse brain portion
obtained in first stage of 2D-BEA.
Figure 1: Proposed technique for Segmentation of brain MRI image
The scalp-skull boundaries are very weak in T2-weighted images (Somasundaram and Kalaiselvi,
2011) and hence they are not preserved. The diffusion process helps to compute an intensity threshold value
automatically to segment the brain from non-brain tissues. Thus stage one is preserving brain borders.
Thresholding helps to produce the rough mask brain. In the second stage main shape characteristics of object
will be identified. Erosion and dilation produced the curve boundaries of brain regions of binary image. As per
the figure 1, the segmented brain region will be further given to 3D-BEA because the 2D-BEA has limitation for
largest connected component identification (Somasundaram and Kalaiselvi, 2011). 3D-BEA may remove that
limitation and could be implemented for further research.
2.1 Implementation of developed segmentation algorithm.
Figure 2 Extracted brain region
An effective segmentation technique for Brain Medical Resonance Images
DOI: 10.9790/1676-1103041623 www.iosrjournals.org 18 | Page
Extracted brain region
The results in figure 2 shows that using 2D-BEA method the interested brain region is extracted and it
removes the unwanted area like skull and other boundaries. It is fulfilling the main purpose of finding out the
different possible locations of tumour for the later research.
III. Comparative Analysis Of Developed Algorithm With Different Segmentation Techniques
For MRI Brain Images
In addition to the analysis of developed algorithm, the comparative analysis is also carried out with the
existing algorithms. It would be easy to identify the efficient algorithm after this analysis. In this section total
five segmentation algorithms have been implemented. Mainly cluster based algorithms are compared to validate
developed algorithm. Below shows the algorithms and their steps with their importance in different aspects.
3.1 Threshold based image segmentation
The threshold technique is simplest in segmentation methods. To set two thresholds on the histogram
of the image, we can classify between the two thresholds in the histogram as the same region and classify the
others as the second region (Gonzalez and Richard, 2007).
3.2 Edge based segmentation
This includes detection of edges using Prewitt based, Sobel based, Robert Cross edge, Laplacian edge,
Canny based edge detection. Detected edges in an image are assumed to represent object boundaries, and used
to identify these objects (Fritz, 2010).
Edge detection very seldom gives you the perfect unambiguous and closed boundaries you need for a
direct segmentation. There will frequently be spurious edges detected where they shouldn’t be, and gaps occur
where there should be edges. An advanced and versatile technique for clustering-based segmentation is
presented. Below images shows the results of Matlab simulations for different segmentation techniques.
3.3 Fuzzy c means based clustering
One family of segmentation algorithms is based on the idea of clustering pixels with similar
characteristics. Fuzzy c-means has been shown to work well for clustering based segmentation (Benjamin,
2012), however due to its iterative nature this approach has excessive computational requirements. Below shows
the algorithm of Fuzzy c means.
Step 1: Initialize the membership Matrix
Step 2: Calculate the degree of membership
An effective segmentation technique for Brain Medical Resonance Images
DOI: 10.9790/1676-1103041623 www.iosrjournals.org 19 | Page
Step 3: Compute the centroid and update the new membership and Recalculate the degree of membership
Step 4: If the difference of centroid matrix between new and previous iteration is less than the predefine value
then recalculate the degree of membership.
3.4 K-means clustering
It is one of the easiest methods of unsupervised learning algorithm that solve the well-known clustering
issue (Funmilola and Adedeji, 2012). K-means is purposed by Macqueen in 1967. K-means is a simple
clustering method which is having low computational complexity as compared to Fuzzy C-means. K-means
clustering do not overlap the clusters.
= (Xk-Ci)) (1)
Below shows the algorithm of k means clustering algorithm for MRI brain image segmentation.
Step 1: Select K points as the initial centroids.
Step 2: Repeat
Step 3: Form K clusters by assigning all points to the closest centroid
Step 4: Recompute the centroid of each cluster.
Step 5: Until the centroids don’t change.
Simplicity and easy implementation are some advantages of k-means but it has several drawbacks as
well. There is no standard for a good set of initial centres. Instead of random choices, initial k-means results can
provide the initial points for the next run of the algorithm.
3.5 Mean shift clustering
Mean Shift is defined as finding modes in a set of data samples, manifesting an underlying probability
density function (PDF) (Pilar and Manuel, 2011). Hence the Certain problem occurred in the above techniques
has been solved by Mean Shift. Mean shift clustering is one of the most non-parametric clustering techniques
which do not require any prior knowledge of the clusters.
Kernel density estimation (known as Parzen window technique in pattern recognition) is the most popular
density estimation method. The Parzen-window estimate is defined as
(2)
Where k(x) =window function (Kernel in D-dimensional), hn>0 =Width of the Kernel.
Where k(x) is the window function or kernel in the d-dimensional space such that
(3)
(4)
The algorithm for Mean Shift segmentation is as below.
Step 1: Take an input image and fine each point Xi
Step 2: Choose a search window for finding out maximum dense area.
Step 3: Compute the mean shift vector
Step 4: If Mean shift is Optimum then stop the process or again find new point Xi. There are certain advantages
for mean shift. I.e. good general-practice segmentation, flexible in number and shape of regions, robust to
outliers.
Figure 3 Thresholding based segmentation
An effective segmentation technique for Brain Medical Resonance Images
DOI: 10.9790/1676-1103041623 www.iosrjournals.org 20 | Page
Figure 4: Edge based segmentation
Figure 5 K means clustering based segmentation
An effective segmentation technique for Brain Medical Resonance Images
DOI: 10.9790/1676-1103041623 www.iosrjournals.org 21 | Page
Figure 6 Fuzzy C Means clustering
Figure 7 Mean Shift clustering
TABLE 1 Comparison of different image segmentation techniques for MRI images of brain
Parameter Mean Shift Fuzzy C-Means K-Means Canny Edge
detector
Thresholding Brain
Extraction
algorithm
2D-BEA
Noise Removing the
noise by
filtering.
Cannot remove
noise
Cannot remove
noise.
Only Detected
the boundary of
that image.
Not involve the
spatial information of
the images, so it will
bring about noise,
blurred edges.
Removing the
noise by
filtering.
Smoothing More
Smoothed
image is
produced.
Doesn’t smooth
the image
Different initial
centroids will
bring about the
different results.
Smoothed
Image but Less
Compare to
Mean Shift.
Outlier in the images. More
Smoothed
image is
produced.
Separation Cannot
separate
unwanted area
like skull
Used for MRI
image
segmentation
Other region can
also separate.
Can separate all
edges of
particular
image.
Only separate binary
image.
Can separate
unwanted area
like skull
An effective segmentation technique for Brain Medical Resonance Images
DOI: 10.9790/1676-1103041623 www.iosrjournals.org 22 | Page
No. of
Cluster
Does not
require prior
knowledge of
the number of
clusters.
Apriori
Specification of
the number of
cluster
A problem of
choice of
numbers of
cluster N.
- - Does not
require prior
knowledge of
the number of
clusters.
Over
segmentati
on
Guarantees an
over-
segmented
image while
keeping fine
image details.
Does not over
segmented image.
Does not over
segmented
image.
Does not over
segmented
image.
Does not over
segmented image.
Does not over
segmented
image.
Above table 1 depicts the importance of proposed algorithm 2D-BEA in all aspects towards better
segmentation of brain MRI images. As compared to other segmentation algorithms searched by previous
researchers the 2D-BEA algorithm is removing noise from the input image with minimum computational time.
Proposed algorithm is also efficient to identify the smooth edges as well as preserving information. This
developed algorithm does not over segment the image so that blur effect comes down to null. Moreover it is so
user friendly and automated that it does not expense time to diagnose unwanted area and only extract the desire
region of brain MRI images.
IV. Conclusion
Brain extraction algorithm is a general category of algorithms used to extract/evaluate features of a
given brain scan. It also performs the very same task of post processing. In first stage, coarse brain is generated
using filtering and thresholding. In second stage, morphological operations performed on binary image to
segment the fine brain mask. It has been observed from the comparative analysis that existing methodology of
segmentation is not able to remove noise as well as blur the images and moreover it does not extract brain area
which is the main interest for further research and for finding out the tumour in the later stage. In future to
overcome the failure of 2D-BEA, 3D-BEA will be used. For the current research the partial algorithm of
proposed technique has been implemented. Further study will be taken up in near future for image classification
and other pre-processing. Results show the validity of the 2D-BEA algorithm and its advantages through
comparison.
Acknowledgements
The authors would like to acknowledge the motivation and support given by radiologists and doctors
from different MRI centers for providing the Brain MRI images and the corresponding information for the
research.
References
[1]. Ajala Funmilola A, Oke O.A, Adedeji T.O, Alade O.M, Adewusi E.A, ― Fuzzy k-c-means Clustering Algorithm for Medical Image
Segmentation‖, Journal of Information Engineering and Applications, ISSN 2224-5782 (print) ISSN 2225-0506 (online) Vol 2,
No.6, 2012.
[2]. Benjamin James Bush, ― Fuzzy Clustering Techniques: Fuzzy C-Means and Fuzzy Min-Max Clustering Neural Networks‖, SSIE
617 Term Paper, Fall 2012.
[3]. Badredine Sayah, Bornia Tighiouart, ―Brain tumour segmentation in MRI: knowledge-based system and region growing approach,
‖, Internatinal journal of signal and imaging systems engineering, vol. 7, no. 2, pp. 65-74, 2014.
[4]. Comaniciu, D.; Meer, P., "Mean shift: a robust approach toward feature space analysis," Pattern Analysis and Machine Intelligence,
IEEE Transactions on pattern analysis and machine intelligence, vol.24, no.5, pp.603-619, May 2002.
[5]. Cedric Wemmert, Anne Puissant, Germain Forestier, and Pierre Gancarski, "Multiresolution Remote Sensing Image
Clustering," IEEE Geoscience And Remote Sensing Letters, vol. 6, no. 3,pp. 533-537, July 2009.
[6]. Di Zhang; Jiazhong He; Minghui Du, ―Joint MR image super-resolution reconstruction and sparse coefficients estimation‖,
International journal of Biomedical Engineering and Technology, 2015 Vol.19, No.4, pp.373 - 392
[7]. Fritz albregtsen,‖ region & edge based segmentation‖, website: www.uio.no/studier/.../INF4300/.../INF4300-2010-f03.
[8]. Ghulam Gilanie, Muhammad Attique, Hafeez-Ullah, Shahid Naweed, Ejaz Ahmed, Masroor Ikram, Object extraction from T2
weighted brain MR image using histogram based gradient calculation, Elsevier journal on Pattern Recognition Letters, Volume 34,
Issue 12, 1 September 2013, Pages 1356-1363, ISSN 0167-8655, http://dx.doi.org/10.1016/j.patrec.2013.04.010
[9]. Jiawei Han, Vipin Kumar, ―Clustering‖ , CIS 601 Fall 2004 Longin Jan Latecki. Website: http://www-
users.cs.umn.edu/~kumar/csci5980/index.html
[10]. K. Somasundaram, T. Kalaiselvi, Fully automatic brain extraction algorithm for axial T2-weighted magnetic resonance images,
Elsevier journal on Computers in Biology and Medicine, Volume 40, Issue 10, October 2010, Pages 811-822, ISSN 0010-4825,
http://dx.doi.org/10.1016/j.compbiomed.2010.08.004
[11]. M.S. Atkins, B.T. Mackiewich, Fully automatic segmentation of the brain in MRI, IEEE Transactions on Medical Imaging, Volume
17, Issue 1, February 1998, Pages 98–107.
[12]. M.E. Brummer, R.M. Mersereau, R.L. Eisner, R.J. Lewine, Automatic detection of brain contours in MRI data sets, IEEE
Transactions on Medical Imaging, Volume 12, Issue 2, June 1993, Pages 153–166
[13]. Milan Sonka, VaclavHlavac, Roger Boyle, in Image Processing : Analysis and Machine Vision, second ed. Brooks/Cole Publishing
Company, 1999
An effective segmentation technique for Brain Medical Resonance Images
DOI: 10.9790/1676-1103041623 www.iosrjournals.org 23 | Page
[14]. P.Perona, J.Malik, Scale-space and edge detection using an isotropic diffusion, IEEE Transactions on Pattern Analysis and Machine
Intelligence, Volume 12, Issue 7, July 1990, Pages 629–639
[15]. Pilar Jarabo-Amores, Manuel Rosa-Zurera, David de la Mata-Moya, Raul Vicen-Bueno, and Saturnino Maldonado-Bascon,
―Spatial-Range Mean-Shift Filtering and Segmentation Applied to SAR Images.‖, IEEE Transactions On Instrumentation And
Measurement, vol. 60, no. 2,pp. 584-597, February 2011.
[16]. Raffaele Gaetano, Giuseppe Scarpa, And Giovanni Poggi, ―Hierarchical Texture-Based Segmentation Of Multiresolution Remote-
Sensing Images.‖ IEEE Transactions on geoscience and remote sensing, vol. 47, no. 7, pp. 2129-2141, July 2009.
[17]. Rafael C.Gonzalez, Richard E.Woods, ―Digital Image Processing‖, Prentice Hall, Second Edition, 2007.Chapter 10, pp.567-634,
ISBN 0-201-18075-8.
[18]. S.P.Raya, Low-level segmentation of 3-D magnetic resonance brain images--a rule based system, IEEE Transaction on Medical
Imaging, Volume 9, Issue 3, September 1990, Pages 327–393
[19]. Shaheera Rashwan, Mohamed Talaat Faheem, ― A wavelet relational Fuzzy C-Means algorithm for 2D gel image segmentation‖,
Computational and Mathematical methods in medicine, Volume 2013, Article ID 430516
[20]. Wenbing Tao, Hai Jin, Yimin Zhang, ―Colour Image Segmentation Based on Mean Shift and Normalized Cuts‖, IEEE Transactions
on systems, man, and cybernetics—part b: cybernetics, vol. 37, no. 5, pp.1382-1389,October, 2007.
[21]. Yu-Hsiang Wang, ―Tutorial: Image Segmentation‖, Graduate Institute of Communication Engineering National Taiwan University,
Taipei, Taiwan, ROC. Website: www.mathworks.com
Biographical notes: Vandana Shah received her master research in VLSI technology from Nagpur University,
India in 2012. She is currently a researcher in medical field for MRI brain tumour analysis and pursuing her
PhD in Department of Electronics from the Nagpur university, her current research interest include, the
computer assisted brain anatomy analysis and image segmentation techniques. Vijay S. Chourasia is working as
an Assistant Professor in the Department of Electronics and Communication Engineering at Manoharbhai Patel
Institute of Engineering and Technology, Gondia, India. He obtained his PhD from The LNM Institute of
Information Technology, Jaipur. He has more than 25 years experience in the field of academics and has about
35 research publications in various international and national journals and conferences. His research interest is
Signal and Image Processing. Ravindra V. Kshirsagar is working as a professor in the Department of
Electronics Engineering at Priyadarshini College of Engineering (PCE) and Vice Principal at PCE, Nagpur. He
is also the former-dean of Nagpur University. He obtained his Ph.D. from VNIT, Nagpur in sept’2010. He has a
vast teaching experience of 27 years and 2 years of industry experience. He has published many research papers
in national and international conferences. His special field of interest includes Reconfigurable Computing, VLSI
Design, Fault tolerance and DFT.

Weitere ähnliche Inhalte

Was ist angesagt?

Paper id 25201482
Paper id 25201482Paper id 25201482
Paper id 25201482
IJRAT
 
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
 
Comparative performance analysis of segmentation techniques
Comparative performance analysis of segmentation techniquesComparative performance analysis of segmentation techniques
Comparative performance analysis of segmentation techniques
IAEME Publication
 
Brain Tumor Detection using MRI Images
Brain Tumor Detection using MRI ImagesBrain Tumor Detection using MRI Images
Brain Tumor Detection using MRI Images
YogeshIJTSRD
 

Was ist angesagt? (20)

Paper id 25201482
Paper id 25201482Paper id 25201482
Paper id 25201482
 
D232430
D232430D232430
D232430
 
A Dualistic Sub-Image Histogram Equalization Based Enhancement and Segmentati...
A Dualistic Sub-Image Histogram Equalization Based Enhancement and Segmentati...A Dualistic Sub-Image Histogram Equalization Based Enhancement and Segmentati...
A Dualistic Sub-Image Histogram Equalization Based Enhancement and Segmentati...
 
Multistage Classification of Alzheimer’s Disease
Multistage Classification of Alzheimer’s DiseaseMultistage Classification of Alzheimer’s Disease
Multistage Classification of Alzheimer’s Disease
 
An Efficient Brain Tumor Detection Algorithm based on Segmentation for MRI Sy...
An Efficient Brain Tumor Detection Algorithm based on Segmentation for MRI Sy...An Efficient Brain Tumor Detection Algorithm based on Segmentation for MRI Sy...
An Efficient Brain Tumor Detection Algorithm based on Segmentation for MRI Sy...
 
Jr3616801683
Jr3616801683Jr3616801683
Jr3616801683
 
MRIIMAGE SEGMENTATION USING LEVEL SET METHOD AND IMPLEMENT AN MEDICAL DIAGNOS...
MRIIMAGE SEGMENTATION USING LEVEL SET METHOD AND IMPLEMENT AN MEDICAL DIAGNOS...MRIIMAGE SEGMENTATION USING LEVEL SET METHOD AND IMPLEMENT AN MEDICAL DIAGNOS...
MRIIMAGE SEGMENTATION USING LEVEL SET METHOD AND IMPLEMENT AN MEDICAL DIAGNOS...
 
Ai4201231234
Ai4201231234Ai4201231234
Ai4201231234
 
Ea4301770773
Ea4301770773Ea4301770773
Ea4301770773
 
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
 
Automated brain tumor detection and segmentation from mri images using adapti...
Automated brain tumor detection and segmentation from mri images using adapti...Automated brain tumor detection and segmentation from mri images using adapti...
Automated brain tumor detection and segmentation from mri images using adapti...
 
Comparative performance analysis of segmentation techniques
Comparative performance analysis of segmentation techniquesComparative performance analysis of segmentation techniques
Comparative performance analysis of segmentation techniques
 
An Ameliorate Technique for Brain Lumps Detection Using Fuzzy C-Means Clustering
An Ameliorate Technique for Brain Lumps Detection Using Fuzzy C-Means ClusteringAn Ameliorate Technique for Brain Lumps Detection Using Fuzzy C-Means Clustering
An Ameliorate Technique for Brain Lumps Detection Using Fuzzy C-Means Clustering
 
Brain Tumor Detection using MRI Images
Brain Tumor Detection using MRI ImagesBrain Tumor Detection using MRI Images
Brain Tumor Detection using MRI Images
 
Fuzzy k c-means clustering algorithm for medical image
Fuzzy k c-means clustering algorithm for medical imageFuzzy k c-means clustering algorithm for medical image
Fuzzy k c-means clustering algorithm for medical image
 
K011138084
K011138084K011138084
K011138084
 
IRJET- A Novel Segmentation Technique for MRI Brain Tumor Images
IRJET- A Novel Segmentation Technique for MRI Brain Tumor ImagesIRJET- A Novel Segmentation Technique for MRI Brain Tumor Images
IRJET- A Novel Segmentation Technique for MRI Brain Tumor Images
 
Image Binarization for the uses of Preprocessing to Detect Brain Abnormality ...
Image Binarization for the uses of Preprocessing to Detect Brain Abnormality ...Image Binarization for the uses of Preprocessing to Detect Brain Abnormality ...
Image Binarization for the uses of Preprocessing to Detect Brain Abnormality ...
 
Improved Segmentation Technique for Enhancement of Biomedical Images
Improved Segmentation Technique for Enhancement of Biomedical ImagesImproved Segmentation Technique for Enhancement of Biomedical Images
Improved Segmentation Technique for Enhancement of Biomedical Images
 
Efficient Brain Tumor Detection Using Wavelet Transform
Efficient Brain Tumor Detection Using Wavelet TransformEfficient Brain Tumor Detection Using Wavelet Transform
Efficient Brain Tumor Detection Using Wavelet Transform
 

Andere mochten auch

Andere mochten auch (20)

B0740410
B0740410B0740410
B0740410
 
A010320106
A010320106A010320106
A010320106
 
K018217680
K018217680K018217680
K018217680
 
L012337275
L012337275L012337275
L012337275
 
F017633538
F017633538F017633538
F017633538
 
J1803036367
J1803036367J1803036367
J1803036367
 
F1802043747
F1802043747F1802043747
F1802043747
 
H017514655
H017514655H017514655
H017514655
 
H010136066
H010136066H010136066
H010136066
 
J012537580
J012537580J012537580
J012537580
 
B010410411
B010410411B010410411
B010410411
 
D1304012025
D1304012025D1304012025
D1304012025
 
C010211624
C010211624C010211624
C010211624
 
S01043114121
S01043114121S01043114121
S01043114121
 
O01821100103
O01821100103O01821100103
O01821100103
 
H0213337
H0213337H0213337
H0213337
 
E017233034
E017233034E017233034
E017233034
 
C017130912
C017130912C017130912
C017130912
 
G017154852
G017154852G017154852
G017154852
 
E1803053238
E1803053238E1803053238
E1803053238
 

Ähnlich wie C1103041623

Brain Tumor Diagnosis using Image De Noising with Scale Invariant Feature Tra...
Brain Tumor Diagnosis using Image De Noising with Scale Invariant Feature Tra...Brain Tumor Diagnosis using Image De Noising with Scale Invariant Feature Tra...
Brain Tumor Diagnosis using Image De Noising with Scale Invariant Feature Tra...
ijtsrd
 
11.texture feature based analysis of segmenting soft tissues from brain ct im...
11.texture feature based analysis of segmenting soft tissues from brain ct im...11.texture feature based analysis of segmenting soft tissues from brain ct im...
11.texture feature based analysis of segmenting soft tissues from brain ct im...
Alexander Decker
 

Ähnlich wie C1103041623 (20)

M010128086
M010128086M010128086
M010128086
 
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
 
Survey on Brain MRI Segmentation Techniques
Survey on Brain MRI Segmentation TechniquesSurvey on Brain MRI Segmentation Techniques
Survey on Brain MRI Segmentation Techniques
 
IRJET-A Review on Brain Tumor Detection using BFCFCM Algorithm
IRJET-A Review on Brain Tumor Detection using BFCFCM   AlgorithmIRJET-A Review on Brain Tumor Detection using BFCFCM   Algorithm
IRJET-A Review on Brain Tumor Detection using BFCFCM Algorithm
 
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
 
International Refereed Journal of Engineering and Science (IRJES)
International Refereed Journal of Engineering and Science (IRJES)International Refereed Journal of Engineering and Science (IRJES)
International Refereed Journal of Engineering and Science (IRJES)
 
Segmentation of Tumor Region in MRI Images of Brain using Mathematical Morpho...
Segmentation of Tumor Region in MRI Images of Brain using Mathematical Morpho...Segmentation of Tumor Region in MRI Images of Brain using Mathematical Morpho...
Segmentation of Tumor Region in MRI Images of Brain using Mathematical Morpho...
 
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...
 
Overview of convolutional neural networks architectures for brain tumor segm...
Overview of convolutional neural networks architectures for  brain tumor segm...Overview of convolutional neural networks architectures for  brain tumor segm...
Overview of convolutional neural networks architectures for brain tumor segm...
 
Brain Tumor Detection and Segmentation using UNET
Brain Tumor Detection and Segmentation using UNETBrain Tumor Detection and Segmentation using UNET
Brain Tumor Detection and Segmentation using UNET
 
04 underprocess scopusiese cahyo
04 underprocess scopusiese cahyo04 underprocess scopusiese cahyo
04 underprocess scopusiese cahyo
 
IRJET- Image Processing for Brain Tumor Segmentation and Classification
IRJET-  	  Image Processing for Brain Tumor Segmentation and ClassificationIRJET-  	  Image Processing for Brain Tumor Segmentation and Classification
IRJET- Image Processing for Brain Tumor Segmentation and Classification
 
IRJET - Detection of Heamorrhage in Brain using Deep Learning
IRJET - Detection of Heamorrhage in Brain using Deep LearningIRJET - Detection of Heamorrhage in Brain using Deep Learning
IRJET - Detection of Heamorrhage in Brain using Deep Learning
 
Brain Tumor Diagnosis using Image De Noising with Scale Invariant Feature Tra...
Brain Tumor Diagnosis using Image De Noising with Scale Invariant Feature Tra...Brain Tumor Diagnosis using Image De Noising with Scale Invariant Feature Tra...
Brain Tumor Diagnosis using Image De Noising with Scale Invariant Feature Tra...
 
FUZZY SEGMENTATION OF MRI CEREBRAL TISSUE USING LEVEL SET ALGORITHM
FUZZY SEGMENTATION OF MRI CEREBRAL TISSUE USING LEVEL SET ALGORITHMFUZZY SEGMENTATION OF MRI CEREBRAL TISSUE USING LEVEL SET ALGORITHM
FUZZY SEGMENTATION OF MRI CEREBRAL TISSUE USING LEVEL SET ALGORITHM
 
MRI Image Segmentation Using Level Set Method and Implement an Medical Diagno...
MRI Image Segmentation Using Level Set Method and Implement an Medical Diagno...MRI Image Segmentation Using Level Set Method and Implement an Medical Diagno...
MRI Image Segmentation Using Level Set Method and Implement an Medical Diagno...
 
11.texture feature based analysis of segmenting soft tissues from brain ct im...
11.texture feature based analysis of segmenting soft tissues from brain ct im...11.texture feature based analysis of segmenting soft tissues from brain ct im...
11.texture feature based analysis of segmenting soft tissues from brain ct im...
 
MRI Image Segmentation Using Gradient Based Watershed Transform In Level Set ...
MRI Image Segmentation Using Gradient Based Watershed Transform In Level Set ...MRI Image Segmentation Using Gradient Based Watershed Transform In Level Set ...
MRI Image Segmentation Using Gradient Based Watershed Transform In Level Set ...
 
Q0460398103
Q0460398103Q0460398103
Q0460398103
 
IRJET - Machine Learning Applications on Cancer Prognosis and Prediction
IRJET - Machine Learning Applications on Cancer Prognosis and PredictionIRJET - Machine Learning Applications on Cancer Prognosis and Prediction
IRJET - Machine Learning Applications on Cancer Prognosis and Prediction
 

Mehr von IOSR Journals

Mehr von IOSR Journals (20)

A011140104
A011140104A011140104
A011140104
 
M0111397100
M0111397100M0111397100
M0111397100
 
L011138596
L011138596L011138596
L011138596
 
J011137479
J011137479J011137479
J011137479
 
I011136673
I011136673I011136673
I011136673
 
G011134454
G011134454G011134454
G011134454
 
H011135565
H011135565H011135565
H011135565
 
F011134043
F011134043F011134043
F011134043
 
E011133639
E011133639E011133639
E011133639
 
D011132635
D011132635D011132635
D011132635
 
C011131925
C011131925C011131925
C011131925
 
B011130918
B011130918B011130918
B011130918
 
A011130108
A011130108A011130108
A011130108
 
I011125160
I011125160I011125160
I011125160
 
H011124050
H011124050H011124050
H011124050
 
G011123539
G011123539G011123539
G011123539
 
F011123134
F011123134F011123134
F011123134
 
E011122530
E011122530E011122530
E011122530
 
D011121524
D011121524D011121524
D011121524
 
C011121114
C011121114C011121114
C011121114
 

Kürzlich hochgeladen

Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Safe Software
 

Kürzlich hochgeladen (20)

MS Copilot expands with MS Graph connectors
MS Copilot expands with MS Graph connectorsMS Copilot expands with MS Graph connectors
MS Copilot expands with MS Graph connectors
 
Artificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : UncertaintyArtificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : Uncertainty
 
MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024
 
Rising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdf
Rising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdfRising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdf
Rising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdf
 
Biography Of Angeliki Cooney | Senior Vice President Life Sciences | Albany, ...
Biography Of Angeliki Cooney | Senior Vice President Life Sciences | Albany, ...Biography Of Angeliki Cooney | Senior Vice President Life Sciences | Albany, ...
Biography Of Angeliki Cooney | Senior Vice President Life Sciences | Albany, ...
 
Manulife - Insurer Transformation Award 2024
Manulife - Insurer Transformation Award 2024Manulife - Insurer Transformation Award 2024
Manulife - Insurer Transformation Award 2024
 
Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...
Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...
Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...
 
Corporate and higher education May webinar.pptx
Corporate and higher education May webinar.pptxCorporate and higher education May webinar.pptx
Corporate and higher education May webinar.pptx
 
Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...
 
DBX First Quarter 2024 Investor Presentation
DBX First Quarter 2024 Investor PresentationDBX First Quarter 2024 Investor Presentation
DBX First Quarter 2024 Investor Presentation
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
 
CNIC Information System with Pakdata Cf In Pakistan
CNIC Information System with Pakdata Cf In PakistanCNIC Information System with Pakdata Cf In Pakistan
CNIC Information System with Pakdata Cf In Pakistan
 
[BuildWithAI] Introduction to Gemini.pdf
[BuildWithAI] Introduction to Gemini.pdf[BuildWithAI] Introduction to Gemini.pdf
[BuildWithAI] Introduction to Gemini.pdf
 
Strategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherStrategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a Fresher
 
Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...
Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...
Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processors
 
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost SavingRepurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
 
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
 
Spring Boot vs Quarkus the ultimate battle - DevoxxUK
Spring Boot vs Quarkus the ultimate battle - DevoxxUKSpring Boot vs Quarkus the ultimate battle - DevoxxUK
Spring Boot vs Quarkus the ultimate battle - DevoxxUK
 

C1103041623

  • 1. IOSR Journal of Electrical and Electronics Engineering (IOSR-JEEE) e-ISSN: 2278-1676,p-ISSN: 2320-3331, Volume 11, Issue 3 Ver. IV (May. – Jun. 2016), PP 16-23 www.iosrjournals.org DOI: 10.9790/1676-1103041623 www.iosrjournals.org 16 | Page An Effective Segmentation Technique for Brain Medical Resonance Images Vandana J. Shah1 ,Dr. Vijay Chourasia2 ,Dr. Ravindra Kshirsagar3 1 Research Scholar, Manoharbhai Patel Institute of Engineering & Technology , Gondia 2 Assistant Professor, Manoharbhai Patel Institute of Engineering & Technology , Gondia 3 Principal, Priyadarshini Indira Gandhi College of Engineering, Nagpur Abstract: In the field of medical resonance image processing the image segmentation is an important and challenging problem in an image analysis. The main purpose is to diagnose the problems in the normal brain anatomy and to find the location of tumour. Many of the algorithms have been found in recent years which aid to segment the medical images and identify the diseases. This paper aims to compare previous algorithms for image segmentation and also identifies the better algorithm to extract the MRI brain image for further processing. Three types of MRI images are produced for brains which are based on proton density (PD), longitudinal relaxation time (T1) and transverse relaxation time (T2). Specialists continuously mix multispectral MRI information of a patient to require a call on the location, extension and prognosis and diagnose the brain abnormalities. Neuroradiological research consists of several brain extraction algorithms which are useful for several post- automatic image processing operations like segmentation, registration and compression. The result of proposed algorithm is validated by comparing proposed algorithm with the results of the existing segmentation algorithm used for the same purpose. Keywords: segmentation; clustering; k-means clustering; fuzzy c means clustering; mean shift; canny edge detection; BEA; brain extraction algorithm. I. Iintroduction The main reason of image segmentation is to partition an input image into meaningful regions with respect to our particular application. The major significance of applying segmentation technique is to obtain coarse and fine details of tissues of brain MRI images in detail (Atkins and Mackiewich, 1998). Image segmentation is mainly used to detect objects and boundaries like lines, curves, edges etc. Image segmentation is the process of assigning a label to every pixel in an image which then assigned the same label who shares the same particular characteristics. The result of image segmentation is a set of segments that collectively cover the interested region in an image, or a set of contours extracted from the image (Gonzalez and Richard, 2007). Each of the pixels in a region is similar with respect to some characteristic or computed property, such as color, intensity, or texture. Adjacent regions are significantly different with respect to the same characteristic. The success or failure of computerized analysis procedure is specified by segmentation accuracy. The resulting contours after image segmentation of MRI images can be used to create 3D (Raya, 1990) reconstructions with the help of interpolation algorithms. Major applications of medical image processing are: detect and locate tumours and other pathologies issues (Brummer and Mersereau, 1993) measure tissue volumes, diagnosis, study of anatomical structure, surgery planning, virtual surgery simulation, and intra-surgery navigation. In general, there are three advantages in image segmentation. The first advantage is the speed of the algorithm. The segmentation of image should not consume much time. The second advantage is good edge connectivity of its segmenting result (Perona and Malik, 1990). The third advantage is good shape matching. Consequently, it will be reliable (Somasundaram and Kalaiselvi, 2011). The limited disadvantages of segmentations could be fatal problem, the computation time and over segmentation. The result is sensitive to the selection of the initial random centroids in some of the segmentation techniques. Some region segmentation techniques can produce blocky segments. Medical Resonance Image segmentation is very essential feature in most of image processing methods, which reflects anatomical structure of segment (brain tissue). The usefulness of these methods in clinical environment significantly depends on the ease of computation and the reduction of human intervention. The proposed method is based on histogram based gradient calculation, which segments out primary objects from T2 brain MR image (Gilanie and Attique, 2013). The applicability of this algorithm has been practically verified giving satisfactory results. It is established that the proposed method can be applied on other medical imaging modalities or other image processing domains and is quite efficient.
  • 2. An effective segmentation technique for Brain Medical Resonance Images DOI: 10.9790/1676-1103041623 www.iosrjournals.org 17 | Page II. Proposed Algorithm for Brain Region Extraction The main purpose of the flow chart shown in figure 1 is to detect the region of brain with many pre- processing steps. The input MRI image is in JPEG form which selects one of the slices from more than 100 slices of patient’s data. That has to be T2 weighted image for fine analysis of the brain. Before finding tumour it is important to segment the region of interest. Over here the region of interest is only brain area which has to be removed from skull. 2D-BEA is one of the techniques which extract the brain area from skull and boundary. In 2D-BEA first of all in the first stage the background noise from the brain image will be removed using low pass filter and the output is further diffused to enhance the brain boundaries. This will be forwarded by thresholding in which mask for the coarse brain is generated. In the second stage, morphological based segmentation operation is performed with connected component analysis to extract the fine brain from the coarse brain portion obtained in first stage of 2D-BEA. Figure 1: Proposed technique for Segmentation of brain MRI image The scalp-skull boundaries are very weak in T2-weighted images (Somasundaram and Kalaiselvi, 2011) and hence they are not preserved. The diffusion process helps to compute an intensity threshold value automatically to segment the brain from non-brain tissues. Thus stage one is preserving brain borders. Thresholding helps to produce the rough mask brain. In the second stage main shape characteristics of object will be identified. Erosion and dilation produced the curve boundaries of brain regions of binary image. As per the figure 1, the segmented brain region will be further given to 3D-BEA because the 2D-BEA has limitation for largest connected component identification (Somasundaram and Kalaiselvi, 2011). 3D-BEA may remove that limitation and could be implemented for further research. 2.1 Implementation of developed segmentation algorithm. Figure 2 Extracted brain region
  • 3. An effective segmentation technique for Brain Medical Resonance Images DOI: 10.9790/1676-1103041623 www.iosrjournals.org 18 | Page Extracted brain region The results in figure 2 shows that using 2D-BEA method the interested brain region is extracted and it removes the unwanted area like skull and other boundaries. It is fulfilling the main purpose of finding out the different possible locations of tumour for the later research. III. Comparative Analysis Of Developed Algorithm With Different Segmentation Techniques For MRI Brain Images In addition to the analysis of developed algorithm, the comparative analysis is also carried out with the existing algorithms. It would be easy to identify the efficient algorithm after this analysis. In this section total five segmentation algorithms have been implemented. Mainly cluster based algorithms are compared to validate developed algorithm. Below shows the algorithms and their steps with their importance in different aspects. 3.1 Threshold based image segmentation The threshold technique is simplest in segmentation methods. To set two thresholds on the histogram of the image, we can classify between the two thresholds in the histogram as the same region and classify the others as the second region (Gonzalez and Richard, 2007). 3.2 Edge based segmentation This includes detection of edges using Prewitt based, Sobel based, Robert Cross edge, Laplacian edge, Canny based edge detection. Detected edges in an image are assumed to represent object boundaries, and used to identify these objects (Fritz, 2010). Edge detection very seldom gives you the perfect unambiguous and closed boundaries you need for a direct segmentation. There will frequently be spurious edges detected where they shouldn’t be, and gaps occur where there should be edges. An advanced and versatile technique for clustering-based segmentation is presented. Below images shows the results of Matlab simulations for different segmentation techniques. 3.3 Fuzzy c means based clustering One family of segmentation algorithms is based on the idea of clustering pixels with similar characteristics. Fuzzy c-means has been shown to work well for clustering based segmentation (Benjamin, 2012), however due to its iterative nature this approach has excessive computational requirements. Below shows the algorithm of Fuzzy c means. Step 1: Initialize the membership Matrix Step 2: Calculate the degree of membership
  • 4. An effective segmentation technique for Brain Medical Resonance Images DOI: 10.9790/1676-1103041623 www.iosrjournals.org 19 | Page Step 3: Compute the centroid and update the new membership and Recalculate the degree of membership Step 4: If the difference of centroid matrix between new and previous iteration is less than the predefine value then recalculate the degree of membership. 3.4 K-means clustering It is one of the easiest methods of unsupervised learning algorithm that solve the well-known clustering issue (Funmilola and Adedeji, 2012). K-means is purposed by Macqueen in 1967. K-means is a simple clustering method which is having low computational complexity as compared to Fuzzy C-means. K-means clustering do not overlap the clusters. = (Xk-Ci)) (1) Below shows the algorithm of k means clustering algorithm for MRI brain image segmentation. Step 1: Select K points as the initial centroids. Step 2: Repeat Step 3: Form K clusters by assigning all points to the closest centroid Step 4: Recompute the centroid of each cluster. Step 5: Until the centroids don’t change. Simplicity and easy implementation are some advantages of k-means but it has several drawbacks as well. There is no standard for a good set of initial centres. Instead of random choices, initial k-means results can provide the initial points for the next run of the algorithm. 3.5 Mean shift clustering Mean Shift is defined as finding modes in a set of data samples, manifesting an underlying probability density function (PDF) (Pilar and Manuel, 2011). Hence the Certain problem occurred in the above techniques has been solved by Mean Shift. Mean shift clustering is one of the most non-parametric clustering techniques which do not require any prior knowledge of the clusters. Kernel density estimation (known as Parzen window technique in pattern recognition) is the most popular density estimation method. The Parzen-window estimate is defined as (2) Where k(x) =window function (Kernel in D-dimensional), hn>0 =Width of the Kernel. Where k(x) is the window function or kernel in the d-dimensional space such that (3) (4) The algorithm for Mean Shift segmentation is as below. Step 1: Take an input image and fine each point Xi Step 2: Choose a search window for finding out maximum dense area. Step 3: Compute the mean shift vector Step 4: If Mean shift is Optimum then stop the process or again find new point Xi. There are certain advantages for mean shift. I.e. good general-practice segmentation, flexible in number and shape of regions, robust to outliers. Figure 3 Thresholding based segmentation
  • 5. An effective segmentation technique for Brain Medical Resonance Images DOI: 10.9790/1676-1103041623 www.iosrjournals.org 20 | Page Figure 4: Edge based segmentation Figure 5 K means clustering based segmentation
  • 6. An effective segmentation technique for Brain Medical Resonance Images DOI: 10.9790/1676-1103041623 www.iosrjournals.org 21 | Page Figure 6 Fuzzy C Means clustering Figure 7 Mean Shift clustering TABLE 1 Comparison of different image segmentation techniques for MRI images of brain Parameter Mean Shift Fuzzy C-Means K-Means Canny Edge detector Thresholding Brain Extraction algorithm 2D-BEA Noise Removing the noise by filtering. Cannot remove noise Cannot remove noise. Only Detected the boundary of that image. Not involve the spatial information of the images, so it will bring about noise, blurred edges. Removing the noise by filtering. Smoothing More Smoothed image is produced. Doesn’t smooth the image Different initial centroids will bring about the different results. Smoothed Image but Less Compare to Mean Shift. Outlier in the images. More Smoothed image is produced. Separation Cannot separate unwanted area like skull Used for MRI image segmentation Other region can also separate. Can separate all edges of particular image. Only separate binary image. Can separate unwanted area like skull
  • 7. An effective segmentation technique for Brain Medical Resonance Images DOI: 10.9790/1676-1103041623 www.iosrjournals.org 22 | Page No. of Cluster Does not require prior knowledge of the number of clusters. Apriori Specification of the number of cluster A problem of choice of numbers of cluster N. - - Does not require prior knowledge of the number of clusters. Over segmentati on Guarantees an over- segmented image while keeping fine image details. Does not over segmented image. Does not over segmented image. Does not over segmented image. Does not over segmented image. Does not over segmented image. Above table 1 depicts the importance of proposed algorithm 2D-BEA in all aspects towards better segmentation of brain MRI images. As compared to other segmentation algorithms searched by previous researchers the 2D-BEA algorithm is removing noise from the input image with minimum computational time. Proposed algorithm is also efficient to identify the smooth edges as well as preserving information. This developed algorithm does not over segment the image so that blur effect comes down to null. Moreover it is so user friendly and automated that it does not expense time to diagnose unwanted area and only extract the desire region of brain MRI images. IV. Conclusion Brain extraction algorithm is a general category of algorithms used to extract/evaluate features of a given brain scan. It also performs the very same task of post processing. In first stage, coarse brain is generated using filtering and thresholding. In second stage, morphological operations performed on binary image to segment the fine brain mask. It has been observed from the comparative analysis that existing methodology of segmentation is not able to remove noise as well as blur the images and moreover it does not extract brain area which is the main interest for further research and for finding out the tumour in the later stage. In future to overcome the failure of 2D-BEA, 3D-BEA will be used. For the current research the partial algorithm of proposed technique has been implemented. Further study will be taken up in near future for image classification and other pre-processing. Results show the validity of the 2D-BEA algorithm and its advantages through comparison. Acknowledgements The authors would like to acknowledge the motivation and support given by radiologists and doctors from different MRI centers for providing the Brain MRI images and the corresponding information for the research. References [1]. Ajala Funmilola A, Oke O.A, Adedeji T.O, Alade O.M, Adewusi E.A, ― Fuzzy k-c-means Clustering Algorithm for Medical Image Segmentation‖, Journal of Information Engineering and Applications, ISSN 2224-5782 (print) ISSN 2225-0506 (online) Vol 2, No.6, 2012. [2]. Benjamin James Bush, ― Fuzzy Clustering Techniques: Fuzzy C-Means and Fuzzy Min-Max Clustering Neural Networks‖, SSIE 617 Term Paper, Fall 2012. [3]. Badredine Sayah, Bornia Tighiouart, ―Brain tumour segmentation in MRI: knowledge-based system and region growing approach, ‖, Internatinal journal of signal and imaging systems engineering, vol. 7, no. 2, pp. 65-74, 2014. [4]. Comaniciu, D.; Meer, P., "Mean shift: a robust approach toward feature space analysis," Pattern Analysis and Machine Intelligence, IEEE Transactions on pattern analysis and machine intelligence, vol.24, no.5, pp.603-619, May 2002. [5]. Cedric Wemmert, Anne Puissant, Germain Forestier, and Pierre Gancarski, "Multiresolution Remote Sensing Image Clustering," IEEE Geoscience And Remote Sensing Letters, vol. 6, no. 3,pp. 533-537, July 2009. [6]. Di Zhang; Jiazhong He; Minghui Du, ―Joint MR image super-resolution reconstruction and sparse coefficients estimation‖, International journal of Biomedical Engineering and Technology, 2015 Vol.19, No.4, pp.373 - 392 [7]. Fritz albregtsen,‖ region & edge based segmentation‖, website: www.uio.no/studier/.../INF4300/.../INF4300-2010-f03. [8]. Ghulam Gilanie, Muhammad Attique, Hafeez-Ullah, Shahid Naweed, Ejaz Ahmed, Masroor Ikram, Object extraction from T2 weighted brain MR image using histogram based gradient calculation, Elsevier journal on Pattern Recognition Letters, Volume 34, Issue 12, 1 September 2013, Pages 1356-1363, ISSN 0167-8655, http://dx.doi.org/10.1016/j.patrec.2013.04.010 [9]. Jiawei Han, Vipin Kumar, ―Clustering‖ , CIS 601 Fall 2004 Longin Jan Latecki. Website: http://www- users.cs.umn.edu/~kumar/csci5980/index.html [10]. K. Somasundaram, T. Kalaiselvi, Fully automatic brain extraction algorithm for axial T2-weighted magnetic resonance images, Elsevier journal on Computers in Biology and Medicine, Volume 40, Issue 10, October 2010, Pages 811-822, ISSN 0010-4825, http://dx.doi.org/10.1016/j.compbiomed.2010.08.004 [11]. M.S. Atkins, B.T. Mackiewich, Fully automatic segmentation of the brain in MRI, IEEE Transactions on Medical Imaging, Volume 17, Issue 1, February 1998, Pages 98–107. [12]. M.E. Brummer, R.M. Mersereau, R.L. Eisner, R.J. Lewine, Automatic detection of brain contours in MRI data sets, IEEE Transactions on Medical Imaging, Volume 12, Issue 2, June 1993, Pages 153–166 [13]. Milan Sonka, VaclavHlavac, Roger Boyle, in Image Processing : Analysis and Machine Vision, second ed. Brooks/Cole Publishing Company, 1999
  • 8. An effective segmentation technique for Brain Medical Resonance Images DOI: 10.9790/1676-1103041623 www.iosrjournals.org 23 | Page [14]. P.Perona, J.Malik, Scale-space and edge detection using an isotropic diffusion, IEEE Transactions on Pattern Analysis and Machine Intelligence, Volume 12, Issue 7, July 1990, Pages 629–639 [15]. Pilar Jarabo-Amores, Manuel Rosa-Zurera, David de la Mata-Moya, Raul Vicen-Bueno, and Saturnino Maldonado-Bascon, ―Spatial-Range Mean-Shift Filtering and Segmentation Applied to SAR Images.‖, IEEE Transactions On Instrumentation And Measurement, vol. 60, no. 2,pp. 584-597, February 2011. [16]. Raffaele Gaetano, Giuseppe Scarpa, And Giovanni Poggi, ―Hierarchical Texture-Based Segmentation Of Multiresolution Remote- Sensing Images.‖ IEEE Transactions on geoscience and remote sensing, vol. 47, no. 7, pp. 2129-2141, July 2009. [17]. Rafael C.Gonzalez, Richard E.Woods, ―Digital Image Processing‖, Prentice Hall, Second Edition, 2007.Chapter 10, pp.567-634, ISBN 0-201-18075-8. [18]. S.P.Raya, Low-level segmentation of 3-D magnetic resonance brain images--a rule based system, IEEE Transaction on Medical Imaging, Volume 9, Issue 3, September 1990, Pages 327–393 [19]. Shaheera Rashwan, Mohamed Talaat Faheem, ― A wavelet relational Fuzzy C-Means algorithm for 2D gel image segmentation‖, Computational and Mathematical methods in medicine, Volume 2013, Article ID 430516 [20]. Wenbing Tao, Hai Jin, Yimin Zhang, ―Colour Image Segmentation Based on Mean Shift and Normalized Cuts‖, IEEE Transactions on systems, man, and cybernetics—part b: cybernetics, vol. 37, no. 5, pp.1382-1389,October, 2007. [21]. Yu-Hsiang Wang, ―Tutorial: Image Segmentation‖, Graduate Institute of Communication Engineering National Taiwan University, Taipei, Taiwan, ROC. Website: www.mathworks.com Biographical notes: Vandana Shah received her master research in VLSI technology from Nagpur University, India in 2012. She is currently a researcher in medical field for MRI brain tumour analysis and pursuing her PhD in Department of Electronics from the Nagpur university, her current research interest include, the computer assisted brain anatomy analysis and image segmentation techniques. Vijay S. Chourasia is working as an Assistant Professor in the Department of Electronics and Communication Engineering at Manoharbhai Patel Institute of Engineering and Technology, Gondia, India. He obtained his PhD from The LNM Institute of Information Technology, Jaipur. He has more than 25 years experience in the field of academics and has about 35 research publications in various international and national journals and conferences. His research interest is Signal and Image Processing. Ravindra V. Kshirsagar is working as a professor in the Department of Electronics Engineering at Priyadarshini College of Engineering (PCE) and Vice Principal at PCE, Nagpur. He is also the former-dean of Nagpur University. He obtained his Ph.D. from VNIT, Nagpur in sept’2010. He has a vast teaching experience of 27 years and 2 years of industry experience. He has published many research papers in national and international conferences. His special field of interest includes Reconfigurable Computing, VLSI Design, Fault tolerance and DFT.