SlideShare a Scribd company logo
1 of 5
Download to read offline
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308
__________________________________________________________________________________________
Volume: 03 Special Issue: 03 | May-2014 | NCRIET-2014, Available @ http://www.ijret.org 26
BIO-MEDICAL IMAGE SEGMENTATION USING MARKER
CONTROLLED WATERSHED ALGORITHM: A CASE STUDY
Ravi S1
, A M Khan2
1
Research Scholar, Department of Electronics, Mangalore University, Mangalagangothri โ€“ 574 199
2
Professor and Chairman, Department of Electronics, Mangalore University, Mangalagangothri โ€“ 574 199
Abstract
Image segmentation is a process in which the objects of interests are selected and separated from the total image to analyze and
extract the required data. It is one of the image processing methods, which is widely open for research. Many algorithms have been
proposed till date to improve the quality of segmentation and the best one is yet to design. Watershed algorithm is one such reliable
approach to segment homogeneous regions in an image. It is superior to region growing method in terms of number of regions
obtained after processing. In this paper a robust approach is discussed to improve, the primary drawback of watershed algorithm,
over-segmentation. We discuss morphological marker controlled method and the use of gradient image for watershed algorithm to
minimize over-segmentation.
Keywords: Watershed Algorithm, Morphological Operation, Marker Controlled Watershed, Morphological
Reconstruction, Image Segmentation.
------------------------------------------------------------------------***---------------------------------------------------------------------
1. INTRODUCTION
Image is two-dimensional light intensity function of spatial
coordinates. If the intensity function and the spatial
coordinates are finite and discretised, the image is said to be
digital in nature. Processing of such digital image using a
digital computer is called digital image processing[9]. There
are three levels of image processing like low-level, mid-level
and high level image processing. All these levels are
concerned mainly in improving the quality of image for
human visualization and to extract more information from the
image. Among these, image segmentation is one such method
which has been widely explored to enhance the quality of
information available in the image[6].
Image segmentation can be done in three distinct ways; based
on the intensity values (threshold based method), based on
discontinuities in the image (edge based method), based on
homogeneous regions present in the image (region based
method)[10]. The said methods are the conventional methods
used for segmentation. Among these, edge based method and
region based methods are widely tested. Edge based method
identifies the edges, which are basically sharp intensity
transitions, local to a region, in the images and mark the pixel
as boundary element. In contrast, region based method groups
the pixels which share common characteristics to form
homogeneous regions[1]. Region based segmentation can be
done in two different ways as growing method and split &
merge method. Region growing method is usually preferred
for its reliable and robust output.
Watershed algorithm is hybrid approach of โ€žgood
characteristicsโ€Ÿ of edge based segmentation and region based
segmentation[9] and hence gives better result than its parents.
In this paper we discuss the theory of watershed transform and
apply the algorithm for few test images for better
understanding. We also discuss marker controlled approach
using morphological operations to improve the quality of
watershed algorithm and to overcome its drawback of over-
segmentation.
Morphological operations are the mathematical set theory
operations that are very simple to use and mainly concerned
with the ordering of the elements instead of the numerical
values of members of the set[6]. This mathematical
morphology when combined with the logical operations gives
very good results in image processing for performing
operations like blurring, sharpening reconstruction and so
on[8]. Morphological operations are very much useful in
watershed algorithm to construct dam between neighboring
regions which is the key process in watershed algorithm.
The paper is arranged as follows: section II highlights
watershed algorithm, section III is on basic morphological
operations, in section IV we discuss marker controlled
watershed algorithm, in section V application of our algorithm
is shown and in section VI results are discussed.
2. WATERSHED ALGORITHM
The watershed algorithm includes the three basic segmentation
approaches like threshold based, edge detection and region
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308
__________________________________________________________________________________________
Volume: 03 Special Issue: 03 | May-2014 | NCRIET-2014, Available @ http://www.ijret.org 27
based segmentation[1][2]and hence it provides more stable
results than these methods individually. It uses morphological
operations as well to set proper boundaries between adjacent
regions and morphological operations are discussed in next
section.
To understand watershed algorithm it is to be known the
following three โ€žpointsโ€Ÿ:[9]
1. Points belonging to regional minimum
2. Point of catchment basin / watershed lines.
3. Points at which water drop can more likely to occupy
other than a specific watershed.
The watershed lines are those single minimum values to which
a drop of water falls with certainty. The gradient of the image
is to be found before applying watershed. The characteristic of
a pixel will be compared with the neighboring pixel and if
found similar, the pixels are added to form a region. The
process is carried out till edge of the region is found or the
neighboring regions are above to merge. At this stage a dam is
built to avoid the merging of two different regions. As a result,
after testing all the pixels only the top of the dam is visible and
is the resultant of segmentation of various regions in the test
image.
Let M1, M2, โ€ฆ,MR sets denoting the coordinates in the
regional minima of an image g(x, y), where g(x, y) is the pixel
value of coordinate (x, y). Let C(Mi) be the coordinates in the
catchment basin associated with regional minimum Mi and let
T[n] be the set of coordinates (s, t) for which g(s, t) < n and is
given by
T[n]= {(s ,t) | g(s, t) < n}
Then the process of watershed algorithm is discussed as
below:
Step1:The boundary value of the pixels is to be found and
the minimum value is to be noted
The boundary values of the pixels of g(x,y) is to be found and
the minimum value is to be assigned to Mi. Flooding is done
by initializing n=min+1
Let Cn(Mi) as the coordinates in the catchment basin
associated with minimum Mi that are flooded at stage n.
Step2:Compute catchment basins.
Compute Cn(Mi) = C(Mi) โˆฉT[n]
Cn(Mi)
=
1 ๐‘“๐‘œ๐‘Ÿ ๐‘ฅ, ๐‘ฆ โˆˆ ๐ถ ๐‘€๐‘– ๐‘Ž๐‘›๐‘‘๐‘Ž๐‘™๐‘ ๐‘œ ๐‘ฅ, ๐‘ฆ ๐‘๐‘’๐‘™๐‘œ๐‘›๐‘”๐‘ ๐‘ก๐‘œ๐‘‡[๐‘›]
0 ๐‘œ๐‘ก๐‘•๐‘’๐‘Ÿ๐‘ค๐‘–๐‘ ๐‘’
Let C[n] denote the union of the flooded catchment basins at
stage n:
C[n] = Cn(Mi)
๐‘…
๐‘–=1
Set n = n + 1.
Step3:Derive the set of connected components
Derive the set of connected components in T[n] denoting as Q.
For each connected component q โˆˆ Q[n], there are three
conditions:
a. If connected components is empty it represents a
new minimum is encountered.
If ๐‘ž โˆฉ ๐ถ ๐‘› โˆ’ 1 is empty, connected component
q is incorporated into C[n - 1] to form C[n]
because it represents a new minimum is
encountered.
b. If connected components contains at least one
connected component it means connected
components lies within the catchment basin of
some regional minimum.
If ๐‘ž โˆฉ ๐ถ ๐‘› โˆ’ 1 contains one connected
component of C[n - 1], connected component q
is incorporated into C[n - 1] to form C[n]
because it means q lies within the catchment
basin of some regional minimum.
c. If connected components contains more than one
connected component it represents all or part of
a ridge separating two or more catchment basins
and set them as โ€œdamโ€.
If ๐‘ž โˆฉ ๐ถ ๐‘› โˆ’ 1 contains more than one
connected component of C[n- 1], it represents all
or part of a ridge separating two or more
catchment basins is encountered so that we have
to find the points of ridge(s) and set them as
โ€œdamโ€.
Step4. Construct dam for all possible catchment basins.
Construct C[n] using the values obtained for Cn(Mi) and c[n]
Set n = n + 1.
Step5. Repeat Step 3 and 4 until n reaches max + 1.
3. MORPHOLOGICAL OPERATIONS
Mathematical morphology is a tool for extracting region
shape[3]. It can also be used for pre-processing operations
much like filters used in spatial filtering operations.
Morphological operations are centered on set theory but, when
used along with logical operations it makes it much simpler
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308
__________________________________________________________________________________________
Volume: 03 Special Issue: 03 | May-2014 | NCRIET-2014, Available @ http://www.ijret.org 28
than the conventional methods like convolution used in image
processing[6]. It is based on ordering of the pixels instead of
the numerical value of pixels. Morphological operations uses
binary image of very small size called as structuring elements
to process the test image. The structuring element works much
like the spatial filters that are used in spatial domain
processing[8]. Dilation and Erosion are the two fundamental
operations that are used in morphological operations and any
other morphological operation, like opening, closing,
reconstruction etc., are the combination of these two
operations[9].
Dilation: The dilation of an image A by structuring element B
is defined as
๐ด โŠ• ๐ต = ๐‘ง| (๐ต) ๐‘ง โˆฉ ๐ด โ‰  โˆ…
If set B is reflected about its origin and shifted by z, then the
dilation of A by B is the set of all displacements z such that B^
and A have at least one common element. The dilation
operation makes the boundary of the object to grow, to the
extent decided by the shape and size of the structuring
element. This effect is analogous to the smoothing operation
performed in the spatial low pass filtering application. This
operation is used to fill โ€žholesโ€Ÿ in the object of an image. The
other consequence of performing the dilation operation is the
blurring effect.
Erosion: The erosion of an image A by structuring element B
is defined as
๐ด โŠ– ๐ต = ๐‘ง| (๐ต) ๐‘ง โŠ† ๐ด
The erosion of image A by structuring element B is the set of
all points z such that the structuring element B is translated by
z is a subset of the image. The erosion operation is
contradictory to the dilation operation and it causes the
boundary of the object to shrink and is decided by the shape
and size of the structuring element. The thinning effect is
equivalent to the spatial high pass filtering. The erosion
operation removes those structures which are lesser in size
than that of the structuring element. It can be used to remove
the noisy โ€žconnectionโ€Ÿ between two objects in the image.
Image reconstruction: Reconstruction is a morphological
transformation that involves two images, a marker image and
a mask image, and a structuring element.
If G is the mask and F is the marker, the reconstruction of G
from F, denoted RG(F), is defined by the following iterative
procedures:[8]
1. Initialize h1to be the marker image, F.
2. Create the structuring element: B
3. Repeat:
h k+1 = (h kโŠ• B)โˆฉ G
until h k+1 ๏€ฝ๏€ h k ๏€ .
4. R G (F) = h k+1.
Marker F must be a subset of G: FโŠ†G
4. MARKER CONTROL METHOD:
The application of watershed algorithm is greatly influenced
by the noise and other local irregularities in the image [5].
This leads to over-segmentation of regions to an extent that
the segmented image itself looks like a noisy image most of
the times and hence can be useless for diagnosing the
abnormality by a doctor. This is the major drawback of
watershed algorithm [6] [5][3][9]. To avoid this problem
markers are used for segmentation. A marker is a connected
component belonging to an image. The markers which are
connected components do possess the same intensity values
and are treated as regional minima. Markers can be classified
as internal (foreground) or external (background) depending
on its location from region of interest.
The use of markers gives a priori knowledge about
segmentation; this knowledge often consists in the number and
the positions of the regions through the definition of some
markers, and thus simplifies the problem of over-
segmentation. The result of using markers is shown in section
VI which clearly shows the improvement of segmentation
over conventional watershed method.
5. IMPLEMENTATION
We designed the algorithm by combining the watershed
algorithm, morphological operations and by providing markers
for better segmentation. The difference between the existing
approach and ours is that we had used bigger size gradient
filters compared to the filters used for conventional watershed
algorithm. The methodology followed is given below.
Fig-1: Flow chart of the proposed algorithm.
6. RESULTS AND DISCUSSION
We had applied the above algorithm on MRI of brain and on
mammogram images and compared with the conventional
watershed algorithm and the result is given below. The first
Read the image and convert it into suitable form
Find out the gradient of the image using a bigger
filter
Apply morphological image reconstruction
Calculate regional maxima in image
Obtain foreground markers & background
markers
Apply watershed algorithm to get segmented
result
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308
__________________________________________________________________________________________
Volume: 03 Special Issue: 03 | May-2014 | NCRIET-2014, Available @ http://www.ijret.org 29
column of image is the original test images; of which two
corresponds to MRI of brain and other two are mammogram
images. Second column of images is the output of
conventional watershed algorithm, third column corresponds
to output of the proposed method and fourth column is the
result of overlapping third column on the first column. The
results shown below are obtained using Matlab2013a with
system configuration Inter(R) Pentium(R)4 ,CPU 2.80GHz,
1GB RAM, 32 bit OS.
It is evident that the proposed algorithm gives better result
than the conventional algorithm. The problem of over
segmentation is overcome by applying markers on the gradient
image. By declaring the internal and external markers we
restrict the segmentation to a single object and the
background. To carry out this segmentation we can use any of
the approaches available but the watershed gives better result.
Fig-2 First column: Original images; Second column: Conventional watershed output; Third column: Result of proposed algorithm;
Fourth column: Output of proposed algorithm overlapped with original image.
original image Waterhed Applied before smoothing
original image Waterhed Applied before smoothing
original image Waterhed Applied before smoothing
original image Waterhed Applied before smoothing
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308
__________________________________________________________________________________________
Volume: 03 Special Issue: 03 | May-2014 | NCRIET-2014, Available @ http://www.ijret.org 30
We conclude that the proposed algorithm is superior to
conventional algorithm in terms of over-segmentation. Despite
of giving a good output the proposed algorithm in future it can
still be improved to get accurate results by using mathematical
transformations.
7. FUTURE WORKS
We have observed that though there is considerable reduction
in the over-segmentation, the obtained image is not ready-to-
use for diagnosing since it fails to mark the boundary between
adjacent regions that vary slightly in the intensities. One of the
possible ways to overcome this is by extracting high frequency
components in the images to give precise idea about markers.
We are working on this to make the processed image ready to
use at once the output is obtained.
REFERENCES
[1] Kostas Haris, Serafim N. Efstratiadis,
NicosMaglaveras, and Aggelos K. Katsaggelos,
โ€œHybrid Image Segmentation Using Watersheds and
Fast Region Mergingโ€, IEEE Transactions On Image
Processing, Vol. 7, No. 12, December 1998.
[2] S. Beucher,,โ€The Watershed Transformation Applied
to Image Segmentationโ€, Centre de
MorphologieMathematique, Ecolos des Mines de Paris,
France.
[3] K. Parvati, B. S. Prakasa Rao and M. Mariya Das
Image Segmentation Using Gray-Scale Morphology
and Marker-Controlled Watershed Transformation
Volume 2008, Article ID 384346, 8 pages, Hindawi
Publishing Corporation Discrete Dynamics in Nature
and Society.
[4] SรฉbastienLefรจvre ,โ€œKnowledge from Markers in
Watershed Segmentationโ€ LSIIT, CNRS / University
Louis Pasteur - Strasbourg I Parcdโ€ŸInnovation, Bd
Brant, BP 10413 67412 IllkirchCedex, France.
[5] Amanpreetkaur, Ashish Verma, โ€œThe Marker-Based
Watershed Segmentation โ€“A Reviewโ€ International
Journal of Engineering and Innovative Technology
(IJEIT), Volume 3, Issue 3, September 2013.
[6] Ravi S and A M Khan, โ€œMorphological Operations for
Image Processing: Understanding and its
Applicationsโ€, Proc. 2nd National Conference on
VLSI, Signal processing & Communications
NCVSComs-2013, 11 -12th Dec. 2013.
[7] Sameer Ruparelia, Implementation of Watershed Based
Image Segmentation Algorithm in FPGA, Master
Thesis Nr. 3256, Department of Parallel Systems,
Institute of Parallel and Distributed Systems,
Universitโ€ข atsstra, Stuttgart.
[8] Marker Controlled Watershed Algorithm IPT, MatLab
Documentation.
[9] R.C Gonzalez and R.E. Woods, Chapter 9& 10;
โ€žDigital Image Processingโ€Ÿ, third edition, PHI
Publications, 2008.
[10] S. Nagabhushana, โ€œComputer Vision and Image
Processingโ€, New Age International Publishers, 2005.
[11] http://www.mathworks.in

More Related Content

What's hot

Video Segmentation
Video SegmentationVideo Segmentation
Video SegmentationSmriti Jain
ย 
Presentation on deformable model for medical image segmentation
Presentation on deformable model for medical image segmentationPresentation on deformable model for medical image segmentation
Presentation on deformable model for medical image segmentationSubhash Basistha
ย 
SEGMENTATION AND CLASSIFICATION OF POINT CLOUDS FROM DENSE AERIAL IMAGE MATCHING
SEGMENTATION AND CLASSIFICATION OF POINT CLOUDS FROM DENSE AERIAL IMAGE MATCHINGSEGMENTATION AND CLASSIFICATION OF POINT CLOUDS FROM DENSE AERIAL IMAGE MATCHING
SEGMENTATION AND CLASSIFICATION OF POINT CLOUDS FROM DENSE AERIAL IMAGE MATCHINGijma
ย 
Importance of Mean Shift in Remote Sensing Segmentation
Importance of Mean Shift in Remote Sensing SegmentationImportance of Mean Shift in Remote Sensing Segmentation
Importance of Mean Shift in Remote Sensing SegmentationIOSR Journals
ย 
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
ย 
IMAGE SEGMENTATION TECHNIQUES
IMAGE SEGMENTATION TECHNIQUESIMAGE SEGMENTATION TECHNIQUES
IMAGE SEGMENTATION TECHNIQUESVicky Kumar
ย 
REGION CLASSIFICATION BASED IMAGE DENOISING USING SHEARLET AND WAVELET TRANSF...
REGION CLASSIFICATION BASED IMAGE DENOISING USING SHEARLET AND WAVELET TRANSF...REGION CLASSIFICATION BASED IMAGE DENOISING USING SHEARLET AND WAVELET TRANSF...
REGION CLASSIFICATION BASED IMAGE DENOISING USING SHEARLET AND WAVELET TRANSF...csandit
ย 
Image segmentation
Image segmentationImage segmentation
Image segmentationMadhuriMulik1
ย 
An Efficient Algorithm for the Segmentation of Astronomical Images
An Efficient Algorithm for the Segmentation of Astronomical  ImagesAn Efficient Algorithm for the Segmentation of Astronomical  Images
An Efficient Algorithm for the Segmentation of Astronomical ImagesIOSR Journals
ย 
Image Segmentation using Otsu's Method - Computer Graphics (UCS505) Project R...
Image Segmentation using Otsu's Method - Computer Graphics (UCS505) Project R...Image Segmentation using Otsu's Method - Computer Graphics (UCS505) Project R...
Image Segmentation using Otsu's Method - Computer Graphics (UCS505) Project R...Akshit Arora
ย 
A NOVEL APPROACH TO SMOOTHING ON 3D STRUCTURED ADAPTIVE MESH OF THE KINECT-BA...
A NOVEL APPROACH TO SMOOTHING ON 3D STRUCTURED ADAPTIVE MESH OF THE KINECT-BA...A NOVEL APPROACH TO SMOOTHING ON 3D STRUCTURED ADAPTIVE MESH OF THE KINECT-BA...
A NOVEL APPROACH TO SMOOTHING ON 3D STRUCTURED ADAPTIVE MESH OF THE KINECT-BA...csandit
ย 
A STUDY AND ANALYSIS OF DIFFERENT EDGE DETECTION TECHNIQUES
A STUDY AND ANALYSIS OF DIFFERENT EDGE DETECTION TECHNIQUESA STUDY AND ANALYSIS OF DIFFERENT EDGE DETECTION TECHNIQUES
A STUDY AND ANALYSIS OF DIFFERENT EDGE DETECTION TECHNIQUEScscpconf
ย 
Image Registration using NSCT and Invariant Moment
Image Registration using NSCT and Invariant MomentImage Registration using NSCT and Invariant Moment
Image Registration using NSCT and Invariant MomentCSCJournals
ย 
A combined method of fractal and glcm features for mri and ct scan images cla...
A combined method of fractal and glcm features for mri and ct scan images cla...A combined method of fractal and glcm features for mri and ct scan images cla...
A combined method of fractal and glcm features for mri and ct scan images cla...sipij
ย 
Two-dimensional Block of Spatial Convolution Algorithm and Simulation
Two-dimensional Block of Spatial Convolution Algorithm and SimulationTwo-dimensional Block of Spatial Convolution Algorithm and Simulation
Two-dimensional Block of Spatial Convolution Algorithm and SimulationCSCJournals
ย 
Feature extraction based retrieval of
Feature extraction based retrieval ofFeature extraction based retrieval of
Feature extraction based retrieval ofijcsity
ย 
Developing 3D Viewing Model from 2D Stereo Pair with its Occlusion Ratio
Developing 3D Viewing Model from 2D Stereo Pair with its Occlusion RatioDeveloping 3D Viewing Model from 2D Stereo Pair with its Occlusion Ratio
Developing 3D Viewing Model from 2D Stereo Pair with its Occlusion RatioCSCJournals
ย 

What's hot (20)

Video Segmentation
Video SegmentationVideo Segmentation
Video Segmentation
ย 
Presentation on deformable model for medical image segmentation
Presentation on deformable model for medical image segmentationPresentation on deformable model for medical image segmentation
Presentation on deformable model for medical image segmentation
ย 
SEGMENTATION AND CLASSIFICATION OF POINT CLOUDS FROM DENSE AERIAL IMAGE MATCHING
SEGMENTATION AND CLASSIFICATION OF POINT CLOUDS FROM DENSE AERIAL IMAGE MATCHINGSEGMENTATION AND CLASSIFICATION OF POINT CLOUDS FROM DENSE AERIAL IMAGE MATCHING
SEGMENTATION AND CLASSIFICATION OF POINT CLOUDS FROM DENSE AERIAL IMAGE MATCHING
ย 
Importance of Mean Shift in Remote Sensing Segmentation
Importance of Mean Shift in Remote Sensing SegmentationImportance of Mean Shift in Remote Sensing Segmentation
Importance of Mean Shift in Remote Sensing Segmentation
ย 
Im seg04
Im seg04Im seg04
Im seg04
ย 
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)
ย 
IMAGE SEGMENTATION TECHNIQUES
IMAGE SEGMENTATION TECHNIQUESIMAGE SEGMENTATION TECHNIQUES
IMAGE SEGMENTATION TECHNIQUES
ย 
REGION CLASSIFICATION BASED IMAGE DENOISING USING SHEARLET AND WAVELET TRANSF...
REGION CLASSIFICATION BASED IMAGE DENOISING USING SHEARLET AND WAVELET TRANSF...REGION CLASSIFICATION BASED IMAGE DENOISING USING SHEARLET AND WAVELET TRANSF...
REGION CLASSIFICATION BASED IMAGE DENOISING USING SHEARLET AND WAVELET TRANSF...
ย 
Image segmentation
Image segmentationImage segmentation
Image segmentation
ย 
ICSE03
ICSE03ICSE03
ICSE03
ย 
Gabor Filter
Gabor FilterGabor Filter
Gabor Filter
ย 
An Efficient Algorithm for the Segmentation of Astronomical Images
An Efficient Algorithm for the Segmentation of Astronomical  ImagesAn Efficient Algorithm for the Segmentation of Astronomical  Images
An Efficient Algorithm for the Segmentation of Astronomical Images
ย 
Image Segmentation using Otsu's Method - Computer Graphics (UCS505) Project R...
Image Segmentation using Otsu's Method - Computer Graphics (UCS505) Project R...Image Segmentation using Otsu's Method - Computer Graphics (UCS505) Project R...
Image Segmentation using Otsu's Method - Computer Graphics (UCS505) Project R...
ย 
A NOVEL APPROACH TO SMOOTHING ON 3D STRUCTURED ADAPTIVE MESH OF THE KINECT-BA...
A NOVEL APPROACH TO SMOOTHING ON 3D STRUCTURED ADAPTIVE MESH OF THE KINECT-BA...A NOVEL APPROACH TO SMOOTHING ON 3D STRUCTURED ADAPTIVE MESH OF THE KINECT-BA...
A NOVEL APPROACH TO SMOOTHING ON 3D STRUCTURED ADAPTIVE MESH OF THE KINECT-BA...
ย 
A STUDY AND ANALYSIS OF DIFFERENT EDGE DETECTION TECHNIQUES
A STUDY AND ANALYSIS OF DIFFERENT EDGE DETECTION TECHNIQUESA STUDY AND ANALYSIS OF DIFFERENT EDGE DETECTION TECHNIQUES
A STUDY AND ANALYSIS OF DIFFERENT EDGE DETECTION TECHNIQUES
ย 
Image Registration using NSCT and Invariant Moment
Image Registration using NSCT and Invariant MomentImage Registration using NSCT and Invariant Moment
Image Registration using NSCT and Invariant Moment
ย 
A combined method of fractal and glcm features for mri and ct scan images cla...
A combined method of fractal and glcm features for mri and ct scan images cla...A combined method of fractal and glcm features for mri and ct scan images cla...
A combined method of fractal and glcm features for mri and ct scan images cla...
ย 
Two-dimensional Block of Spatial Convolution Algorithm and Simulation
Two-dimensional Block of Spatial Convolution Algorithm and SimulationTwo-dimensional Block of Spatial Convolution Algorithm and Simulation
Two-dimensional Block of Spatial Convolution Algorithm and Simulation
ย 
Feature extraction based retrieval of
Feature extraction based retrieval ofFeature extraction based retrieval of
Feature extraction based retrieval of
ย 
Developing 3D Viewing Model from 2D Stereo Pair with its Occlusion Ratio
Developing 3D Viewing Model from 2D Stereo Pair with its Occlusion RatioDeveloping 3D Viewing Model from 2D Stereo Pair with its Occlusion Ratio
Developing 3D Viewing Model from 2D Stereo Pair with its Occlusion Ratio
ย 

Viewers also liked

Image Analysis for Ethiopian Coffee Plant Diseases Identification
Image Analysis for Ethiopian Coffee Plant Diseases IdentificationImage Analysis for Ethiopian Coffee Plant Diseases Identification
Image Analysis for Ethiopian Coffee Plant Diseases IdentificationCSCJournals
ย 
An android based advisor system for efficient vehicle driving directions
An android based advisor system for efficient vehicle driving directionsAn android based advisor system for efficient vehicle driving directions
An android based advisor system for efficient vehicle driving directionseSAT Publishing House
ย 
Ber analysis of wi max in multipath fading channels
Ber analysis of wi max in multipath fading channelsBer analysis of wi max in multipath fading channels
Ber analysis of wi max in multipath fading channelseSAT Publishing House
ย 
Design of file system architecture with cluster
Design of file system architecture with clusterDesign of file system architecture with cluster
Design of file system architecture with clustereSAT Publishing House
ย 
Secure data dissemination protocol in wireless sensor networks using xor netw...
Secure data dissemination protocol in wireless sensor networks using xor netw...Secure data dissemination protocol in wireless sensor networks using xor netw...
Secure data dissemination protocol in wireless sensor networks using xor netw...eSAT Publishing House
ย 
Comparative study of slot loaded rectangular and triangular microstrip array ...
Comparative study of slot loaded rectangular and triangular microstrip array ...Comparative study of slot loaded rectangular and triangular microstrip array ...
Comparative study of slot loaded rectangular and triangular microstrip array ...eSAT Publishing House
ย 
Energy efficient ccrvc scheme for secure communications in mobile ad hoc netw...
Energy efficient ccrvc scheme for secure communications in mobile ad hoc netw...Energy efficient ccrvc scheme for secure communications in mobile ad hoc netw...
Energy efficient ccrvc scheme for secure communications in mobile ad hoc netw...eSAT Publishing House
ย 
Limiting the energy drain in wireless ad hoc sensor networks
Limiting the energy drain in wireless ad hoc sensor networksLimiting the energy drain in wireless ad hoc sensor networks
Limiting the energy drain in wireless ad hoc sensor networkseSAT Publishing House
ย 
Pi controller based of multi level upqc using dq0 transformation to improve p...
Pi controller based of multi level upqc using dq0 transformation to improve p...Pi controller based of multi level upqc using dq0 transformation to improve p...
Pi controller based of multi level upqc using dq0 transformation to improve p...eSAT Publishing House
ย 
Fpga based 128 bit customised vliw processor for executing dual scalarvector ...
Fpga based 128 bit customised vliw processor for executing dual scalarvector ...Fpga based 128 bit customised vliw processor for executing dual scalarvector ...
Fpga based 128 bit customised vliw processor for executing dual scalarvector ...eSAT Publishing House
ย 
A comprehensive study of mining web data
A comprehensive study of mining web dataA comprehensive study of mining web data
A comprehensive study of mining web dataeSAT Publishing House
ย 
Hydrostatic transmission as an alternative to conventional gearbox
Hydrostatic transmission as an alternative to conventional gearboxHydrostatic transmission as an alternative to conventional gearbox
Hydrostatic transmission as an alternative to conventional gearboxeSAT Publishing House
ย 
Reconfigurable and versatile bil rc architecture
Reconfigurable and versatile bil rc architectureReconfigurable and versatile bil rc architecture
Reconfigurable and versatile bil rc architectureeSAT Publishing House
ย 
A over damped person identification system using emg signal
A over damped person identification system using emg signalA over damped person identification system using emg signal
A over damped person identification system using emg signaleSAT Publishing House
ย 
Open domain question answering system using semantic role labeling
Open domain question answering system using semantic role labelingOpen domain question answering system using semantic role labeling
Open domain question answering system using semantic role labelingeSAT Publishing House
ย 
Investigation of various parameters on the
Investigation of various parameters on theInvestigation of various parameters on the
Investigation of various parameters on theeSAT Publishing House
ย 
Conception of a water level detector (tide gauge) based on a electromagnetic ...
Conception of a water level detector (tide gauge) based on a electromagnetic ...Conception of a water level detector (tide gauge) based on a electromagnetic ...
Conception of a water level detector (tide gauge) based on a electromagnetic ...eSAT Publishing House
ย 
Fabrication and mechanical properties of stir cast al si12 cub4c composites
Fabrication and mechanical properties of stir cast al si12 cub4c compositesFabrication and mechanical properties of stir cast al si12 cub4c composites
Fabrication and mechanical properties of stir cast al si12 cub4c compositeseSAT Publishing House
ย 
Localization based range map stitching in wireless sensor network under non l...
Localization based range map stitching in wireless sensor network under non l...Localization based range map stitching in wireless sensor network under non l...
Localization based range map stitching in wireless sensor network under non l...eSAT Publishing House
ย 
Study of fiber optic sensor using concrete beams
Study of fiber optic sensor using concrete beamsStudy of fiber optic sensor using concrete beams
Study of fiber optic sensor using concrete beamseSAT Publishing House
ย 

Viewers also liked (20)

Image Analysis for Ethiopian Coffee Plant Diseases Identification
Image Analysis for Ethiopian Coffee Plant Diseases IdentificationImage Analysis for Ethiopian Coffee Plant Diseases Identification
Image Analysis for Ethiopian Coffee Plant Diseases Identification
ย 
An android based advisor system for efficient vehicle driving directions
An android based advisor system for efficient vehicle driving directionsAn android based advisor system for efficient vehicle driving directions
An android based advisor system for efficient vehicle driving directions
ย 
Ber analysis of wi max in multipath fading channels
Ber analysis of wi max in multipath fading channelsBer analysis of wi max in multipath fading channels
Ber analysis of wi max in multipath fading channels
ย 
Design of file system architecture with cluster
Design of file system architecture with clusterDesign of file system architecture with cluster
Design of file system architecture with cluster
ย 
Secure data dissemination protocol in wireless sensor networks using xor netw...
Secure data dissemination protocol in wireless sensor networks using xor netw...Secure data dissemination protocol in wireless sensor networks using xor netw...
Secure data dissemination protocol in wireless sensor networks using xor netw...
ย 
Comparative study of slot loaded rectangular and triangular microstrip array ...
Comparative study of slot loaded rectangular and triangular microstrip array ...Comparative study of slot loaded rectangular and triangular microstrip array ...
Comparative study of slot loaded rectangular and triangular microstrip array ...
ย 
Energy efficient ccrvc scheme for secure communications in mobile ad hoc netw...
Energy efficient ccrvc scheme for secure communications in mobile ad hoc netw...Energy efficient ccrvc scheme for secure communications in mobile ad hoc netw...
Energy efficient ccrvc scheme for secure communications in mobile ad hoc netw...
ย 
Limiting the energy drain in wireless ad hoc sensor networks
Limiting the energy drain in wireless ad hoc sensor networksLimiting the energy drain in wireless ad hoc sensor networks
Limiting the energy drain in wireless ad hoc sensor networks
ย 
Pi controller based of multi level upqc using dq0 transformation to improve p...
Pi controller based of multi level upqc using dq0 transformation to improve p...Pi controller based of multi level upqc using dq0 transformation to improve p...
Pi controller based of multi level upqc using dq0 transformation to improve p...
ย 
Fpga based 128 bit customised vliw processor for executing dual scalarvector ...
Fpga based 128 bit customised vliw processor for executing dual scalarvector ...Fpga based 128 bit customised vliw processor for executing dual scalarvector ...
Fpga based 128 bit customised vliw processor for executing dual scalarvector ...
ย 
A comprehensive study of mining web data
A comprehensive study of mining web dataA comprehensive study of mining web data
A comprehensive study of mining web data
ย 
Hydrostatic transmission as an alternative to conventional gearbox
Hydrostatic transmission as an alternative to conventional gearboxHydrostatic transmission as an alternative to conventional gearbox
Hydrostatic transmission as an alternative to conventional gearbox
ย 
Reconfigurable and versatile bil rc architecture
Reconfigurable and versatile bil rc architectureReconfigurable and versatile bil rc architecture
Reconfigurable and versatile bil rc architecture
ย 
A over damped person identification system using emg signal
A over damped person identification system using emg signalA over damped person identification system using emg signal
A over damped person identification system using emg signal
ย 
Open domain question answering system using semantic role labeling
Open domain question answering system using semantic role labelingOpen domain question answering system using semantic role labeling
Open domain question answering system using semantic role labeling
ย 
Investigation of various parameters on the
Investigation of various parameters on theInvestigation of various parameters on the
Investigation of various parameters on the
ย 
Conception of a water level detector (tide gauge) based on a electromagnetic ...
Conception of a water level detector (tide gauge) based on a electromagnetic ...Conception of a water level detector (tide gauge) based on a electromagnetic ...
Conception of a water level detector (tide gauge) based on a electromagnetic ...
ย 
Fabrication and mechanical properties of stir cast al si12 cub4c composites
Fabrication and mechanical properties of stir cast al si12 cub4c compositesFabrication and mechanical properties of stir cast al si12 cub4c composites
Fabrication and mechanical properties of stir cast al si12 cub4c composites
ย 
Localization based range map stitching in wireless sensor network under non l...
Localization based range map stitching in wireless sensor network under non l...Localization based range map stitching in wireless sensor network under non l...
Localization based range map stitching in wireless sensor network under non l...
ย 
Study of fiber optic sensor using concrete beams
Study of fiber optic sensor using concrete beamsStudy of fiber optic sensor using concrete beams
Study of fiber optic sensor using concrete beams
ย 

Similar to Bio medical image segmentation using marker controlled watershed algorithm a case study

Brain tumor segmentation using asymmetry based histogram thresholding and k m...
Brain tumor segmentation using asymmetry based histogram thresholding and k m...Brain tumor segmentation using asymmetry based histogram thresholding and k m...
Brain tumor segmentation using asymmetry based histogram thresholding and k m...eSAT Publishing House
ย 
Image fusion using nsct denoising and target extraction for visual surveillance
Image fusion using nsct denoising and target extraction for visual surveillanceImage fusion using nsct denoising and target extraction for visual surveillance
Image fusion using nsct denoising and target extraction for visual surveillanceeSAT Publishing House
ย 
Segmentation and Classification of MRI Brain Tumor
Segmentation and Classification of MRI Brain TumorSegmentation and Classification of MRI Brain Tumor
Segmentation and Classification of MRI Brain TumorIRJET Journal
ย 
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
ย 
Validation Study of Dimensionality Reduction Impact on Breast Cancer Classifi...
Validation Study of Dimensionality Reduction Impact on Breast Cancer Classifi...Validation Study of Dimensionality Reduction Impact on Breast Cancer Classifi...
Validation Study of Dimensionality Reduction Impact on Breast Cancer Classifi...ijcsit
ย 
Tropical Cyclone Determination using Infrared Satellite Image
Tropical Cyclone Determination using Infrared Satellite ImageTropical Cyclone Determination using Infrared Satellite Image
Tropical Cyclone Determination using Infrared Satellite Imageijtsrd
ย 
FACE RECOGNITION USING DIFFERENT LOCAL FEATURES WITH DIFFERENT DISTANCE TECHN...
FACE RECOGNITION USING DIFFERENT LOCAL FEATURES WITH DIFFERENT DISTANCE TECHN...FACE RECOGNITION USING DIFFERENT LOCAL FEATURES WITH DIFFERENT DISTANCE TECHN...
FACE RECOGNITION USING DIFFERENT LOCAL FEATURES WITH DIFFERENT DISTANCE TECHN...IJCSEIT Journal
ย 
Dynamic texture based traffic vehicle monitoring system
Dynamic texture based traffic vehicle monitoring systemDynamic texture based traffic vehicle monitoring system
Dynamic texture based traffic vehicle monitoring systemeSAT Journals
ย 
A novel predicate for active region merging in automatic image segmentation
A novel predicate for active region merging in automatic image segmentationA novel predicate for active region merging in automatic image segmentation
A novel predicate for active region merging in automatic image segmentationeSAT Publishing House
ย 
A novel predicate for active region merging in automatic image segmentation
A novel predicate for active region merging in automatic image segmentationA novel predicate for active region merging in automatic image segmentation
A novel predicate for active region merging in automatic image segmentationeSAT Journals
ย 
Method of Fracture Surface Matching Based on Mathematical Statistics
Method of Fracture Surface Matching Based on Mathematical StatisticsMethod of Fracture Surface Matching Based on Mathematical Statistics
Method of Fracture Surface Matching Based on Mathematical StatisticsIJRESJOURNAL
ย 
A comparison of image segmentation techniques, otsu and watershed for x ray i...
A comparison of image segmentation techniques, otsu and watershed for x ray i...A comparison of image segmentation techniques, otsu and watershed for x ray i...
A comparison of image segmentation techniques, otsu and watershed for x ray i...eSAT Journals
ย 
Fault diagnosis using genetic algorithms and principal curves
Fault diagnosis using genetic algorithms and principal curvesFault diagnosis using genetic algorithms and principal curves
Fault diagnosis using genetic algorithms and principal curveseSAT Journals
ย 
Application of normalized cross correlation to image registration
Application of normalized cross correlation to image registrationApplication of normalized cross correlation to image registration
Application of normalized cross correlation to image registrationeSAT Publishing House
ย 
Medical image analysis and processing using a dual transform
Medical image analysis and processing using a dual transformMedical image analysis and processing using a dual transform
Medical image analysis and processing using a dual transformeSAT Publishing House
ย 
Medical image analysis and processing using a dual transform
Medical image analysis and processing using a dual transformMedical image analysis and processing using a dual transform
Medical image analysis and processing using a dual transformeSAT Journals
ย 
Comparative performance analysis of segmentation techniques
Comparative performance analysis of segmentation techniquesComparative performance analysis of segmentation techniques
Comparative performance analysis of segmentation techniquesIAEME Publication
ย 
Fault diagnosis using genetic algorithms and
Fault diagnosis using genetic algorithms andFault diagnosis using genetic algorithms and
Fault diagnosis using genetic algorithms andeSAT Publishing House
ย 
Q UANTUM C LUSTERING -B ASED F EATURE SUBSET S ELECTION FOR MAMMOGRAPHIC I...
Q UANTUM  C LUSTERING -B ASED  F EATURE SUBSET  S ELECTION FOR MAMMOGRAPHIC I...Q UANTUM  C LUSTERING -B ASED  F EATURE SUBSET  S ELECTION FOR MAMMOGRAPHIC I...
Q UANTUM C LUSTERING -B ASED F EATURE SUBSET S ELECTION FOR MAMMOGRAPHIC I...ijcsit
ย 
Retinal blood vessel extraction and optical disc removal
Retinal blood vessel extraction and optical disc removalRetinal blood vessel extraction and optical disc removal
Retinal blood vessel extraction and optical disc removaleSAT Journals
ย 

Similar to Bio medical image segmentation using marker controlled watershed algorithm a case study (20)

Brain tumor segmentation using asymmetry based histogram thresholding and k m...
Brain tumor segmentation using asymmetry based histogram thresholding and k m...Brain tumor segmentation using asymmetry based histogram thresholding and k m...
Brain tumor segmentation using asymmetry based histogram thresholding and k m...
ย 
Image fusion using nsct denoising and target extraction for visual surveillance
Image fusion using nsct denoising and target extraction for visual surveillanceImage fusion using nsct denoising and target extraction for visual surveillance
Image fusion using nsct denoising and target extraction for visual surveillance
ย 
Segmentation and Classification of MRI Brain Tumor
Segmentation and Classification of MRI Brain TumorSegmentation and Classification of MRI Brain Tumor
Segmentation and Classification of MRI Brain Tumor
ย 
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
ย 
Validation Study of Dimensionality Reduction Impact on Breast Cancer Classifi...
Validation Study of Dimensionality Reduction Impact on Breast Cancer Classifi...Validation Study of Dimensionality Reduction Impact on Breast Cancer Classifi...
Validation Study of Dimensionality Reduction Impact on Breast Cancer Classifi...
ย 
Tropical Cyclone Determination using Infrared Satellite Image
Tropical Cyclone Determination using Infrared Satellite ImageTropical Cyclone Determination using Infrared Satellite Image
Tropical Cyclone Determination using Infrared Satellite Image
ย 
FACE RECOGNITION USING DIFFERENT LOCAL FEATURES WITH DIFFERENT DISTANCE TECHN...
FACE RECOGNITION USING DIFFERENT LOCAL FEATURES WITH DIFFERENT DISTANCE TECHN...FACE RECOGNITION USING DIFFERENT LOCAL FEATURES WITH DIFFERENT DISTANCE TECHN...
FACE RECOGNITION USING DIFFERENT LOCAL FEATURES WITH DIFFERENT DISTANCE TECHN...
ย 
Dynamic texture based traffic vehicle monitoring system
Dynamic texture based traffic vehicle monitoring systemDynamic texture based traffic vehicle monitoring system
Dynamic texture based traffic vehicle monitoring system
ย 
A novel predicate for active region merging in automatic image segmentation
A novel predicate for active region merging in automatic image segmentationA novel predicate for active region merging in automatic image segmentation
A novel predicate for active region merging in automatic image segmentation
ย 
A novel predicate for active region merging in automatic image segmentation
A novel predicate for active region merging in automatic image segmentationA novel predicate for active region merging in automatic image segmentation
A novel predicate for active region merging in automatic image segmentation
ย 
Method of Fracture Surface Matching Based on Mathematical Statistics
Method of Fracture Surface Matching Based on Mathematical StatisticsMethod of Fracture Surface Matching Based on Mathematical Statistics
Method of Fracture Surface Matching Based on Mathematical Statistics
ย 
A comparison of image segmentation techniques, otsu and watershed for x ray i...
A comparison of image segmentation techniques, otsu and watershed for x ray i...A comparison of image segmentation techniques, otsu and watershed for x ray i...
A comparison of image segmentation techniques, otsu and watershed for x ray i...
ย 
Fault diagnosis using genetic algorithms and principal curves
Fault diagnosis using genetic algorithms and principal curvesFault diagnosis using genetic algorithms and principal curves
Fault diagnosis using genetic algorithms and principal curves
ย 
Application of normalized cross correlation to image registration
Application of normalized cross correlation to image registrationApplication of normalized cross correlation to image registration
Application of normalized cross correlation to image registration
ย 
Medical image analysis and processing using a dual transform
Medical image analysis and processing using a dual transformMedical image analysis and processing using a dual transform
Medical image analysis and processing using a dual transform
ย 
Medical image analysis and processing using a dual transform
Medical image analysis and processing using a dual transformMedical image analysis and processing using a dual transform
Medical image analysis and processing using a dual transform
ย 
Comparative performance analysis of segmentation techniques
Comparative performance analysis of segmentation techniquesComparative performance analysis of segmentation techniques
Comparative performance analysis of segmentation techniques
ย 
Fault diagnosis using genetic algorithms and
Fault diagnosis using genetic algorithms andFault diagnosis using genetic algorithms and
Fault diagnosis using genetic algorithms and
ย 
Q UANTUM C LUSTERING -B ASED F EATURE SUBSET S ELECTION FOR MAMMOGRAPHIC I...
Q UANTUM  C LUSTERING -B ASED  F EATURE SUBSET  S ELECTION FOR MAMMOGRAPHIC I...Q UANTUM  C LUSTERING -B ASED  F EATURE SUBSET  S ELECTION FOR MAMMOGRAPHIC I...
Q UANTUM C LUSTERING -B ASED F EATURE SUBSET S ELECTION FOR MAMMOGRAPHIC I...
ย 
Retinal blood vessel extraction and optical disc removal
Retinal blood vessel extraction and optical disc removalRetinal blood vessel extraction and optical disc removal
Retinal blood vessel extraction and optical disc removal
ย 

More from eSAT Publishing House

Likely impacts of hudhud on the environment of visakhapatnam
Likely impacts of hudhud on the environment of visakhapatnamLikely impacts of hudhud on the environment of visakhapatnam
Likely impacts of hudhud on the environment of visakhapatnameSAT Publishing House
ย 
Impact of flood disaster in a drought prone area โ€“ case study of alampur vill...
Impact of flood disaster in a drought prone area โ€“ case study of alampur vill...Impact of flood disaster in a drought prone area โ€“ case study of alampur vill...
Impact of flood disaster in a drought prone area โ€“ case study of alampur vill...eSAT Publishing House
ย 
Hudhud cyclone โ€“ a severe disaster in visakhapatnam
Hudhud cyclone โ€“ a severe disaster in visakhapatnamHudhud cyclone โ€“ a severe disaster in visakhapatnam
Hudhud cyclone โ€“ a severe disaster in visakhapatnameSAT Publishing House
ย 
Groundwater investigation using geophysical methods a case study of pydibhim...
Groundwater investigation using geophysical methods  a case study of pydibhim...Groundwater investigation using geophysical methods  a case study of pydibhim...
Groundwater investigation using geophysical methods a case study of pydibhim...eSAT Publishing House
ย 
Flood related disasters concerned to urban flooding in bangalore, india
Flood related disasters concerned to urban flooding in bangalore, indiaFlood related disasters concerned to urban flooding in bangalore, india
Flood related disasters concerned to urban flooding in bangalore, indiaeSAT Publishing House
ย 
Enhancing post disaster recovery by optimal infrastructure capacity building
Enhancing post disaster recovery by optimal infrastructure capacity buildingEnhancing post disaster recovery by optimal infrastructure capacity building
Enhancing post disaster recovery by optimal infrastructure capacity buildingeSAT Publishing House
ย 
Effect of lintel and lintel band on the global performance of reinforced conc...
Effect of lintel and lintel band on the global performance of reinforced conc...Effect of lintel and lintel band on the global performance of reinforced conc...
Effect of lintel and lintel band on the global performance of reinforced conc...eSAT Publishing House
ย 
Wind damage to trees in the gitam university campus at visakhapatnam by cyclo...
Wind damage to trees in the gitam university campus at visakhapatnam by cyclo...Wind damage to trees in the gitam university campus at visakhapatnam by cyclo...
Wind damage to trees in the gitam university campus at visakhapatnam by cyclo...eSAT Publishing House
ย 
Wind damage to buildings, infrastrucuture and landscape elements along the be...
Wind damage to buildings, infrastrucuture and landscape elements along the be...Wind damage to buildings, infrastrucuture and landscape elements along the be...
Wind damage to buildings, infrastrucuture and landscape elements along the be...eSAT Publishing House
ย 
Shear strength of rc deep beam panels โ€“ a review
Shear strength of rc deep beam panels โ€“ a reviewShear strength of rc deep beam panels โ€“ a review
Shear strength of rc deep beam panels โ€“ a revieweSAT Publishing House
ย 
Role of voluntary teams of professional engineers in dissater management โ€“ ex...
Role of voluntary teams of professional engineers in dissater management โ€“ ex...Role of voluntary teams of professional engineers in dissater management โ€“ ex...
Role of voluntary teams of professional engineers in dissater management โ€“ ex...eSAT Publishing House
ย 
Risk analysis and environmental hazard management
Risk analysis and environmental hazard managementRisk analysis and environmental hazard management
Risk analysis and environmental hazard managementeSAT Publishing House
ย 
Review study on performance of seismically tested repaired shear walls
Review study on performance of seismically tested repaired shear wallsReview study on performance of seismically tested repaired shear walls
Review study on performance of seismically tested repaired shear wallseSAT Publishing House
ย 
Monitoring and assessment of air quality with reference to dust particles (pm...
Monitoring and assessment of air quality with reference to dust particles (pm...Monitoring and assessment of air quality with reference to dust particles (pm...
Monitoring and assessment of air quality with reference to dust particles (pm...eSAT Publishing House
ย 
Low cost wireless sensor networks and smartphone applications for disaster ma...
Low cost wireless sensor networks and smartphone applications for disaster ma...Low cost wireless sensor networks and smartphone applications for disaster ma...
Low cost wireless sensor networks and smartphone applications for disaster ma...eSAT Publishing House
ย 
Coastal zones โ€“ seismic vulnerability an analysis from east coast of india
Coastal zones โ€“ seismic vulnerability an analysis from east coast of indiaCoastal zones โ€“ seismic vulnerability an analysis from east coast of india
Coastal zones โ€“ seismic vulnerability an analysis from east coast of indiaeSAT Publishing House
ย 
Can fracture mechanics predict damage due disaster of structures
Can fracture mechanics predict damage due disaster of structuresCan fracture mechanics predict damage due disaster of structures
Can fracture mechanics predict damage due disaster of structureseSAT Publishing House
ย 
Assessment of seismic susceptibility of rc buildings
Assessment of seismic susceptibility of rc buildingsAssessment of seismic susceptibility of rc buildings
Assessment of seismic susceptibility of rc buildingseSAT Publishing House
ย 
A geophysical insight of earthquake occurred on 21 st may 2014 off paradip, b...
A geophysical insight of earthquake occurred on 21 st may 2014 off paradip, b...A geophysical insight of earthquake occurred on 21 st may 2014 off paradip, b...
A geophysical insight of earthquake occurred on 21 st may 2014 off paradip, b...eSAT Publishing House
ย 
Effect of hudhud cyclone on the development of visakhapatnam as smart and gre...
Effect of hudhud cyclone on the development of visakhapatnam as smart and gre...Effect of hudhud cyclone on the development of visakhapatnam as smart and gre...
Effect of hudhud cyclone on the development of visakhapatnam as smart and gre...eSAT Publishing House
ย 

More from eSAT Publishing House (20)

Likely impacts of hudhud on the environment of visakhapatnam
Likely impacts of hudhud on the environment of visakhapatnamLikely impacts of hudhud on the environment of visakhapatnam
Likely impacts of hudhud on the environment of visakhapatnam
ย 
Impact of flood disaster in a drought prone area โ€“ case study of alampur vill...
Impact of flood disaster in a drought prone area โ€“ case study of alampur vill...Impact of flood disaster in a drought prone area โ€“ case study of alampur vill...
Impact of flood disaster in a drought prone area โ€“ case study of alampur vill...
ย 
Hudhud cyclone โ€“ a severe disaster in visakhapatnam
Hudhud cyclone โ€“ a severe disaster in visakhapatnamHudhud cyclone โ€“ a severe disaster in visakhapatnam
Hudhud cyclone โ€“ a severe disaster in visakhapatnam
ย 
Groundwater investigation using geophysical methods a case study of pydibhim...
Groundwater investigation using geophysical methods  a case study of pydibhim...Groundwater investigation using geophysical methods  a case study of pydibhim...
Groundwater investigation using geophysical methods a case study of pydibhim...
ย 
Flood related disasters concerned to urban flooding in bangalore, india
Flood related disasters concerned to urban flooding in bangalore, indiaFlood related disasters concerned to urban flooding in bangalore, india
Flood related disasters concerned to urban flooding in bangalore, india
ย 
Enhancing post disaster recovery by optimal infrastructure capacity building
Enhancing post disaster recovery by optimal infrastructure capacity buildingEnhancing post disaster recovery by optimal infrastructure capacity building
Enhancing post disaster recovery by optimal infrastructure capacity building
ย 
Effect of lintel and lintel band on the global performance of reinforced conc...
Effect of lintel and lintel band on the global performance of reinforced conc...Effect of lintel and lintel band on the global performance of reinforced conc...
Effect of lintel and lintel band on the global performance of reinforced conc...
ย 
Wind damage to trees in the gitam university campus at visakhapatnam by cyclo...
Wind damage to trees in the gitam university campus at visakhapatnam by cyclo...Wind damage to trees in the gitam university campus at visakhapatnam by cyclo...
Wind damage to trees in the gitam university campus at visakhapatnam by cyclo...
ย 
Wind damage to buildings, infrastrucuture and landscape elements along the be...
Wind damage to buildings, infrastrucuture and landscape elements along the be...Wind damage to buildings, infrastrucuture and landscape elements along the be...
Wind damage to buildings, infrastrucuture and landscape elements along the be...
ย 
Shear strength of rc deep beam panels โ€“ a review
Shear strength of rc deep beam panels โ€“ a reviewShear strength of rc deep beam panels โ€“ a review
Shear strength of rc deep beam panels โ€“ a review
ย 
Role of voluntary teams of professional engineers in dissater management โ€“ ex...
Role of voluntary teams of professional engineers in dissater management โ€“ ex...Role of voluntary teams of professional engineers in dissater management โ€“ ex...
Role of voluntary teams of professional engineers in dissater management โ€“ ex...
ย 
Risk analysis and environmental hazard management
Risk analysis and environmental hazard managementRisk analysis and environmental hazard management
Risk analysis and environmental hazard management
ย 
Review study on performance of seismically tested repaired shear walls
Review study on performance of seismically tested repaired shear wallsReview study on performance of seismically tested repaired shear walls
Review study on performance of seismically tested repaired shear walls
ย 
Monitoring and assessment of air quality with reference to dust particles (pm...
Monitoring and assessment of air quality with reference to dust particles (pm...Monitoring and assessment of air quality with reference to dust particles (pm...
Monitoring and assessment of air quality with reference to dust particles (pm...
ย 
Low cost wireless sensor networks and smartphone applications for disaster ma...
Low cost wireless sensor networks and smartphone applications for disaster ma...Low cost wireless sensor networks and smartphone applications for disaster ma...
Low cost wireless sensor networks and smartphone applications for disaster ma...
ย 
Coastal zones โ€“ seismic vulnerability an analysis from east coast of india
Coastal zones โ€“ seismic vulnerability an analysis from east coast of indiaCoastal zones โ€“ seismic vulnerability an analysis from east coast of india
Coastal zones โ€“ seismic vulnerability an analysis from east coast of india
ย 
Can fracture mechanics predict damage due disaster of structures
Can fracture mechanics predict damage due disaster of structuresCan fracture mechanics predict damage due disaster of structures
Can fracture mechanics predict damage due disaster of structures
ย 
Assessment of seismic susceptibility of rc buildings
Assessment of seismic susceptibility of rc buildingsAssessment of seismic susceptibility of rc buildings
Assessment of seismic susceptibility of rc buildings
ย 
A geophysical insight of earthquake occurred on 21 st may 2014 off paradip, b...
A geophysical insight of earthquake occurred on 21 st may 2014 off paradip, b...A geophysical insight of earthquake occurred on 21 st may 2014 off paradip, b...
A geophysical insight of earthquake occurred on 21 st may 2014 off paradip, b...
ย 
Effect of hudhud cyclone on the development of visakhapatnam as smart and gre...
Effect of hudhud cyclone on the development of visakhapatnam as smart and gre...Effect of hudhud cyclone on the development of visakhapatnam as smart and gre...
Effect of hudhud cyclone on the development of visakhapatnam as smart and gre...
ย 

Recently uploaded

notes on Evolution Of Analytic Scalability.ppt
notes on Evolution Of Analytic Scalability.pptnotes on Evolution Of Analytic Scalability.ppt
notes on Evolution Of Analytic Scalability.pptMsecMca
ย 
Double Revolving field theory-how the rotor develops torque
Double Revolving field theory-how the rotor develops torqueDouble Revolving field theory-how the rotor develops torque
Double Revolving field theory-how the rotor develops torqueBhangaleSonal
ย 
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
ย 
Call Girls In Bangalore โ˜Ž 7737669865 ๐Ÿฅต Book Your One night Stand
Call Girls In Bangalore โ˜Ž 7737669865 ๐Ÿฅต Book Your One night StandCall Girls In Bangalore โ˜Ž 7737669865 ๐Ÿฅต Book Your One night Stand
Call Girls In Bangalore โ˜Ž 7737669865 ๐Ÿฅต Book Your One night Standamitlee9823
ย 
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
ย 
Unit 1 - Soil Classification and Compaction.pdf
Unit 1 - Soil Classification and Compaction.pdfUnit 1 - Soil Classification and Compaction.pdf
Unit 1 - Soil Classification and Compaction.pdfRagavanV2
ย 
Call Girls Wakad Call Me 7737669865 Budget Friendly No Advance Booking
Call Girls Wakad Call Me 7737669865 Budget Friendly No Advance BookingCall Girls Wakad Call Me 7737669865 Budget Friendly No Advance Booking
Call Girls Wakad Call Me 7737669865 Budget Friendly No Advance Bookingroncy bisnoi
ย 
University management System project report..pdf
University management System project report..pdfUniversity management System project report..pdf
University management System project report..pdfKamal Acharya
ย 
Call Now โ‰ฝ 9953056974 โ‰ผ๐Ÿ” Call Girls In New Ashok Nagar โ‰ผ๐Ÿ” Delhi door step de...
Call Now โ‰ฝ 9953056974 โ‰ผ๐Ÿ” Call Girls In New Ashok Nagar  โ‰ผ๐Ÿ” Delhi door step de...Call Now โ‰ฝ 9953056974 โ‰ผ๐Ÿ” Call Girls In New Ashok Nagar  โ‰ผ๐Ÿ” Delhi door step de...
Call Now โ‰ฝ 9953056974 โ‰ผ๐Ÿ” Call Girls In New Ashok Nagar โ‰ผ๐Ÿ” Delhi door step de...9953056974 Low Rate Call Girls In Saket, Delhi NCR
ย 
Double rodded leveling 1 pdf activity 01
Double rodded leveling 1 pdf activity 01Double rodded leveling 1 pdf activity 01
Double rodded leveling 1 pdf activity 01KreezheaRecto
ย 
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXssuser89054b
ย 
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...Call Girls in Nagpur High Profile
ย 
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
ย 
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
ย 
Bhosari ( Call Girls ) Pune 6297143586 Hot Model With Sexy Bhabi Ready For ...
Bhosari ( Call Girls ) Pune  6297143586  Hot Model With Sexy Bhabi Ready For ...Bhosari ( Call Girls ) Pune  6297143586  Hot Model With Sexy Bhabi Ready For ...
Bhosari ( Call Girls ) Pune 6297143586 Hot Model With Sexy Bhabi Ready For ...tanu pandey
ย 
PVC VS. FIBERGLASS (FRP) GRAVITY SEWER - UNI BELL
PVC VS. FIBERGLASS (FRP) GRAVITY SEWER - UNI BELLPVC VS. FIBERGLASS (FRP) GRAVITY SEWER - UNI BELL
PVC VS. FIBERGLASS (FRP) GRAVITY SEWER - UNI BELLManishPatel169454
ย 
chapter 5.pptx: drainage and irrigation engineering
chapter 5.pptx: drainage and irrigation engineeringchapter 5.pptx: drainage and irrigation engineering
chapter 5.pptx: drainage and irrigation engineeringmulugeta48
ย 

Recently uploaded (20)

notes on Evolution Of Analytic Scalability.ppt
notes on Evolution Of Analytic Scalability.pptnotes on Evolution Of Analytic Scalability.ppt
notes on Evolution Of Analytic Scalability.ppt
ย 
Double Revolving field theory-how the rotor develops torque
Double Revolving field theory-how the rotor develops torqueDouble Revolving field theory-how the rotor develops torque
Double Revolving field theory-how the rotor develops torque
ย 
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...
ย 
Call Girls In Bangalore โ˜Ž 7737669865 ๐Ÿฅต Book Your One night Stand
Call Girls In Bangalore โ˜Ž 7737669865 ๐Ÿฅต Book Your One night StandCall Girls In Bangalore โ˜Ž 7737669865 ๐Ÿฅต Book Your One night Stand
Call Girls In Bangalore โ˜Ž 7737669865 ๐Ÿฅต Book Your One night Stand
ย 
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
ย 
Unit 1 - Soil Classification and Compaction.pdf
Unit 1 - Soil Classification and Compaction.pdfUnit 1 - Soil Classification and Compaction.pdf
Unit 1 - Soil Classification and Compaction.pdf
ย 
Roadmap to Membership of RICS - Pathways and Routes
Roadmap to Membership of RICS - Pathways and RoutesRoadmap to Membership of RICS - Pathways and Routes
Roadmap to Membership of RICS - Pathways and Routes
ย 
Call Girls Wakad Call Me 7737669865 Budget Friendly No Advance Booking
Call Girls Wakad Call Me 7737669865 Budget Friendly No Advance BookingCall Girls Wakad Call Me 7737669865 Budget Friendly No Advance Booking
Call Girls Wakad Call Me 7737669865 Budget Friendly No Advance Booking
ย 
University management System project report..pdf
University management System project report..pdfUniversity management System project report..pdf
University management System project report..pdf
ย 
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 Now โ‰ฝ 9953056974 โ‰ผ๐Ÿ” Call Girls In New Ashok Nagar โ‰ผ๐Ÿ” Delhi door step de...
Call Now โ‰ฝ 9953056974 โ‰ผ๐Ÿ” Call Girls In New Ashok Nagar  โ‰ผ๐Ÿ” Delhi door step de...Call Now โ‰ฝ 9953056974 โ‰ผ๐Ÿ” Call Girls In New Ashok Nagar  โ‰ผ๐Ÿ” Delhi door step de...
Call Now โ‰ฝ 9953056974 โ‰ผ๐Ÿ” Call Girls In New Ashok Nagar โ‰ผ๐Ÿ” Delhi door step de...
ย 
Double rodded leveling 1 pdf activity 01
Double rodded leveling 1 pdf activity 01Double rodded leveling 1 pdf activity 01
Double rodded leveling 1 pdf activity 01
ย 
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
ย 
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...
ย 
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...
ย 
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, ...
ย 
Bhosari ( Call Girls ) Pune 6297143586 Hot Model With Sexy Bhabi Ready For ...
Bhosari ( Call Girls ) Pune  6297143586  Hot Model With Sexy Bhabi Ready For ...Bhosari ( Call Girls ) Pune  6297143586  Hot Model With Sexy Bhabi Ready For ...
Bhosari ( Call Girls ) Pune 6297143586 Hot Model With Sexy Bhabi Ready For ...
ย 
(INDIRA) Call Girl Meerut Call Now 8617697112 Meerut Escorts 24x7
(INDIRA) Call Girl Meerut Call Now 8617697112 Meerut Escorts 24x7(INDIRA) Call Girl Meerut Call Now 8617697112 Meerut Escorts 24x7
(INDIRA) Call Girl Meerut Call Now 8617697112 Meerut Escorts 24x7
ย 
PVC VS. FIBERGLASS (FRP) GRAVITY SEWER - UNI BELL
PVC VS. FIBERGLASS (FRP) GRAVITY SEWER - UNI BELLPVC VS. FIBERGLASS (FRP) GRAVITY SEWER - UNI BELL
PVC VS. FIBERGLASS (FRP) GRAVITY SEWER - UNI BELL
ย 
chapter 5.pptx: drainage and irrigation engineering
chapter 5.pptx: drainage and irrigation engineeringchapter 5.pptx: drainage and irrigation engineering
chapter 5.pptx: drainage and irrigation engineering
ย 

Bio medical image segmentation using marker controlled watershed algorithm a case study

  • 1. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 __________________________________________________________________________________________ Volume: 03 Special Issue: 03 | May-2014 | NCRIET-2014, Available @ http://www.ijret.org 26 BIO-MEDICAL IMAGE SEGMENTATION USING MARKER CONTROLLED WATERSHED ALGORITHM: A CASE STUDY Ravi S1 , A M Khan2 1 Research Scholar, Department of Electronics, Mangalore University, Mangalagangothri โ€“ 574 199 2 Professor and Chairman, Department of Electronics, Mangalore University, Mangalagangothri โ€“ 574 199 Abstract Image segmentation is a process in which the objects of interests are selected and separated from the total image to analyze and extract the required data. It is one of the image processing methods, which is widely open for research. Many algorithms have been proposed till date to improve the quality of segmentation and the best one is yet to design. Watershed algorithm is one such reliable approach to segment homogeneous regions in an image. It is superior to region growing method in terms of number of regions obtained after processing. In this paper a robust approach is discussed to improve, the primary drawback of watershed algorithm, over-segmentation. We discuss morphological marker controlled method and the use of gradient image for watershed algorithm to minimize over-segmentation. Keywords: Watershed Algorithm, Morphological Operation, Marker Controlled Watershed, Morphological Reconstruction, Image Segmentation. ------------------------------------------------------------------------***--------------------------------------------------------------------- 1. INTRODUCTION Image is two-dimensional light intensity function of spatial coordinates. If the intensity function and the spatial coordinates are finite and discretised, the image is said to be digital in nature. Processing of such digital image using a digital computer is called digital image processing[9]. There are three levels of image processing like low-level, mid-level and high level image processing. All these levels are concerned mainly in improving the quality of image for human visualization and to extract more information from the image. Among these, image segmentation is one such method which has been widely explored to enhance the quality of information available in the image[6]. Image segmentation can be done in three distinct ways; based on the intensity values (threshold based method), based on discontinuities in the image (edge based method), based on homogeneous regions present in the image (region based method)[10]. The said methods are the conventional methods used for segmentation. Among these, edge based method and region based methods are widely tested. Edge based method identifies the edges, which are basically sharp intensity transitions, local to a region, in the images and mark the pixel as boundary element. In contrast, region based method groups the pixels which share common characteristics to form homogeneous regions[1]. Region based segmentation can be done in two different ways as growing method and split & merge method. Region growing method is usually preferred for its reliable and robust output. Watershed algorithm is hybrid approach of โ€žgood characteristicsโ€Ÿ of edge based segmentation and region based segmentation[9] and hence gives better result than its parents. In this paper we discuss the theory of watershed transform and apply the algorithm for few test images for better understanding. We also discuss marker controlled approach using morphological operations to improve the quality of watershed algorithm and to overcome its drawback of over- segmentation. Morphological operations are the mathematical set theory operations that are very simple to use and mainly concerned with the ordering of the elements instead of the numerical values of members of the set[6]. This mathematical morphology when combined with the logical operations gives very good results in image processing for performing operations like blurring, sharpening reconstruction and so on[8]. Morphological operations are very much useful in watershed algorithm to construct dam between neighboring regions which is the key process in watershed algorithm. The paper is arranged as follows: section II highlights watershed algorithm, section III is on basic morphological operations, in section IV we discuss marker controlled watershed algorithm, in section V application of our algorithm is shown and in section VI results are discussed. 2. WATERSHED ALGORITHM The watershed algorithm includes the three basic segmentation approaches like threshold based, edge detection and region
  • 2. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 __________________________________________________________________________________________ Volume: 03 Special Issue: 03 | May-2014 | NCRIET-2014, Available @ http://www.ijret.org 27 based segmentation[1][2]and hence it provides more stable results than these methods individually. It uses morphological operations as well to set proper boundaries between adjacent regions and morphological operations are discussed in next section. To understand watershed algorithm it is to be known the following three โ€žpointsโ€Ÿ:[9] 1. Points belonging to regional minimum 2. Point of catchment basin / watershed lines. 3. Points at which water drop can more likely to occupy other than a specific watershed. The watershed lines are those single minimum values to which a drop of water falls with certainty. The gradient of the image is to be found before applying watershed. The characteristic of a pixel will be compared with the neighboring pixel and if found similar, the pixels are added to form a region. The process is carried out till edge of the region is found or the neighboring regions are above to merge. At this stage a dam is built to avoid the merging of two different regions. As a result, after testing all the pixels only the top of the dam is visible and is the resultant of segmentation of various regions in the test image. Let M1, M2, โ€ฆ,MR sets denoting the coordinates in the regional minima of an image g(x, y), where g(x, y) is the pixel value of coordinate (x, y). Let C(Mi) be the coordinates in the catchment basin associated with regional minimum Mi and let T[n] be the set of coordinates (s, t) for which g(s, t) < n and is given by T[n]= {(s ,t) | g(s, t) < n} Then the process of watershed algorithm is discussed as below: Step1:The boundary value of the pixels is to be found and the minimum value is to be noted The boundary values of the pixels of g(x,y) is to be found and the minimum value is to be assigned to Mi. Flooding is done by initializing n=min+1 Let Cn(Mi) as the coordinates in the catchment basin associated with minimum Mi that are flooded at stage n. Step2:Compute catchment basins. Compute Cn(Mi) = C(Mi) โˆฉT[n] Cn(Mi) = 1 ๐‘“๐‘œ๐‘Ÿ ๐‘ฅ, ๐‘ฆ โˆˆ ๐ถ ๐‘€๐‘– ๐‘Ž๐‘›๐‘‘๐‘Ž๐‘™๐‘ ๐‘œ ๐‘ฅ, ๐‘ฆ ๐‘๐‘’๐‘™๐‘œ๐‘›๐‘”๐‘ ๐‘ก๐‘œ๐‘‡[๐‘›] 0 ๐‘œ๐‘ก๐‘•๐‘’๐‘Ÿ๐‘ค๐‘–๐‘ ๐‘’ Let C[n] denote the union of the flooded catchment basins at stage n: C[n] = Cn(Mi) ๐‘… ๐‘–=1 Set n = n + 1. Step3:Derive the set of connected components Derive the set of connected components in T[n] denoting as Q. For each connected component q โˆˆ Q[n], there are three conditions: a. If connected components is empty it represents a new minimum is encountered. If ๐‘ž โˆฉ ๐ถ ๐‘› โˆ’ 1 is empty, connected component q is incorporated into C[n - 1] to form C[n] because it represents a new minimum is encountered. b. If connected components contains at least one connected component it means connected components lies within the catchment basin of some regional minimum. If ๐‘ž โˆฉ ๐ถ ๐‘› โˆ’ 1 contains one connected component of C[n - 1], connected component q is incorporated into C[n - 1] to form C[n] because it means q lies within the catchment basin of some regional minimum. c. If connected components contains more than one connected component it represents all or part of a ridge separating two or more catchment basins and set them as โ€œdamโ€. If ๐‘ž โˆฉ ๐ถ ๐‘› โˆ’ 1 contains more than one connected component of C[n- 1], it represents all or part of a ridge separating two or more catchment basins is encountered so that we have to find the points of ridge(s) and set them as โ€œdamโ€. Step4. Construct dam for all possible catchment basins. Construct C[n] using the values obtained for Cn(Mi) and c[n] Set n = n + 1. Step5. Repeat Step 3 and 4 until n reaches max + 1. 3. MORPHOLOGICAL OPERATIONS Mathematical morphology is a tool for extracting region shape[3]. It can also be used for pre-processing operations much like filters used in spatial filtering operations. Morphological operations are centered on set theory but, when used along with logical operations it makes it much simpler
  • 3. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 __________________________________________________________________________________________ Volume: 03 Special Issue: 03 | May-2014 | NCRIET-2014, Available @ http://www.ijret.org 28 than the conventional methods like convolution used in image processing[6]. It is based on ordering of the pixels instead of the numerical value of pixels. Morphological operations uses binary image of very small size called as structuring elements to process the test image. The structuring element works much like the spatial filters that are used in spatial domain processing[8]. Dilation and Erosion are the two fundamental operations that are used in morphological operations and any other morphological operation, like opening, closing, reconstruction etc., are the combination of these two operations[9]. Dilation: The dilation of an image A by structuring element B is defined as ๐ด โŠ• ๐ต = ๐‘ง| (๐ต) ๐‘ง โˆฉ ๐ด โ‰  โˆ… If set B is reflected about its origin and shifted by z, then the dilation of A by B is the set of all displacements z such that B^ and A have at least one common element. The dilation operation makes the boundary of the object to grow, to the extent decided by the shape and size of the structuring element. This effect is analogous to the smoothing operation performed in the spatial low pass filtering application. This operation is used to fill โ€žholesโ€Ÿ in the object of an image. The other consequence of performing the dilation operation is the blurring effect. Erosion: The erosion of an image A by structuring element B is defined as ๐ด โŠ– ๐ต = ๐‘ง| (๐ต) ๐‘ง โŠ† ๐ด The erosion of image A by structuring element B is the set of all points z such that the structuring element B is translated by z is a subset of the image. The erosion operation is contradictory to the dilation operation and it causes the boundary of the object to shrink and is decided by the shape and size of the structuring element. The thinning effect is equivalent to the spatial high pass filtering. The erosion operation removes those structures which are lesser in size than that of the structuring element. It can be used to remove the noisy โ€žconnectionโ€Ÿ between two objects in the image. Image reconstruction: Reconstruction is a morphological transformation that involves two images, a marker image and a mask image, and a structuring element. If G is the mask and F is the marker, the reconstruction of G from F, denoted RG(F), is defined by the following iterative procedures:[8] 1. Initialize h1to be the marker image, F. 2. Create the structuring element: B 3. Repeat: h k+1 = (h kโŠ• B)โˆฉ G until h k+1 ๏€ฝ๏€ h k ๏€ . 4. R G (F) = h k+1. Marker F must be a subset of G: FโŠ†G 4. MARKER CONTROL METHOD: The application of watershed algorithm is greatly influenced by the noise and other local irregularities in the image [5]. This leads to over-segmentation of regions to an extent that the segmented image itself looks like a noisy image most of the times and hence can be useless for diagnosing the abnormality by a doctor. This is the major drawback of watershed algorithm [6] [5][3][9]. To avoid this problem markers are used for segmentation. A marker is a connected component belonging to an image. The markers which are connected components do possess the same intensity values and are treated as regional minima. Markers can be classified as internal (foreground) or external (background) depending on its location from region of interest. The use of markers gives a priori knowledge about segmentation; this knowledge often consists in the number and the positions of the regions through the definition of some markers, and thus simplifies the problem of over- segmentation. The result of using markers is shown in section VI which clearly shows the improvement of segmentation over conventional watershed method. 5. IMPLEMENTATION We designed the algorithm by combining the watershed algorithm, morphological operations and by providing markers for better segmentation. The difference between the existing approach and ours is that we had used bigger size gradient filters compared to the filters used for conventional watershed algorithm. The methodology followed is given below. Fig-1: Flow chart of the proposed algorithm. 6. RESULTS AND DISCUSSION We had applied the above algorithm on MRI of brain and on mammogram images and compared with the conventional watershed algorithm and the result is given below. The first Read the image and convert it into suitable form Find out the gradient of the image using a bigger filter Apply morphological image reconstruction Calculate regional maxima in image Obtain foreground markers & background markers Apply watershed algorithm to get segmented result
  • 4. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 __________________________________________________________________________________________ Volume: 03 Special Issue: 03 | May-2014 | NCRIET-2014, Available @ http://www.ijret.org 29 column of image is the original test images; of which two corresponds to MRI of brain and other two are mammogram images. Second column of images is the output of conventional watershed algorithm, third column corresponds to output of the proposed method and fourth column is the result of overlapping third column on the first column. The results shown below are obtained using Matlab2013a with system configuration Inter(R) Pentium(R)4 ,CPU 2.80GHz, 1GB RAM, 32 bit OS. It is evident that the proposed algorithm gives better result than the conventional algorithm. The problem of over segmentation is overcome by applying markers on the gradient image. By declaring the internal and external markers we restrict the segmentation to a single object and the background. To carry out this segmentation we can use any of the approaches available but the watershed gives better result. Fig-2 First column: Original images; Second column: Conventional watershed output; Third column: Result of proposed algorithm; Fourth column: Output of proposed algorithm overlapped with original image. original image Waterhed Applied before smoothing original image Waterhed Applied before smoothing original image Waterhed Applied before smoothing original image Waterhed Applied before smoothing
  • 5. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 __________________________________________________________________________________________ Volume: 03 Special Issue: 03 | May-2014 | NCRIET-2014, Available @ http://www.ijret.org 30 We conclude that the proposed algorithm is superior to conventional algorithm in terms of over-segmentation. Despite of giving a good output the proposed algorithm in future it can still be improved to get accurate results by using mathematical transformations. 7. FUTURE WORKS We have observed that though there is considerable reduction in the over-segmentation, the obtained image is not ready-to- use for diagnosing since it fails to mark the boundary between adjacent regions that vary slightly in the intensities. One of the possible ways to overcome this is by extracting high frequency components in the images to give precise idea about markers. We are working on this to make the processed image ready to use at once the output is obtained. REFERENCES [1] Kostas Haris, Serafim N. Efstratiadis, NicosMaglaveras, and Aggelos K. Katsaggelos, โ€œHybrid Image Segmentation Using Watersheds and Fast Region Mergingโ€, IEEE Transactions On Image Processing, Vol. 7, No. 12, December 1998. [2] S. Beucher,,โ€The Watershed Transformation Applied to Image Segmentationโ€, Centre de MorphologieMathematique, Ecolos des Mines de Paris, France. [3] K. Parvati, B. S. Prakasa Rao and M. Mariya Das Image Segmentation Using Gray-Scale Morphology and Marker-Controlled Watershed Transformation Volume 2008, Article ID 384346, 8 pages, Hindawi Publishing Corporation Discrete Dynamics in Nature and Society. [4] SรฉbastienLefรจvre ,โ€œKnowledge from Markers in Watershed Segmentationโ€ LSIIT, CNRS / University Louis Pasteur - Strasbourg I Parcdโ€ŸInnovation, Bd Brant, BP 10413 67412 IllkirchCedex, France. [5] Amanpreetkaur, Ashish Verma, โ€œThe Marker-Based Watershed Segmentation โ€“A Reviewโ€ International Journal of Engineering and Innovative Technology (IJEIT), Volume 3, Issue 3, September 2013. [6] Ravi S and A M Khan, โ€œMorphological Operations for Image Processing: Understanding and its Applicationsโ€, Proc. 2nd National Conference on VLSI, Signal processing & Communications NCVSComs-2013, 11 -12th Dec. 2013. [7] Sameer Ruparelia, Implementation of Watershed Based Image Segmentation Algorithm in FPGA, Master Thesis Nr. 3256, Department of Parallel Systems, Institute of Parallel and Distributed Systems, Universitโ€ข atsstra, Stuttgart. [8] Marker Controlled Watershed Algorithm IPT, MatLab Documentation. [9] R.C Gonzalez and R.E. Woods, Chapter 9& 10; โ€žDigital Image Processingโ€Ÿ, third edition, PHI Publications, 2008. [10] S. Nagabhushana, โ€œComputer Vision and Image Processingโ€, New Age International Publishers, 2005. [11] http://www.mathworks.in