SlideShare a Scribd company logo
1 of 3
Integrated Intelligent Research (IIR) International Journal of Data Mining Techniques and Applications
Volume: 05 Issue: 02 December 2016 Page No.118-120
ISSN: 2278-2419
118
A Study on MRI Liver Image Segmentation using
Fuzzy Connected and Watershed Techniques
A.S. Thenmozhi1
, N. Radhakrishnan2
1
Research Scholar, Mother Teresa Women’s University, Kodaikanal
2
Director, Geo Research Centre, Pammal, Chennai
E-Mail: astthenn@gmail.com, radhakrishnan.nr@gmail.com
Abstract - A comparison study between automatic and
interactive methods for liver segmentation from contrast-
enhanced MRI images is ocean. A collection of 20 clinical
images with reference segmentations was provided to train and
tune algorithms in advance. Employed algorithms include
statistical shape models, atlas registration, level-sets, graph-
cuts and rule-based systems. All results were compared to refer
five error measures that highlight different aspects of
segmentation accuracy. The measures were combined
according to a specific scoring system relating the obtained
values to human expert variability. In general, interactive
methods like Fuzzy Connected and Watershed Methods
reached higher average scores than automatic approaches and
featured a better consistency of segmentation quality.
However, the best automatic methods (mainly based on
statistical shape models with some additional free deformation)
could compete well on the majority of test images. The study
provides an insight in performance of different segmentation
approaches under real-world conditions and highlights
achievements and limitations of current image analysis
techniques. In this paper only Fuzzy Connected and
Watershed Methods are discussed.
Keywords: Segmentation, Liver, MRI Images, Fuzzy
Connected, Watershed methods.
I. INTRODUCTION
The segmentation of liver using Magnetic resonance imaging
(MRI) data has gained a lot of importance in the medical image
processing field. In this paper, a survey on liver segmentation
methods and techniques using MRI images are presented,
recent methods presented in the literature to obtain liver
segmentation are viewed. The two main classes of liver
segmentation are semi automatic and fully automatic. The liver
segmentation evaluation measurements and scoring are shown.
The comparative study for liver segmentation methods will be
accentuated carefully. In this paper, it is concluded that
automatic liver segmentation using MRI images is still an open
problem. Various weaknesses and drawbacks of the proposed
methods are addressed.
II. ABOUT LIVER SEGMENTATION
Liver image segmentation has played a very important role in
medical imaging field. The advances in digital image
processing techniques have attracted researchers towards the
development of computerized methods for liver analysis.
Machine learning techniques combined with image processing
techniques provide various semi-automatic and automatic
techniques for liver image segmentation. However, liver image
segmentation from abdominal images is difficult task due to
three main reasons. First is due to low contrast and blurry
edges of liver. Second, intensity of pixels in liver region is
similar and overlapped with nearby organs and tissues in
abdominal image. Third, liver is non-rigid in shape and variant
in position and it is very complex. All these facts increase the
difficulty of the liver image segmentation task. In this report,
we are reviewing segmentation techniques which are mainly
automatic in nature. It also highlights the significant
contribution of machine learning techniques in biomedical
imaging field then we prepare the research project to apply in
Ho Chi Minh City, Vietnam. Developing a robust method for
liver segmentation from MRI images is a challenging task due
to the similar intensity values between adjacent organs,
geometrically complex liver structure and the injection of
contrast media, which causes all tissues to have different gray
level values. Therefore, liver segmentation from medical
images is still an open problem. Generally, method and
approaches to liver segmentation is semi-automatic or
automatic. Semi-automatic liver segmentation methods require
a limited user intervention to complete the task. This
intervention varies from a manual selection for seed points to a
manual refinement of a binary mask for the liver. The term
automated means that the liver segmentation process is
implemented without any sort of operator intervention. This
kind of method is highly appreciated by radiologists since it is
free from user errors and biases, and it saves the operator from
a potentially hard work and wasted time. The latest
achievements in liver segmentation are reviewed in this
section.
III. CLASSIFICATION OF SEGMENTATION
METHODS
In Fig. 1 shows the various segmentation methods and
proposed methods Fuzzy Connected and Watershed. The
paper is organized as follows. In the next two sections, a brief
description of the fuzzy connected-based image segmentation
method and its weaknesses can be identify. Section 5 presents
Watershed method. Section 6 is devoted to comparison of
Integrated Intelligent Research (IIR) International Journal of Data Mining Techniques and Applications
Volume: 05 Issue: 02 December 2016 Page No.118-120
ISSN: 2278-2419
119
fuzzy connected-based method designed to cope with some of
its deficiencies. Summary and future enhancement is discussed
in section 7
Fig.1 Various segmentation methods
IV. FUZZY CONNECTED METHOD
The idea of fuzzy connectedness goes back to the work of
Rosenfeld [7]. Dellepiane et al. [3] and Udupa and
Samarasekara [4] were the first authors to incorporate the
fuzzy nature of images into a segmentation algorithm through
the concept of fuzzy connectedness, which is supposed to
capture efficiently fuzzy “hanging togetherness”. In practice,
the idea is to compute a map of the connectedness of every
pixel in the original image, in relation with one specific
(designated) pixel belonging to the OOI (Object Of Interest).
Fuzzy connected algorithm implemented in MATLAB and the
resultant image is shown in Fig. 2.
Fig.2 Liver Image Captured from MRI using Fuzzy
Connected Method
(a) Original Image, (b)Gray Scale Thresholding (c and d) The
Segmentation Obtained with Fuzzy Connected Method.(e)
Noise (f) AfterCorrection Noiseless.
4.1 Draw Backs in Fuzzy Connected Method
Although the practical results of segmentation obtained by this
method are often good, we can easily identify three types of
weaknesses: (a) The segmentation results strongly depend on
the choice of the functions g1 and g2 defining the pixel affinity
to the reference pixel. (b) The results are also strongly
dependent on the way parameters are defined in the interaction
step. (c) The segmentation results also strongly depend on the
threshold used for the binarization of µ. In this paper, only the
last two of these deficiencies are addressed.
V. WATERSHED BASED METHOD
Several variants of an automatic segmentation method based
on the watersheds have been described in the literature on
mathematical morphology [8]. Local minima of the spatial
gradient modulus are detected and serve as seeds for the
detection of watersheds [9]. As we stated in the introduction,
these methods are powerful in simple situations, but generally
fail in real life complicated images. This is due to the fact that,
even after regularization, the number of local minima is
generally larger than the number of objects (or of regions),
resulting in an over-segmentation problem which remains
difficult to solve even after a posteriori aggregation of non-
significant regions to significant ones.
Thus, the fuzzy connected method is modified in the following
lines: First, not only one object, but the different objects or
regions the user wants to differentiate, are designated and
labeled. Second, in order to avoid thresholding, the affinity to
any seed can be computed and the labeling of the pixel can be
done according to the maximum affinity. In practice, instead of
computing all the affinities for every pixel, it proves faster to
label the pixels in the course of the computation. These
modifications have five important consequences: a) Several
labeled objects are obtained at once. b) The segmentation
results are generally improved. c) There is no need to fix any
threshold. d) The results obtained with the modified method
can be easily compared with those from the semi-automatic
watershed-based method we have developed. e) Since multiple
seeds for the same OOI can be used, the evaluation of the
parameters (mean and variance) is improved.
Fig.3 Liver Image Captured from MRI using Watershed
Method
(a) Original Image, (b)Gray Scale Thresholding (c and d) The
Segmentation Obtained with Watershed Method.(e) Noise (f)
After Correction Noiseless.
Integrated Intelligent Research (IIR) International Journal of Data Mining Techniques and Applications
Volume: 05 Issue: 02 December 2016 Page No.118-120
ISSN: 2278-2419
120
The results from this test can be summarized as: a) The
introduction of the concept of competition in the algorithm of
fuzzy connected-based segmentation is really powerful and the
results of segmentation are much better than the “no
competition” variant. b) For this specific example, the
competitive fuzzy connected-based approach outperforms the
competitive watersheds method significantly, even with a small
number of seeds. Figure 2 displays the original image (2a), the
result of a gray scale thresholding (2b) and the segmentation
obtained with the two methods (2c and 2d) as specified in the
captions. Since this type of image contains many artifacts and
noise, it is more difficult to perform gray level thresholding
than expected (2b). The methods proposed here are well suited
in this case. The segmentation results obtained with the
watershed approach (2c) and the competitive fuzzy
connectedness method (2d) are quite correction.
VI. COMPARISON OF FUZZY CONNECTED
METHOD AND WATERSHED METHOD
In Table 1 shows the comparison two interaction methods with
the following parameters. How the nature of output image is
obtained, Spatial Information is rejected, Region-Continuity is
average, and Computation Complexity is less in Fuzzy
Connected Method and Average in Watershed method. Noise
Immunity, Detection of Multiple Objects, Automaticity and
Accuracy are applied the results are showed less, poor,
Interactive, Average respectively.
Table 1: Comparison between Fuzzy Connected and
Watershed Methods
VII. SUMMARY
It is agreed in this paper that the concept of fuzzy connected is
very interesting in the context of semi-automatic image
segmentation. However, its present implementation suffers
from several drawbacks which make it very sensitive to several
parameters the user has to provide. To overcome these
drawbacks, we propose a new implementation of this concept,
introducing the paradigm of competitive learning. This
implementation attenuates some of these drawbacks, especially
the need to choose a threshold. Second, we propose a method
for semi-automatic segmentation, as an extension of the
watershed-based method, also in presence of competition. For
further research both the methods are to be extended with
Noise reduction and Edge Detection Algorithms.
References
[1] E.N. Mortensen, and W.A. Barrett, Interactive
segmentation with intelligent scissors, GMIP, 60, 1998,
349-384
[2] A.X. Falcão, J.K. Udupa, S. Samarasekera, S. Sharma,
B.E. Hirsch, and R. de A. Lotufo, User-steered image
segmentation paradigms: live wire and live lane, GMIP,
60, 1998, 233-260.
[3] S.G. Dellepiane, F. Fontana and G.L. Vernazza,
Nonlinear Image Labeling for Multivalued
Segmentation, IEEE Transaction on Image Processing,
5, 1996, 429- 446.
[4] J.K. Udupa, and S. Samarasekera, Fuzzy connectedness
and object definition: theory, algorithms and
applications in image segmentation, GMIP, 58, 1996,
246-261.
[5] B.M. Carvalho, C.J. Gau, G.T. Herman, and T. Yung
Kong, Algorithms for fuzzy segmentation, Pattern
Analysis & Applications, 2, 1999, 73-81.
[6] P.K. Saha, J.K. Udupa, and D. Odhner, Scale-based
fuzzy connectedness image segmentation: theory,
algorithms and validation, CVIU, 77, 2000, 145-174.
[7] A. Rosenfeld, Fuzzy Digital Topology, Inform. Control.,
40, 1979, 76-87.
[8] J. Serra, Image analysis and mathematical morphology
(London: Academic Press, 1982).
[9] S. Beucher, and F. Meyer, The morphological approach
to segmentation: the watershed transformation in E.R.
Doughterty (Ed.), Mathematical morphology in image
processing, (New-York: Dekker, 1992), 433-481.
[10] J. Shen and S. Castan, An optimal linear operator for
step edge detection, CVGIP: Graphical Models and
Image Processing, 54, 1992, 112-133.
About Authors:
Currently Working as Assistant Professor in PG & Research
Department of Computer Science and Applications at D.G.
Vaishnav College, Arumbakkam, Chennai-600106. She is
having more than 18 year’s experiences. She Wrote Two
Books Visual Programming for BCA, Advanced Java
Programming for MCA/M.Sc.IT/BCA students of University
of Madras. Her area of interest is Medical Data Mining.

More Related Content

Similar to A Study on MRI Liver Image Segmentation using Fuzzy Connected and Watershed Techniques

ENHANCING SEGMENTATION APPROACHES FROM FUZZY K-C-MEANS TO FUZZY-MPSO BASED LI...
ENHANCING SEGMENTATION APPROACHES FROM FUZZY K-C-MEANS TO FUZZY-MPSO BASED LI...ENHANCING SEGMENTATION APPROACHES FROM FUZZY K-C-MEANS TO FUZZY-MPSO BASED LI...
ENHANCING SEGMENTATION APPROACHES FROM FUZZY K-C-MEANS TO FUZZY-MPSO BASED LI...Christo Ananth
 
Literature survey for 3 d reconstruction of brain mri images
Literature survey for 3 d reconstruction of brain mri imagesLiterature survey for 3 d reconstruction of brain mri images
Literature survey for 3 d reconstruction of brain mri imageseSAT Journals
 
Literature survey for 3 d reconstruction of brain mri
Literature survey for 3 d reconstruction of brain mriLiterature survey for 3 d reconstruction of brain mri
Literature survey for 3 d reconstruction of brain mrieSAT Publishing House
 
International Journal of Engineering Research and Development (IJERD)
International Journal of Engineering Research and Development (IJERD)International Journal of Engineering Research and Development (IJERD)
International Journal of Engineering Research and Development (IJERD)IJERD Editor
 
IRJET - An Efficient Approach for Multi-Modal Brain Tumor Classification usin...
IRJET - An Efficient Approach for Multi-Modal Brain Tumor Classification usin...IRJET - An Efficient Approach for Multi-Modal Brain Tumor Classification usin...
IRJET - An Efficient Approach for Multi-Modal Brain Tumor Classification usin...IRJET Journal
 
An efficient image segmentation approach through enhanced watershed algorithm
An efficient image segmentation approach through enhanced watershed algorithmAn efficient image segmentation approach through enhanced watershed algorithm
An efficient image segmentation approach through enhanced watershed algorithmAlexander Decker
 
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 ALGORITHMAM Publications
 
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
 
Performance Analysis of SVM Classifier for Classification of MRI Image
Performance Analysis of SVM Classifier for Classification of MRI ImagePerformance Analysis of SVM Classifier for Classification of MRI Image
Performance Analysis of SVM Classifier for Classification of MRI ImageIRJET Journal
 
Supervised Blood Vessel Segmentation in Retinal Images Using Gray level and M...
Supervised Blood Vessel Segmentation in Retinal Images Using Gray level and M...Supervised Blood Vessel Segmentation in Retinal Images Using Gray level and M...
Supervised Blood Vessel Segmentation in Retinal Images Using Gray level and M...IJTET Journal
 
A modified distance regularized level set model for liver segmentation from c...
A modified distance regularized level set model for liver segmentation from c...A modified distance regularized level set model for liver segmentation from c...
A modified distance regularized level set model for liver segmentation from c...sipij
 
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...CSCJournals
 
Binary operation based hard exudate detection and fuzzy based classification ...
Binary operation based hard exudate detection and fuzzy based classification ...Binary operation based hard exudate detection and fuzzy based classification ...
Binary operation based hard exudate detection and fuzzy based classification ...IJECEIAES
 
International Journal of Computational Engineering Research(IJCER)
 International Journal of Computational Engineering Research(IJCER)  International Journal of Computational Engineering Research(IJCER)
International Journal of Computational Engineering Research(IJCER) ijceronline
 
BFO – AIS: A Framework for Medical Image Classification Using Soft Computing ...
BFO – AIS: A Framework for Medical Image Classification Using Soft Computing ...BFO – AIS: A Framework for Medical Image Classification Using Soft Computing ...
BFO – AIS: A Framework for Medical Image Classification Using Soft Computing ...ijsc
 
BFO – AIS: A FRAME WORK FOR MEDICAL IMAGE CLASSIFICATION USING SOFT COMPUTING...
BFO – AIS: A FRAME WORK FOR MEDICAL IMAGE CLASSIFICATION USING SOFT COMPUTING...BFO – AIS: A FRAME WORK FOR MEDICAL IMAGE CLASSIFICATION USING SOFT COMPUTING...
BFO – AIS: A FRAME WORK FOR MEDICAL IMAGE CLASSIFICATION USING SOFT COMPUTING...ijsc
 
Review paper on segmentation methods for multiobject feature extraction
Review paper on segmentation methods for multiobject feature extractionReview paper on segmentation methods for multiobject feature extraction
Review paper on segmentation methods for multiobject feature extractioneSAT Journals
 
Fusion of Wavelet Coefficients from Visual and Thermal Face Images for Human ...
Fusion of Wavelet Coefficients from Visual and Thermal Face Images for Human ...Fusion of Wavelet Coefficients from Visual and Thermal Face Images for Human ...
Fusion of Wavelet Coefficients from Visual and Thermal Face Images for Human ...CSCJournals
 

Similar to A Study on MRI Liver Image Segmentation using Fuzzy Connected and Watershed Techniques (20)

ENHANCING SEGMENTATION APPROACHES FROM FUZZY K-C-MEANS TO FUZZY-MPSO BASED LI...
ENHANCING SEGMENTATION APPROACHES FROM FUZZY K-C-MEANS TO FUZZY-MPSO BASED LI...ENHANCING SEGMENTATION APPROACHES FROM FUZZY K-C-MEANS TO FUZZY-MPSO BASED LI...
ENHANCING SEGMENTATION APPROACHES FROM FUZZY K-C-MEANS TO FUZZY-MPSO BASED LI...
 
Literature survey for 3 d reconstruction of brain mri images
Literature survey for 3 d reconstruction of brain mri imagesLiterature survey for 3 d reconstruction of brain mri images
Literature survey for 3 d reconstruction of brain mri images
 
Literature survey for 3 d reconstruction of brain mri
Literature survey for 3 d reconstruction of brain mriLiterature survey for 3 d reconstruction of brain mri
Literature survey for 3 d reconstruction of brain mri
 
International Journal of Engineering Research and Development (IJERD)
International Journal of Engineering Research and Development (IJERD)International Journal of Engineering Research and Development (IJERD)
International Journal of Engineering Research and Development (IJERD)
 
IRJET - An Efficient Approach for Multi-Modal Brain Tumor Classification usin...
IRJET - An Efficient Approach for Multi-Modal Brain Tumor Classification usin...IRJET - An Efficient Approach for Multi-Modal Brain Tumor Classification usin...
IRJET - An Efficient Approach for Multi-Modal Brain Tumor Classification usin...
 
An efficient image segmentation approach through enhanced watershed algorithm
An efficient image segmentation approach through enhanced watershed algorithmAn efficient image segmentation approach through enhanced watershed algorithm
An efficient image segmentation approach through enhanced watershed algorithm
 
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
 
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...
 
Performance Analysis of SVM Classifier for Classification of MRI Image
Performance Analysis of SVM Classifier for Classification of MRI ImagePerformance Analysis of SVM Classifier for Classification of MRI Image
Performance Analysis of SVM Classifier for Classification of MRI Image
 
D45012128
D45012128D45012128
D45012128
 
Supervised Blood Vessel Segmentation in Retinal Images Using Gray level and M...
Supervised Blood Vessel Segmentation in Retinal Images Using Gray level and M...Supervised Blood Vessel Segmentation in Retinal Images Using Gray level and M...
Supervised Blood Vessel Segmentation in Retinal Images Using Gray level and M...
 
L045047880
L045047880L045047880
L045047880
 
A modified distance regularized level set model for liver segmentation from c...
A modified distance regularized level set model for liver segmentation from c...A modified distance regularized level set model for liver segmentation from c...
A modified distance regularized level set model for liver segmentation from c...
 
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...
 
Binary operation based hard exudate detection and fuzzy based classification ...
Binary operation based hard exudate detection and fuzzy based classification ...Binary operation based hard exudate detection and fuzzy based classification ...
Binary operation based hard exudate detection and fuzzy based classification ...
 
International Journal of Computational Engineering Research(IJCER)
 International Journal of Computational Engineering Research(IJCER)  International Journal of Computational Engineering Research(IJCER)
International Journal of Computational Engineering Research(IJCER)
 
BFO – AIS: A Framework for Medical Image Classification Using Soft Computing ...
BFO – AIS: A Framework for Medical Image Classification Using Soft Computing ...BFO – AIS: A Framework for Medical Image Classification Using Soft Computing ...
BFO – AIS: A Framework for Medical Image Classification Using Soft Computing ...
 
BFO – AIS: A FRAME WORK FOR MEDICAL IMAGE CLASSIFICATION USING SOFT COMPUTING...
BFO – AIS: A FRAME WORK FOR MEDICAL IMAGE CLASSIFICATION USING SOFT COMPUTING...BFO – AIS: A FRAME WORK FOR MEDICAL IMAGE CLASSIFICATION USING SOFT COMPUTING...
BFO – AIS: A FRAME WORK FOR MEDICAL IMAGE CLASSIFICATION USING SOFT COMPUTING...
 
Review paper on segmentation methods for multiobject feature extraction
Review paper on segmentation methods for multiobject feature extractionReview paper on segmentation methods for multiobject feature extraction
Review paper on segmentation methods for multiobject feature extraction
 
Fusion of Wavelet Coefficients from Visual and Thermal Face Images for Human ...
Fusion of Wavelet Coefficients from Visual and Thermal Face Images for Human ...Fusion of Wavelet Coefficients from Visual and Thermal Face Images for Human ...
Fusion of Wavelet Coefficients from Visual and Thermal Face Images for Human ...
 

More from IIRindia

An Investigation into Brain Tumor Segmentation Techniques
An Investigation into Brain Tumor Segmentation Techniques An Investigation into Brain Tumor Segmentation Techniques
An Investigation into Brain Tumor Segmentation Techniques IIRindia
 
E-Agriculture - A Way to Digitalization
E-Agriculture - A Way to DigitalizationE-Agriculture - A Way to Digitalization
E-Agriculture - A Way to DigitalizationIIRindia
 
A Survey on the Analysis of Dissolved Oxygen Level in Water using Data Mining...
A Survey on the Analysis of Dissolved Oxygen Level in Water using Data Mining...A Survey on the Analysis of Dissolved Oxygen Level in Water using Data Mining...
A Survey on the Analysis of Dissolved Oxygen Level in Water using Data Mining...IIRindia
 
Kidney Failure Due to Diabetics – Detection using Classification Algorithm in...
Kidney Failure Due to Diabetics – Detection using Classification Algorithm in...Kidney Failure Due to Diabetics – Detection using Classification Algorithm in...
Kidney Failure Due to Diabetics – Detection using Classification Algorithm in...IIRindia
 
Silhouette Threshold Based Text Clustering for Log Analysis
Silhouette Threshold Based Text Clustering for Log AnalysisSilhouette Threshold Based Text Clustering for Log Analysis
Silhouette Threshold Based Text Clustering for Log AnalysisIIRindia
 
Analysis and Representation of Igbo Text Document for a Text-Based System
Analysis and Representation of Igbo Text Document for a Text-Based SystemAnalysis and Representation of Igbo Text Document for a Text-Based System
Analysis and Representation of Igbo Text Document for a Text-Based SystemIIRindia
 
A Survey on E-Learning System with Data Mining
A Survey on E-Learning System with Data MiningA Survey on E-Learning System with Data Mining
A Survey on E-Learning System with Data MiningIIRindia
 
Image Segmentation Based Survey on the Lung Cancer MRI Images
Image Segmentation Based Survey on the Lung Cancer MRI ImagesImage Segmentation Based Survey on the Lung Cancer MRI Images
Image Segmentation Based Survey on the Lung Cancer MRI ImagesIIRindia
 
The Preface Layer for Auditing Sensual Interacts of Primary Distress Conceali...
The Preface Layer for Auditing Sensual Interacts of Primary Distress Conceali...The Preface Layer for Auditing Sensual Interacts of Primary Distress Conceali...
The Preface Layer for Auditing Sensual Interacts of Primary Distress Conceali...IIRindia
 
Feature Based Underwater Fish Recognition Using SVM Classifier
Feature Based Underwater Fish Recognition Using SVM ClassifierFeature Based Underwater Fish Recognition Using SVM Classifier
Feature Based Underwater Fish Recognition Using SVM ClassifierIIRindia
 
A Survey on Educational Data Mining Techniques
A Survey on Educational Data Mining TechniquesA Survey on Educational Data Mining Techniques
A Survey on Educational Data Mining TechniquesIIRindia
 
V5_I2_2016_Paper11.docx
V5_I2_2016_Paper11.docxV5_I2_2016_Paper11.docx
V5_I2_2016_Paper11.docxIIRindia
 
A Clustering Based Collaborative and Pattern based Filtering approach for Big...
A Clustering Based Collaborative and Pattern based Filtering approach for Big...A Clustering Based Collaborative and Pattern based Filtering approach for Big...
A Clustering Based Collaborative and Pattern based Filtering approach for Big...IIRindia
 
Hadoop and Hive Inspecting Maintenance of Mobile Application for Groceries Ex...
Hadoop and Hive Inspecting Maintenance of Mobile Application for Groceries Ex...Hadoop and Hive Inspecting Maintenance of Mobile Application for Groceries Ex...
Hadoop and Hive Inspecting Maintenance of Mobile Application for Groceries Ex...IIRindia
 
Performance Evaluation of Feature Selection Algorithms in Educational Data Mi...
Performance Evaluation of Feature Selection Algorithms in Educational Data Mi...Performance Evaluation of Feature Selection Algorithms in Educational Data Mi...
Performance Evaluation of Feature Selection Algorithms in Educational Data Mi...IIRindia
 
A Review of Edge Detection Techniques for Image Segmentation
A Review of Edge Detection Techniques for Image SegmentationA Review of Edge Detection Techniques for Image Segmentation
A Review of Edge Detection Techniques for Image SegmentationIIRindia
 
Leanness Assessment using Fuzzy Logic Approach: A Case of Indian Horn Manufac...
Leanness Assessment using Fuzzy Logic Approach: A Case of Indian Horn Manufac...Leanness Assessment using Fuzzy Logic Approach: A Case of Indian Horn Manufac...
Leanness Assessment using Fuzzy Logic Approach: A Case of Indian Horn Manufac...IIRindia
 
Comparative Analysis of Weighted Emphirical Optimization Algorithm and Lazy C...
Comparative Analysis of Weighted Emphirical Optimization Algorithm and Lazy C...Comparative Analysis of Weighted Emphirical Optimization Algorithm and Lazy C...
Comparative Analysis of Weighted Emphirical Optimization Algorithm and Lazy C...IIRindia
 
Survey on Segmentation Techniques for Spinal Cord Images
Survey on Segmentation Techniques for Spinal Cord ImagesSurvey on Segmentation Techniques for Spinal Cord Images
Survey on Segmentation Techniques for Spinal Cord ImagesIIRindia
 
An Approach for Breast Cancer Classification using Neural Networks
An Approach for Breast Cancer Classification using Neural NetworksAn Approach for Breast Cancer Classification using Neural Networks
An Approach for Breast Cancer Classification using Neural NetworksIIRindia
 

More from IIRindia (20)

An Investigation into Brain Tumor Segmentation Techniques
An Investigation into Brain Tumor Segmentation Techniques An Investigation into Brain Tumor Segmentation Techniques
An Investigation into Brain Tumor Segmentation Techniques
 
E-Agriculture - A Way to Digitalization
E-Agriculture - A Way to DigitalizationE-Agriculture - A Way to Digitalization
E-Agriculture - A Way to Digitalization
 
A Survey on the Analysis of Dissolved Oxygen Level in Water using Data Mining...
A Survey on the Analysis of Dissolved Oxygen Level in Water using Data Mining...A Survey on the Analysis of Dissolved Oxygen Level in Water using Data Mining...
A Survey on the Analysis of Dissolved Oxygen Level in Water using Data Mining...
 
Kidney Failure Due to Diabetics – Detection using Classification Algorithm in...
Kidney Failure Due to Diabetics – Detection using Classification Algorithm in...Kidney Failure Due to Diabetics – Detection using Classification Algorithm in...
Kidney Failure Due to Diabetics – Detection using Classification Algorithm in...
 
Silhouette Threshold Based Text Clustering for Log Analysis
Silhouette Threshold Based Text Clustering for Log AnalysisSilhouette Threshold Based Text Clustering for Log Analysis
Silhouette Threshold Based Text Clustering for Log Analysis
 
Analysis and Representation of Igbo Text Document for a Text-Based System
Analysis and Representation of Igbo Text Document for a Text-Based SystemAnalysis and Representation of Igbo Text Document for a Text-Based System
Analysis and Representation of Igbo Text Document for a Text-Based System
 
A Survey on E-Learning System with Data Mining
A Survey on E-Learning System with Data MiningA Survey on E-Learning System with Data Mining
A Survey on E-Learning System with Data Mining
 
Image Segmentation Based Survey on the Lung Cancer MRI Images
Image Segmentation Based Survey on the Lung Cancer MRI ImagesImage Segmentation Based Survey on the Lung Cancer MRI Images
Image Segmentation Based Survey on the Lung Cancer MRI Images
 
The Preface Layer for Auditing Sensual Interacts of Primary Distress Conceali...
The Preface Layer for Auditing Sensual Interacts of Primary Distress Conceali...The Preface Layer for Auditing Sensual Interacts of Primary Distress Conceali...
The Preface Layer for Auditing Sensual Interacts of Primary Distress Conceali...
 
Feature Based Underwater Fish Recognition Using SVM Classifier
Feature Based Underwater Fish Recognition Using SVM ClassifierFeature Based Underwater Fish Recognition Using SVM Classifier
Feature Based Underwater Fish Recognition Using SVM Classifier
 
A Survey on Educational Data Mining Techniques
A Survey on Educational Data Mining TechniquesA Survey on Educational Data Mining Techniques
A Survey on Educational Data Mining Techniques
 
V5_I2_2016_Paper11.docx
V5_I2_2016_Paper11.docxV5_I2_2016_Paper11.docx
V5_I2_2016_Paper11.docx
 
A Clustering Based Collaborative and Pattern based Filtering approach for Big...
A Clustering Based Collaborative and Pattern based Filtering approach for Big...A Clustering Based Collaborative and Pattern based Filtering approach for Big...
A Clustering Based Collaborative and Pattern based Filtering approach for Big...
 
Hadoop and Hive Inspecting Maintenance of Mobile Application for Groceries Ex...
Hadoop and Hive Inspecting Maintenance of Mobile Application for Groceries Ex...Hadoop and Hive Inspecting Maintenance of Mobile Application for Groceries Ex...
Hadoop and Hive Inspecting Maintenance of Mobile Application for Groceries Ex...
 
Performance Evaluation of Feature Selection Algorithms in Educational Data Mi...
Performance Evaluation of Feature Selection Algorithms in Educational Data Mi...Performance Evaluation of Feature Selection Algorithms in Educational Data Mi...
Performance Evaluation of Feature Selection Algorithms in Educational Data Mi...
 
A Review of Edge Detection Techniques for Image Segmentation
A Review of Edge Detection Techniques for Image SegmentationA Review of Edge Detection Techniques for Image Segmentation
A Review of Edge Detection Techniques for Image Segmentation
 
Leanness Assessment using Fuzzy Logic Approach: A Case of Indian Horn Manufac...
Leanness Assessment using Fuzzy Logic Approach: A Case of Indian Horn Manufac...Leanness Assessment using Fuzzy Logic Approach: A Case of Indian Horn Manufac...
Leanness Assessment using Fuzzy Logic Approach: A Case of Indian Horn Manufac...
 
Comparative Analysis of Weighted Emphirical Optimization Algorithm and Lazy C...
Comparative Analysis of Weighted Emphirical Optimization Algorithm and Lazy C...Comparative Analysis of Weighted Emphirical Optimization Algorithm and Lazy C...
Comparative Analysis of Weighted Emphirical Optimization Algorithm and Lazy C...
 
Survey on Segmentation Techniques for Spinal Cord Images
Survey on Segmentation Techniques for Spinal Cord ImagesSurvey on Segmentation Techniques for Spinal Cord Images
Survey on Segmentation Techniques for Spinal Cord Images
 
An Approach for Breast Cancer Classification using Neural Networks
An Approach for Breast Cancer Classification using Neural NetworksAn Approach for Breast Cancer Classification using Neural Networks
An Approach for Breast Cancer Classification using Neural Networks
 

Recently uploaded

(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
Extrusion Processes and Their Limitations
Extrusion Processes and Their LimitationsExtrusion Processes and Their Limitations
Extrusion Processes and Their Limitations120cr0395
 
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...Christo Ananth
 
Coefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxCoefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxAsutosh Ranjan
 
AKTU Computer Networks notes --- Unit 3.pdf
AKTU Computer Networks notes ---  Unit 3.pdfAKTU Computer Networks notes ---  Unit 3.pdf
AKTU Computer Networks notes --- Unit 3.pdfankushspencer015
 
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCollege Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCall Girls in Nagpur High Profile
 
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdf
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdfONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdf
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdfKamal Acharya
 
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINEMANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINESIVASHANKAR N
 
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...ranjana rawat
 
Russian Call Girls in Nagpur Grishma Call 7001035870 Meet With Nagpur Escorts
Russian Call Girls in Nagpur Grishma Call 7001035870 Meet With Nagpur EscortsRussian Call Girls in Nagpur Grishma Call 7001035870 Meet With Nagpur Escorts
Russian Call Girls in Nagpur Grishma Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
Glass Ceramics: Processing and Properties
Glass Ceramics: Processing and PropertiesGlass Ceramics: Processing and Properties
Glass Ceramics: Processing and PropertiesPrabhanshu Chaturvedi
 
Introduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxIntroduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxupamatechverse
 
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Christo Ananth
 
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSMANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSSIVASHANKAR N
 
UNIT-V FMM.HYDRAULIC TURBINE - Construction and working
UNIT-V FMM.HYDRAULIC TURBINE - Construction and workingUNIT-V FMM.HYDRAULIC TURBINE - Construction and working
UNIT-V FMM.HYDRAULIC TURBINE - Construction and workingrknatarajan
 

Recently uploaded (20)

(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
Extrusion Processes and Their Limitations
Extrusion Processes and Their LimitationsExtrusion Processes and Their Limitations
Extrusion Processes and Their Limitations
 
Water Industry Process Automation & Control Monthly - April 2024
Water Industry Process Automation & Control Monthly - April 2024Water Industry Process Automation & Control Monthly - April 2024
Water Industry Process Automation & Control Monthly - April 2024
 
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
 
Coefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxCoefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptx
 
AKTU Computer Networks notes --- Unit 3.pdf
AKTU Computer Networks notes ---  Unit 3.pdfAKTU Computer Networks notes ---  Unit 3.pdf
AKTU Computer Networks notes --- Unit 3.pdf
 
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCollege Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
 
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdf
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdfONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdf
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdf
 
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
 
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINEMANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
 
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...
 
Russian Call Girls in Nagpur Grishma Call 7001035870 Meet With Nagpur Escorts
Russian Call Girls in Nagpur Grishma Call 7001035870 Meet With Nagpur EscortsRussian Call Girls in Nagpur Grishma Call 7001035870 Meet With Nagpur Escorts
Russian Call Girls in Nagpur Grishma Call 7001035870 Meet With Nagpur Escorts
 
Glass Ceramics: Processing and Properties
Glass Ceramics: Processing and PropertiesGlass Ceramics: Processing and Properties
Glass Ceramics: Processing and Properties
 
Introduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxIntroduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptx
 
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
 
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSMANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
 
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINEDJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
 
(INDIRA) Call Girl Aurangabad Call Now 8617697112 Aurangabad Escorts 24x7
(INDIRA) Call Girl Aurangabad Call Now 8617697112 Aurangabad Escorts 24x7(INDIRA) Call Girl Aurangabad Call Now 8617697112 Aurangabad Escorts 24x7
(INDIRA) Call Girl Aurangabad Call Now 8617697112 Aurangabad Escorts 24x7
 
UNIT-V FMM.HYDRAULIC TURBINE - Construction and working
UNIT-V FMM.HYDRAULIC TURBINE - Construction and workingUNIT-V FMM.HYDRAULIC TURBINE - Construction and working
UNIT-V FMM.HYDRAULIC TURBINE - Construction and working
 

A Study on MRI Liver Image Segmentation using Fuzzy Connected and Watershed Techniques

  • 1. Integrated Intelligent Research (IIR) International Journal of Data Mining Techniques and Applications Volume: 05 Issue: 02 December 2016 Page No.118-120 ISSN: 2278-2419 118 A Study on MRI Liver Image Segmentation using Fuzzy Connected and Watershed Techniques A.S. Thenmozhi1 , N. Radhakrishnan2 1 Research Scholar, Mother Teresa Women’s University, Kodaikanal 2 Director, Geo Research Centre, Pammal, Chennai E-Mail: astthenn@gmail.com, radhakrishnan.nr@gmail.com Abstract - A comparison study between automatic and interactive methods for liver segmentation from contrast- enhanced MRI images is ocean. A collection of 20 clinical images with reference segmentations was provided to train and tune algorithms in advance. Employed algorithms include statistical shape models, atlas registration, level-sets, graph- cuts and rule-based systems. All results were compared to refer five error measures that highlight different aspects of segmentation accuracy. The measures were combined according to a specific scoring system relating the obtained values to human expert variability. In general, interactive methods like Fuzzy Connected and Watershed Methods reached higher average scores than automatic approaches and featured a better consistency of segmentation quality. However, the best automatic methods (mainly based on statistical shape models with some additional free deformation) could compete well on the majority of test images. The study provides an insight in performance of different segmentation approaches under real-world conditions and highlights achievements and limitations of current image analysis techniques. In this paper only Fuzzy Connected and Watershed Methods are discussed. Keywords: Segmentation, Liver, MRI Images, Fuzzy Connected, Watershed methods. I. INTRODUCTION The segmentation of liver using Magnetic resonance imaging (MRI) data has gained a lot of importance in the medical image processing field. In this paper, a survey on liver segmentation methods and techniques using MRI images are presented, recent methods presented in the literature to obtain liver segmentation are viewed. The two main classes of liver segmentation are semi automatic and fully automatic. The liver segmentation evaluation measurements and scoring are shown. The comparative study for liver segmentation methods will be accentuated carefully. In this paper, it is concluded that automatic liver segmentation using MRI images is still an open problem. Various weaknesses and drawbacks of the proposed methods are addressed. II. ABOUT LIVER SEGMENTATION Liver image segmentation has played a very important role in medical imaging field. The advances in digital image processing techniques have attracted researchers towards the development of computerized methods for liver analysis. Machine learning techniques combined with image processing techniques provide various semi-automatic and automatic techniques for liver image segmentation. However, liver image segmentation from abdominal images is difficult task due to three main reasons. First is due to low contrast and blurry edges of liver. Second, intensity of pixels in liver region is similar and overlapped with nearby organs and tissues in abdominal image. Third, liver is non-rigid in shape and variant in position and it is very complex. All these facts increase the difficulty of the liver image segmentation task. In this report, we are reviewing segmentation techniques which are mainly automatic in nature. It also highlights the significant contribution of machine learning techniques in biomedical imaging field then we prepare the research project to apply in Ho Chi Minh City, Vietnam. Developing a robust method for liver segmentation from MRI images is a challenging task due to the similar intensity values between adjacent organs, geometrically complex liver structure and the injection of contrast media, which causes all tissues to have different gray level values. Therefore, liver segmentation from medical images is still an open problem. Generally, method and approaches to liver segmentation is semi-automatic or automatic. Semi-automatic liver segmentation methods require a limited user intervention to complete the task. This intervention varies from a manual selection for seed points to a manual refinement of a binary mask for the liver. The term automated means that the liver segmentation process is implemented without any sort of operator intervention. This kind of method is highly appreciated by radiologists since it is free from user errors and biases, and it saves the operator from a potentially hard work and wasted time. The latest achievements in liver segmentation are reviewed in this section. III. CLASSIFICATION OF SEGMENTATION METHODS In Fig. 1 shows the various segmentation methods and proposed methods Fuzzy Connected and Watershed. The paper is organized as follows. In the next two sections, a brief description of the fuzzy connected-based image segmentation method and its weaknesses can be identify. Section 5 presents Watershed method. Section 6 is devoted to comparison of
  • 2. Integrated Intelligent Research (IIR) International Journal of Data Mining Techniques and Applications Volume: 05 Issue: 02 December 2016 Page No.118-120 ISSN: 2278-2419 119 fuzzy connected-based method designed to cope with some of its deficiencies. Summary and future enhancement is discussed in section 7 Fig.1 Various segmentation methods IV. FUZZY CONNECTED METHOD The idea of fuzzy connectedness goes back to the work of Rosenfeld [7]. Dellepiane et al. [3] and Udupa and Samarasekara [4] were the first authors to incorporate the fuzzy nature of images into a segmentation algorithm through the concept of fuzzy connectedness, which is supposed to capture efficiently fuzzy “hanging togetherness”. In practice, the idea is to compute a map of the connectedness of every pixel in the original image, in relation with one specific (designated) pixel belonging to the OOI (Object Of Interest). Fuzzy connected algorithm implemented in MATLAB and the resultant image is shown in Fig. 2. Fig.2 Liver Image Captured from MRI using Fuzzy Connected Method (a) Original Image, (b)Gray Scale Thresholding (c and d) The Segmentation Obtained with Fuzzy Connected Method.(e) Noise (f) AfterCorrection Noiseless. 4.1 Draw Backs in Fuzzy Connected Method Although the practical results of segmentation obtained by this method are often good, we can easily identify three types of weaknesses: (a) The segmentation results strongly depend on the choice of the functions g1 and g2 defining the pixel affinity to the reference pixel. (b) The results are also strongly dependent on the way parameters are defined in the interaction step. (c) The segmentation results also strongly depend on the threshold used for the binarization of µ. In this paper, only the last two of these deficiencies are addressed. V. WATERSHED BASED METHOD Several variants of an automatic segmentation method based on the watersheds have been described in the literature on mathematical morphology [8]. Local minima of the spatial gradient modulus are detected and serve as seeds for the detection of watersheds [9]. As we stated in the introduction, these methods are powerful in simple situations, but generally fail in real life complicated images. This is due to the fact that, even after regularization, the number of local minima is generally larger than the number of objects (or of regions), resulting in an over-segmentation problem which remains difficult to solve even after a posteriori aggregation of non- significant regions to significant ones. Thus, the fuzzy connected method is modified in the following lines: First, not only one object, but the different objects or regions the user wants to differentiate, are designated and labeled. Second, in order to avoid thresholding, the affinity to any seed can be computed and the labeling of the pixel can be done according to the maximum affinity. In practice, instead of computing all the affinities for every pixel, it proves faster to label the pixels in the course of the computation. These modifications have five important consequences: a) Several labeled objects are obtained at once. b) The segmentation results are generally improved. c) There is no need to fix any threshold. d) The results obtained with the modified method can be easily compared with those from the semi-automatic watershed-based method we have developed. e) Since multiple seeds for the same OOI can be used, the evaluation of the parameters (mean and variance) is improved. Fig.3 Liver Image Captured from MRI using Watershed Method (a) Original Image, (b)Gray Scale Thresholding (c and d) The Segmentation Obtained with Watershed Method.(e) Noise (f) After Correction Noiseless.
  • 3. Integrated Intelligent Research (IIR) International Journal of Data Mining Techniques and Applications Volume: 05 Issue: 02 December 2016 Page No.118-120 ISSN: 2278-2419 120 The results from this test can be summarized as: a) The introduction of the concept of competition in the algorithm of fuzzy connected-based segmentation is really powerful and the results of segmentation are much better than the “no competition” variant. b) For this specific example, the competitive fuzzy connected-based approach outperforms the competitive watersheds method significantly, even with a small number of seeds. Figure 2 displays the original image (2a), the result of a gray scale thresholding (2b) and the segmentation obtained with the two methods (2c and 2d) as specified in the captions. Since this type of image contains many artifacts and noise, it is more difficult to perform gray level thresholding than expected (2b). The methods proposed here are well suited in this case. The segmentation results obtained with the watershed approach (2c) and the competitive fuzzy connectedness method (2d) are quite correction. VI. COMPARISON OF FUZZY CONNECTED METHOD AND WATERSHED METHOD In Table 1 shows the comparison two interaction methods with the following parameters. How the nature of output image is obtained, Spatial Information is rejected, Region-Continuity is average, and Computation Complexity is less in Fuzzy Connected Method and Average in Watershed method. Noise Immunity, Detection of Multiple Objects, Automaticity and Accuracy are applied the results are showed less, poor, Interactive, Average respectively. Table 1: Comparison between Fuzzy Connected and Watershed Methods VII. SUMMARY It is agreed in this paper that the concept of fuzzy connected is very interesting in the context of semi-automatic image segmentation. However, its present implementation suffers from several drawbacks which make it very sensitive to several parameters the user has to provide. To overcome these drawbacks, we propose a new implementation of this concept, introducing the paradigm of competitive learning. This implementation attenuates some of these drawbacks, especially the need to choose a threshold. Second, we propose a method for semi-automatic segmentation, as an extension of the watershed-based method, also in presence of competition. For further research both the methods are to be extended with Noise reduction and Edge Detection Algorithms. References [1] E.N. Mortensen, and W.A. Barrett, Interactive segmentation with intelligent scissors, GMIP, 60, 1998, 349-384 [2] A.X. Falcão, J.K. Udupa, S. Samarasekera, S. Sharma, B.E. Hirsch, and R. de A. Lotufo, User-steered image segmentation paradigms: live wire and live lane, GMIP, 60, 1998, 233-260. [3] S.G. Dellepiane, F. Fontana and G.L. Vernazza, Nonlinear Image Labeling for Multivalued Segmentation, IEEE Transaction on Image Processing, 5, 1996, 429- 446. [4] J.K. Udupa, and S. Samarasekera, Fuzzy connectedness and object definition: theory, algorithms and applications in image segmentation, GMIP, 58, 1996, 246-261. [5] B.M. Carvalho, C.J. Gau, G.T. Herman, and T. Yung Kong, Algorithms for fuzzy segmentation, Pattern Analysis & Applications, 2, 1999, 73-81. [6] P.K. Saha, J.K. Udupa, and D. Odhner, Scale-based fuzzy connectedness image segmentation: theory, algorithms and validation, CVIU, 77, 2000, 145-174. [7] A. Rosenfeld, Fuzzy Digital Topology, Inform. Control., 40, 1979, 76-87. [8] J. Serra, Image analysis and mathematical morphology (London: Academic Press, 1982). [9] S. Beucher, and F. Meyer, The morphological approach to segmentation: the watershed transformation in E.R. Doughterty (Ed.), Mathematical morphology in image processing, (New-York: Dekker, 1992), 433-481. [10] J. Shen and S. Castan, An optimal linear operator for step edge detection, CVGIP: Graphical Models and Image Processing, 54, 1992, 112-133. About Authors: Currently Working as Assistant Professor in PG & Research Department of Computer Science and Applications at D.G. Vaishnav College, Arumbakkam, Chennai-600106. She is having more than 18 year’s experiences. She Wrote Two Books Visual Programming for BCA, Advanced Java Programming for MCA/M.Sc.IT/BCA students of University of Madras. Her area of interest is Medical Data Mining.