SlideShare a Scribd company logo
1 of 6
Download to read offline
Computer Engineering and Intelligent Systems                                                      www.iiste.org
ISSN 2222-1719 (Paper) ISSN 2222-2863 (Online)

Vol 2, No.3


A New Framework for Color Image Segmentation Using Watershed
                        Algorithm
                                                Ashwin Kumar#1,
                        1
                         Department of CSE, VITS, Karimnagar,JNTUH,Hyderabad, AP, INDIA
                                                 1
                                                     ashwinvrk@gmail.com


                                                 Pradeep Kumar2
                 2
                  Prof & HOD,Department of CSE, VITS, Karimnagar,JNTUH,Hyderabad, AP, INDIA
                                                 2
                                                  pkpuram@yahoo.com
Abstract
Image segmentation and its performance evaluation are very difficult but important problems in computer vision. A
major challenge in segmentation evaluation comes from the fundamental conflict between generality and objectivity.
The goal of image segmentation is to cluster pixels into salient image regions, i.e., regions corresponding to
individual surfaces, objects, or natural parts of objects. With the improvement of computer processing capabilities
and the increased application of color image, researchers are more concerned about color image segmentation. Color
image segmentation methods can be seen as an extension of the gray image segmentation method in the color
images, but many of the original gray image segmentation methods cannot be directly applied to color images. This
requires improving the method of original gray image segmentation method according to the color image which has
the feature of rich information or research a new image segmentation method it specially used in color image
segmentation.
This paper proposes a color image segmentation method of automatic seed region growing on basis of the region
with the combination of the watershed algorithm with seed region growing algorithm which based on the traditional
seed region growing algorithm.
Keywords: Watershed algorithm, Seed region growing.

1 INTRODUCTION
Image segmentation has been as widely applied as in almost every field that is related to image processing and
involved in miscellaneous image such as remote sensing image, medical image and traffic image etc. Due to the
important role that image segmentation technology has been playing in image processing, researches on image
segmentation algorithm have long been in existence ever since the twenties of the last century, of which those really
early and classical image segmentation algorithms including threshold-selection-based image segmentation
algorithm, area-based image segmentation algorithm and edge-detection-based image segmentation algorithm etc
are still popularly in use. While problems with these traditional algorithms are that they are either confronting with
feature extraction problem or disagreeing with a featured condition that there’re uncertainty and fuzziness with an
image (Peck, 2002). In order to solve these problems fundamentally so as to achieve a more extensive applicable
scope of the image segmentation algorithms, watershed algorithm is introduced into image segmentation as a
hotspot of modern image processing.
II. LITERATURE REVIEW
   Because the human eyes have adjustability for brightness, which we can only, identified dozens of Gray-scale at
any point of complex image, but can identify thousands of colors. Accordingly, with the rapid improvement of
computer processing capabilities, the color image processing is being more and more concerned by people
base(Peck, 2002) The color image segmentation is also widely used in many multimedia applications, for example;

                                                          41
Computer Engineering and Intelligent Systems                                                      www.iiste.org
ISSN 2222-1719 (Paper) ISSN 2222-2863 (Online)

Vol 2, No.3
in order to effectively scan large numbers of images and video data in digital libraries, they all need to be compiled
into a directory, sorting and storage, the color and texture are two most important features of information retrieval
based on its content in the images and video. Therefore, the color and texture segmentation is often used for
indexing and management of data; another example of multimedia applications is the dissemination of information
in the network (Ahmed, et al, 1998) At present, some image segmentation methods have achieved fairly good results
in some specific applications, but they always have a lot of limitations. For example, gray level threshold
segmentation is not suitable for images with complex objects; edge detecting method is difficult to get the wanted
border for the blurred images and the complex edge images.
In many pattern recognition and computer vision applications, the color information can be used to enhance the
image analysis process and improve segmentation results compared to gray-scale-based approaches. As a result,
great efforts have been made in recent years to investigate segmentation of color images due to demanding needs.
A. The methods for color image segmentation
   Specifically applied to the color image segmentation approach is not so much as for the gray-scale images, most
of proposed color image segmentation methods are the combination of the existing grayscale image segmentation
method on the basis of different color space.
   Commonly used for color image segmentation methods are histogram threshold, feature space clustering, region-
based approach, based on edge detection methods, fuzzy methods artificial neural network approach, based on
physical model methods, etc.
   Segmentation algorithms for monochrome images generally are based on one of two basic properties of gray-
scale values:
Discontinuity: The approach is to partition an image based on abrupt changes in gray-scale levels. The principal
areas of interest within this category are detection of isolated points, lines, and edges in an image.
Similarity: The principal approaches in this category are based on thresholding, region growing, and region
splitting/merging.
Segmentation of a color image using region growing along with watershed Algorithm.

   Here Region growing process is done with automatic seed selection process. Group similar components (such as,
pixels in an image, image frames in a video) to obtain a compact representation.


III. Proposed    Approach
A. Watershed Method (WS)
The watershed transform can be classified as a region-based segmentation approach. The intuitive idea underlying
this method comes from geography: it is that of a landscape or topographic relief which is flooded by water,
watersheds being the divide lines of the domains of attraction of rain falling over the region. An alternative approach
is to imagine the landscape being immersed in a lake, with holes pierced in local minima. Basins (also called
`catchment basins') will fill up with water starting at these local minima, and, at points where water coming from
different basins would meet, dams are built. When the water level has reached the highest peak in the landscape, the
process is stopped. As a result, the landscape is partitioned into regions or basins separated by dams, called
watershed lines or simply watersheds
The Watershed method, also called the watershed transform, is an image segmentation approach based on gray-scale
mathematical morphology, to the case of color or, more generally speaking, multi component images. Different
strategies are presented and a special attention is paid to the “bit mixing approach”. This method objectively maps
multi-dimensional data into a mono-dimensional space. In geography, a watershed is the ridge that divides areas
drained by different river systems. By viewing an image as a geological landscape, the watershed lines determine the
boundaries that separate image regions. In the topographic representation of an image I, the numerical value (i.e., the
gray tone) of each pixel stands for the evolution at this point. The watershed transform computes the catchments

                                                          42
Computer Engineering and Intelligent Systems                                                         www.iiste.org
ISSN 2222-1719 (Paper) ISSN 2222-2863 (Online)

Vol 2, No.3
basins and ridge lines, with catchment basins corresponding to image regions and ridge lines relating to region
boundaries.
   When simulating this process for image segmentation, two approaches may be used: either one first finds basins,
then watersheds by taking a set complement; or one computes a complete partition of the image into basins, and
subsequently finds the watersheds by boundary detection. To be more explicit, we will use the expression
`watershed transform' to denote a labeling of the image, such that all points of a given catchment basin have the
same unique label, and a special label, distinct from all the labels of the catchment basins, is assigned to all points of
the watersheds. An example of a simple image with its watershed transform is given in Fig. 1(a-b). We note in
passing that in practice one often does not apply the watershed transform to the original image, but to its
(morphological) gradient. This produces watersheds at the points of grey value discontinuity, as is commonly
desired in image segmentation.
The flow chart for the algorithm is as shown




B. Seed Region Growing Algorithm
Principle:

   The basic idea of region growing method is a collection of pixels with similar properties to form a region. The
steps are as follows:
   First, we need to find a seed pixel as a starting point for each of needed segmentation. And then merge the same
or similar property of pixel (Based on a pre-determined growing or similar formula to determine) with the seed pixel
around the seed pixel domain into the domain of seed pixel. These new pixels as a new seed pixel to continue the
above process until no more pixels that satisfy the condition can be included.
   In the practical application of this method we need to address three questions:
a) Chose or determined a group of seed pixel which can correctly represent the required region;
b) Fixed the formula which can contain the adjacent pixels in the growth;
c) Made rules or conditions to stop the growth process.
The seed region growing algorithm is proposed by Adams and Bischof, Metmert and Jackway further described the
dependency relationship between pixels in the seed growth:
a) The first order of dependence occurs when the number of pixels has the same difference ratio as their vicinity.
b) The second order of dependence occurs when a pixels has the same difference ratio as their vicinity
Experiment Results:         Original input image

                                                           43
Computer Engineering and Intelligent Systems                                                      www.iiste.org
ISSN 2222-1719 (Paper) ISSN 2222-2863 (Online)

Vol 2, No.3




Figure 1. :     Original input image
Description for the above figure :This is original image given as input to start the segmentation process




Figure 2. : Modulated Intensity Gradient Image
Description for the above figure : The first output image is the Modulated Intensity Gradient Image.This image is
obtained by erosion and dilation operations; this image is used for the boundary extraction.




Figure 3. : Texture Gradient Image
Description for the above figure : Second output image is Texture Gradient image. This is used for the extraction of
the connected components of the image.



                                                         44
Computer Engineering and Intelligent Systems                                                 www.iiste.org
ISSN 2222-1719 (Paper) ISSN 2222-2863 (Online)

Vol 2, No.3




Figure 4. : Gradient image




Figure 5. :Total gradient image is input of the watershed algorithm,
Description for the above figure: Now this total gradient image is input of the watershed algorithm, The initial
segmented image is as shown




                                                         45
Computer Engineering and Intelligent Systems                                                      www.iiste.org
ISSN 2222-1719 (Paper) ISSN 2222-2863 (Online)

Vol 2, No.3
Figure 6. : output from watershed algorithm

Conclusion:

    The application of image processing has widely been applied in our life, in which the digital image processing
technology is widely used in all aspects of life. Image segmentation is a key step for transition to the image analysis
as low-level processing in digital image processing.
   For a long time, all kinds of image segmentation methods are dedicated to the study of the gray image, with the
improvement of computer processing capabilities and the increased application of color image, the color image
segmentation are more and more concerned by the researchers. Color image segmentation methods can be seen as an
extension of the gray image segmentation method in the color images, but many of the original gray image
segmentation methods can not be directly applied to color images. This requires to improve the method of original
gray image segmentation method according to the color image have the feature of rich information or research a new
image segmentation methods which specially used in color image segmentation, and thus it is a goal of the
researcher to make it have the advantage of universal property and good treatment effect.




References:


Ahmed, J., V.T. Coppola, and D.S. Bernstein (1998), “Segmentation of Blood Cells Image Based on Support Vector
Machines Control, and Dynamics”, p. 684-691.
Kwon. D et al.(2007), “An Image Segmentation Method Based on Improved Watershed Algorithm and Region
Merging,” IEEE Trans Circuits and Syst. Video Technol., Vol. 17, pp. 517 - 529, May 2007.
Matlab    implementation (watershed)    (a    sequential     algorithm   introduced                 by      introduced
byF.Meyer): MATLABR2008atoolboximagesimagesprivatewatershed_meyer.cpp
Nicole. R, “Study on the matlab segmentation image segmentation,” J. Name Stand. Abbrev., in press.
Peck, M.A Cell (2002) “Image Segmentation of Gastric Cancer Based on Region-Growing and Watersheds”..
Quebec City, Que.: Univelt Inc.
Shafarenko.L, M. Petrou, and J. Kittler, (1997), "Automatic watershed segmentation of randomly textured color
images," IEEE Trans. on Image Processing, vol. 6, pp. 1530-1544, November 1997




                                                          46

More Related Content

What's hot

Automated Colorization of Grayscale Images Using Texture Descriptors
Automated Colorization of Grayscale Images Using Texture DescriptorsAutomated Colorization of Grayscale Images Using Texture Descriptors
Automated Colorization of Grayscale Images Using Texture DescriptorsIDES Editor
 
Research Inventy : International Journal of Engineering and Science
Research Inventy : International Journal of Engineering and ScienceResearch Inventy : International Journal of Engineering and Science
Research Inventy : International Journal of Engineering and Scienceresearchinventy
 
An Improved Way of Segmentation and Classification of Remote Sensing Images U...
An Improved Way of Segmentation and Classification of Remote Sensing Images U...An Improved Way of Segmentation and Classification of Remote Sensing Images U...
An Improved Way of Segmentation and Classification of Remote Sensing Images U...ijsrd.com
 
A Review on Image Segmentation using Clustering and Swarm Optimization Techni...
A Review on Image Segmentation using Clustering and Swarm Optimization Techni...A Review on Image Segmentation using Clustering and Swarm Optimization Techni...
A Review on Image Segmentation using Clustering and Swarm Optimization Techni...IJSRD
 
OBJECT SEGMENTATION USING MULTISCALE MORPHOLOGICAL OPERATIONS
OBJECT SEGMENTATION USING MULTISCALE MORPHOLOGICAL OPERATIONSOBJECT SEGMENTATION USING MULTISCALE MORPHOLOGICAL OPERATIONS
OBJECT SEGMENTATION USING MULTISCALE MORPHOLOGICAL OPERATIONSijcseit
 
Automatic dominant region segmentation for natural images
Automatic dominant region segmentation for natural imagesAutomatic dominant region segmentation for natural images
Automatic dominant region segmentation for natural imagescsandit
 
Massive Regional Texture Extraction for Aerial and Natural Images
Massive Regional Texture Extraction for Aerial and Natural ImagesMassive Regional Texture Extraction for Aerial and Natural Images
Massive Regional Texture Extraction for Aerial and Natural ImagesIOSR Journals
 
A comparative study on content based image retrieval methods
A comparative study on content based image retrieval methodsA comparative study on content based image retrieval methods
A comparative study on content based image retrieval methodsIJLT EMAS
 
Content-based Image Retrieval Using The knowledge of Color, Texture in Binary...
Content-based Image Retrieval Using The knowledge of Color, Texture in Binary...Content-based Image Retrieval Using The knowledge of Color, Texture in Binary...
Content-based Image Retrieval Using The knowledge of Color, Texture in Binary...Zahra Mansoori
 
MMFO: modified moth flame optimization algorithm for region based RGB color i...
MMFO: modified moth flame optimization algorithm for region based RGB color i...MMFO: modified moth flame optimization algorithm for region based RGB color i...
MMFO: modified moth flame optimization algorithm for region based RGB color i...IJECEIAES
 
A Survey of Image Segmentation based on Artificial Intelligence and Evolution...
A Survey of Image Segmentation based on Artificial Intelligence and Evolution...A Survey of Image Segmentation based on Artificial Intelligence and Evolution...
A Survey of Image Segmentation based on Artificial Intelligence and Evolution...IOSR Journals
 
Ijaems apr-2016-16 Active Learning Method for Interactive Image Retrieval
Ijaems apr-2016-16 Active Learning Method for Interactive Image RetrievalIjaems apr-2016-16 Active Learning Method for Interactive Image Retrieval
Ijaems apr-2016-16 Active Learning Method for Interactive Image RetrievalINFOGAIN PUBLICATION
 
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
 

What's hot (18)

Automated Colorization of Grayscale Images Using Texture Descriptors
Automated Colorization of Grayscale Images Using Texture DescriptorsAutomated Colorization of Grayscale Images Using Texture Descriptors
Automated Colorization of Grayscale Images Using Texture Descriptors
 
Research Inventy : International Journal of Engineering and Science
Research Inventy : International Journal of Engineering and ScienceResearch Inventy : International Journal of Engineering and Science
Research Inventy : International Journal of Engineering and Science
 
Ac03401600163.
Ac03401600163.Ac03401600163.
Ac03401600163.
 
An Improved Way of Segmentation and Classification of Remote Sensing Images U...
An Improved Way of Segmentation and Classification of Remote Sensing Images U...An Improved Way of Segmentation and Classification of Remote Sensing Images U...
An Improved Way of Segmentation and Classification of Remote Sensing Images U...
 
A Review on Image Segmentation using Clustering and Swarm Optimization Techni...
A Review on Image Segmentation using Clustering and Swarm Optimization Techni...A Review on Image Segmentation using Clustering and Swarm Optimization Techni...
A Review on Image Segmentation using Clustering and Swarm Optimization Techni...
 
OBJECT SEGMENTATION USING MULTISCALE MORPHOLOGICAL OPERATIONS
OBJECT SEGMENTATION USING MULTISCALE MORPHOLOGICAL OPERATIONSOBJECT SEGMENTATION USING MULTISCALE MORPHOLOGICAL OPERATIONS
OBJECT SEGMENTATION USING MULTISCALE MORPHOLOGICAL OPERATIONS
 
Automatic dominant region segmentation for natural images
Automatic dominant region segmentation for natural imagesAutomatic dominant region segmentation for natural images
Automatic dominant region segmentation for natural images
 
Massive Regional Texture Extraction for Aerial and Natural Images
Massive Regional Texture Extraction for Aerial and Natural ImagesMassive Regional Texture Extraction for Aerial and Natural Images
Massive Regional Texture Extraction for Aerial and Natural Images
 
50320140502001 2
50320140502001 250320140502001 2
50320140502001 2
 
93 98
93 9893 98
93 98
 
A comparative study on content based image retrieval methods
A comparative study on content based image retrieval methodsA comparative study on content based image retrieval methods
A comparative study on content based image retrieval methods
 
B01460713
B01460713B01460713
B01460713
 
Content-based Image Retrieval Using The knowledge of Color, Texture in Binary...
Content-based Image Retrieval Using The knowledge of Color, Texture in Binary...Content-based Image Retrieval Using The knowledge of Color, Texture in Binary...
Content-based Image Retrieval Using The knowledge of Color, Texture in Binary...
 
MMFO: modified moth flame optimization algorithm for region based RGB color i...
MMFO: modified moth flame optimization algorithm for region based RGB color i...MMFO: modified moth flame optimization algorithm for region based RGB color i...
MMFO: modified moth flame optimization algorithm for region based RGB color i...
 
A Survey of Image Segmentation based on Artificial Intelligence and Evolution...
A Survey of Image Segmentation based on Artificial Intelligence and Evolution...A Survey of Image Segmentation based on Artificial Intelligence and Evolution...
A Survey of Image Segmentation based on Artificial Intelligence and Evolution...
 
Ijaems apr-2016-16 Active Learning Method for Interactive Image Retrieval
Ijaems apr-2016-16 Active Learning Method for Interactive Image RetrievalIjaems apr-2016-16 Active Learning Method for Interactive Image Retrieval
Ijaems apr-2016-16 Active Learning Method for Interactive Image Retrieval
 
116 121
116 121116 121
116 121
 
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
 

Viewers also liked

184715 integuments
184715 integuments184715 integuments
184715 integumentsYoAmoNYC
 
Green olympic games
Green olympic gamesGreen olympic games
Green olympic gamesgunforglory
 
Cleverwood Friday Session : Scrum What is it? (by Patrice Kerremans)
Cleverwood Friday Session : Scrum What is it? (by Patrice Kerremans)Cleverwood Friday Session : Scrum What is it? (by Patrice Kerremans)
Cleverwood Friday Session : Scrum What is it? (by Patrice Kerremans)Cleverwood Belgium
 
2009 Philly Search Camp Social Media ROI
2009 Philly Search Camp Social Media ROI2009 Philly Search Camp Social Media ROI
2009 Philly Search Camp Social Media ROISearchCamp Philly
 
SharePoint Highlights: Digitaal Forensisch Onderzoek met SharePoint, door Han...
SharePoint Highlights: Digitaal Forensisch Onderzoek met SharePoint, door Han...SharePoint Highlights: Digitaal Forensisch Onderzoek met SharePoint, door Han...
SharePoint Highlights: Digitaal Forensisch Onderzoek met SharePoint, door Han...Sparked
 
Payal b schools research climate
Payal b schools research climatePayal b schools research climate
Payal b schools research climatepratyush227
 

Viewers also liked (7)

Libertyvasion2010
Libertyvasion2010Libertyvasion2010
Libertyvasion2010
 
184715 integuments
184715 integuments184715 integuments
184715 integuments
 
Green olympic games
Green olympic gamesGreen olympic games
Green olympic games
 
Cleverwood Friday Session : Scrum What is it? (by Patrice Kerremans)
Cleverwood Friday Session : Scrum What is it? (by Patrice Kerremans)Cleverwood Friday Session : Scrum What is it? (by Patrice Kerremans)
Cleverwood Friday Session : Scrum What is it? (by Patrice Kerremans)
 
2009 Philly Search Camp Social Media ROI
2009 Philly Search Camp Social Media ROI2009 Philly Search Camp Social Media ROI
2009 Philly Search Camp Social Media ROI
 
SharePoint Highlights: Digitaal Forensisch Onderzoek met SharePoint, door Han...
SharePoint Highlights: Digitaal Forensisch Onderzoek met SharePoint, door Han...SharePoint Highlights: Digitaal Forensisch Onderzoek met SharePoint, door Han...
SharePoint Highlights: Digitaal Forensisch Onderzoek met SharePoint, door Han...
 
Payal b schools research climate
Payal b schools research climatePayal b schools research climate
Payal b schools research climate
 

Similar to New Framework for Color Image Segmentation

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
 
Image Segmentation Using Pairwise Correlation Clustering
Image Segmentation Using Pairwise Correlation ClusteringImage Segmentation Using Pairwise Correlation Clustering
Image Segmentation Using Pairwise Correlation ClusteringIJERA Editor
 
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
 
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
 
IRJET-A Review on Implementation of High Dimension Colour Transform in Domain...
IRJET-A Review on Implementation of High Dimension Colour Transform in Domain...IRJET-A Review on Implementation of High Dimension Colour Transform in Domain...
IRJET-A Review on Implementation of High Dimension Colour Transform in Domain...IRJET Journal
 
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
 
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
 
A Combined Model for Image Inpainting
A Combined Model for Image InpaintingA Combined Model for Image Inpainting
A Combined Model for Image Inpaintingiosrjce
 
Review of Image Segmentation Techniques based on Region Merging Approach
Review of Image Segmentation Techniques based on Region Merging ApproachReview of Image Segmentation Techniques based on Region Merging Approach
Review of Image Segmentation Techniques based on Region Merging ApproachEditor IJMTER
 
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
 
Multitude Regional Texture Extraction for Efficient Medical Image Segmentation
Multitude Regional Texture Extraction for Efficient Medical Image SegmentationMultitude Regional Texture Extraction for Efficient Medical Image Segmentation
Multitude Regional Texture Extraction for Efficient Medical Image Segmentationinventionjournals
 
Performance of Efficient Closed-Form Solution to Comprehensive Frontier Exposure
Performance of Efficient Closed-Form Solution to Comprehensive Frontier ExposurePerformance of Efficient Closed-Form Solution to Comprehensive Frontier Exposure
Performance of Efficient Closed-Form Solution to Comprehensive Frontier Exposureiosrjce
 
Performance analysis is basis on color based image retrieval technique
Performance analysis is basis on color based image retrieval techniquePerformance analysis is basis on color based image retrieval technique
Performance analysis is basis on color based image retrieval techniqueIAEME Publication
 
Performance analysis is basis on color based image retrieval technique
Performance analysis is basis on color based image retrieval techniquePerformance analysis is basis on color based image retrieval technique
Performance analysis is basis on color based image retrieval techniqueIAEME Publication
 

Similar to New Framework for Color Image Segmentation (20)

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
 
Image Segmentation Using Pairwise Correlation Clustering
Image Segmentation Using Pairwise Correlation ClusteringImage Segmentation Using Pairwise Correlation Clustering
Image Segmentation Using Pairwise Correlation Clustering
 
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)
 
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
 
IRJET-A Review on Implementation of High Dimension Colour Transform in Domain...
IRJET-A Review on Implementation of High Dimension Colour Transform in Domain...IRJET-A Review on Implementation of High Dimension Colour Transform in Domain...
IRJET-A Review on Implementation of High Dimension Colour Transform in Domain...
 
D04402024029
D04402024029D04402024029
D04402024029
 
154 158
154 158154 158
154 158
 
Ijetr021113
Ijetr021113Ijetr021113
Ijetr021113
 
Ijetr021113
Ijetr021113Ijetr021113
Ijetr021113
 
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)
 
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)
 
I017265357
I017265357I017265357
I017265357
 
A Combined Model for Image Inpainting
A Combined Model for Image InpaintingA Combined Model for Image Inpainting
A Combined Model for Image Inpainting
 
Review of Image Segmentation Techniques based on Region Merging Approach
Review of Image Segmentation Techniques based on Region Merging ApproachReview of Image Segmentation Techniques based on Region Merging Approach
Review of Image Segmentation Techniques based on Region Merging Approach
 
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
 
Multitude Regional Texture Extraction for Efficient Medical Image Segmentation
Multitude Regional Texture Extraction for Efficient Medical Image SegmentationMultitude Regional Texture Extraction for Efficient Medical Image Segmentation
Multitude Regional Texture Extraction for Efficient Medical Image Segmentation
 
Performance of Efficient Closed-Form Solution to Comprehensive Frontier Exposure
Performance of Efficient Closed-Form Solution to Comprehensive Frontier ExposurePerformance of Efficient Closed-Form Solution to Comprehensive Frontier Exposure
Performance of Efficient Closed-Form Solution to Comprehensive Frontier Exposure
 
I010634450
I010634450I010634450
I010634450
 
Performance analysis is basis on color based image retrieval technique
Performance analysis is basis on color based image retrieval techniquePerformance analysis is basis on color based image retrieval technique
Performance analysis is basis on color based image retrieval technique
 
Performance analysis is basis on color based image retrieval technique
Performance analysis is basis on color based image retrieval techniquePerformance analysis is basis on color based image retrieval technique
Performance analysis is basis on color based image retrieval technique
 

More from Alexander Decker

Abnormalities of hormones and inflammatory cytokines in women affected with p...
Abnormalities of hormones and inflammatory cytokines in women affected with p...Abnormalities of hormones and inflammatory cytokines in women affected with p...
Abnormalities of hormones and inflammatory cytokines in women affected with p...Alexander Decker
 
A validation of the adverse childhood experiences scale in
A validation of the adverse childhood experiences scale inA validation of the adverse childhood experiences scale in
A validation of the adverse childhood experiences scale inAlexander Decker
 
A usability evaluation framework for b2 c e commerce websites
A usability evaluation framework for b2 c e commerce websitesA usability evaluation framework for b2 c e commerce websites
A usability evaluation framework for b2 c e commerce websitesAlexander Decker
 
A universal model for managing the marketing executives in nigerian banks
A universal model for managing the marketing executives in nigerian banksA universal model for managing the marketing executives in nigerian banks
A universal model for managing the marketing executives in nigerian banksAlexander Decker
 
A unique common fixed point theorems in generalized d
A unique common fixed point theorems in generalized dA unique common fixed point theorems in generalized d
A unique common fixed point theorems in generalized dAlexander Decker
 
A trends of salmonella and antibiotic resistance
A trends of salmonella and antibiotic resistanceA trends of salmonella and antibiotic resistance
A trends of salmonella and antibiotic resistanceAlexander Decker
 
A transformational generative approach towards understanding al-istifham
A transformational  generative approach towards understanding al-istifhamA transformational  generative approach towards understanding al-istifham
A transformational generative approach towards understanding al-istifhamAlexander Decker
 
A time series analysis of the determinants of savings in namibia
A time series analysis of the determinants of savings in namibiaA time series analysis of the determinants of savings in namibia
A time series analysis of the determinants of savings in namibiaAlexander Decker
 
A therapy for physical and mental fitness of school children
A therapy for physical and mental fitness of school childrenA therapy for physical and mental fitness of school children
A therapy for physical and mental fitness of school childrenAlexander Decker
 
A theory of efficiency for managing the marketing executives in nigerian banks
A theory of efficiency for managing the marketing executives in nigerian banksA theory of efficiency for managing the marketing executives in nigerian banks
A theory of efficiency for managing the marketing executives in nigerian banksAlexander Decker
 
A systematic evaluation of link budget for
A systematic evaluation of link budget forA systematic evaluation of link budget for
A systematic evaluation of link budget forAlexander Decker
 
A synthetic review of contraceptive supplies in punjab
A synthetic review of contraceptive supplies in punjabA synthetic review of contraceptive supplies in punjab
A synthetic review of contraceptive supplies in punjabAlexander Decker
 
A synthesis of taylor’s and fayol’s management approaches for managing market...
A synthesis of taylor’s and fayol’s management approaches for managing market...A synthesis of taylor’s and fayol’s management approaches for managing market...
A synthesis of taylor’s and fayol’s management approaches for managing market...Alexander Decker
 
A survey paper on sequence pattern mining with incremental
A survey paper on sequence pattern mining with incrementalA survey paper on sequence pattern mining with incremental
A survey paper on sequence pattern mining with incrementalAlexander Decker
 
A survey on live virtual machine migrations and its techniques
A survey on live virtual machine migrations and its techniquesA survey on live virtual machine migrations and its techniques
A survey on live virtual machine migrations and its techniquesAlexander Decker
 
A survey on data mining and analysis in hadoop and mongo db
A survey on data mining and analysis in hadoop and mongo dbA survey on data mining and analysis in hadoop and mongo db
A survey on data mining and analysis in hadoop and mongo dbAlexander Decker
 
A survey on challenges to the media cloud
A survey on challenges to the media cloudA survey on challenges to the media cloud
A survey on challenges to the media cloudAlexander Decker
 
A survey of provenance leveraged
A survey of provenance leveragedA survey of provenance leveraged
A survey of provenance leveragedAlexander Decker
 
A survey of private equity investments in kenya
A survey of private equity investments in kenyaA survey of private equity investments in kenya
A survey of private equity investments in kenyaAlexander Decker
 
A study to measures the financial health of
A study to measures the financial health ofA study to measures the financial health of
A study to measures the financial health ofAlexander Decker
 

More from Alexander Decker (20)

Abnormalities of hormones and inflammatory cytokines in women affected with p...
Abnormalities of hormones and inflammatory cytokines in women affected with p...Abnormalities of hormones and inflammatory cytokines in women affected with p...
Abnormalities of hormones and inflammatory cytokines in women affected with p...
 
A validation of the adverse childhood experiences scale in
A validation of the adverse childhood experiences scale inA validation of the adverse childhood experiences scale in
A validation of the adverse childhood experiences scale in
 
A usability evaluation framework for b2 c e commerce websites
A usability evaluation framework for b2 c e commerce websitesA usability evaluation framework for b2 c e commerce websites
A usability evaluation framework for b2 c e commerce websites
 
A universal model for managing the marketing executives in nigerian banks
A universal model for managing the marketing executives in nigerian banksA universal model for managing the marketing executives in nigerian banks
A universal model for managing the marketing executives in nigerian banks
 
A unique common fixed point theorems in generalized d
A unique common fixed point theorems in generalized dA unique common fixed point theorems in generalized d
A unique common fixed point theorems in generalized d
 
A trends of salmonella and antibiotic resistance
A trends of salmonella and antibiotic resistanceA trends of salmonella and antibiotic resistance
A trends of salmonella and antibiotic resistance
 
A transformational generative approach towards understanding al-istifham
A transformational  generative approach towards understanding al-istifhamA transformational  generative approach towards understanding al-istifham
A transformational generative approach towards understanding al-istifham
 
A time series analysis of the determinants of savings in namibia
A time series analysis of the determinants of savings in namibiaA time series analysis of the determinants of savings in namibia
A time series analysis of the determinants of savings in namibia
 
A therapy for physical and mental fitness of school children
A therapy for physical and mental fitness of school childrenA therapy for physical and mental fitness of school children
A therapy for physical and mental fitness of school children
 
A theory of efficiency for managing the marketing executives in nigerian banks
A theory of efficiency for managing the marketing executives in nigerian banksA theory of efficiency for managing the marketing executives in nigerian banks
A theory of efficiency for managing the marketing executives in nigerian banks
 
A systematic evaluation of link budget for
A systematic evaluation of link budget forA systematic evaluation of link budget for
A systematic evaluation of link budget for
 
A synthetic review of contraceptive supplies in punjab
A synthetic review of contraceptive supplies in punjabA synthetic review of contraceptive supplies in punjab
A synthetic review of contraceptive supplies in punjab
 
A synthesis of taylor’s and fayol’s management approaches for managing market...
A synthesis of taylor’s and fayol’s management approaches for managing market...A synthesis of taylor’s and fayol’s management approaches for managing market...
A synthesis of taylor’s and fayol’s management approaches for managing market...
 
A survey paper on sequence pattern mining with incremental
A survey paper on sequence pattern mining with incrementalA survey paper on sequence pattern mining with incremental
A survey paper on sequence pattern mining with incremental
 
A survey on live virtual machine migrations and its techniques
A survey on live virtual machine migrations and its techniquesA survey on live virtual machine migrations and its techniques
A survey on live virtual machine migrations and its techniques
 
A survey on data mining and analysis in hadoop and mongo db
A survey on data mining and analysis in hadoop and mongo dbA survey on data mining and analysis in hadoop and mongo db
A survey on data mining and analysis in hadoop and mongo db
 
A survey on challenges to the media cloud
A survey on challenges to the media cloudA survey on challenges to the media cloud
A survey on challenges to the media cloud
 
A survey of provenance leveraged
A survey of provenance leveragedA survey of provenance leveraged
A survey of provenance leveraged
 
A survey of private equity investments in kenya
A survey of private equity investments in kenyaA survey of private equity investments in kenya
A survey of private equity investments in kenya
 
A study to measures the financial health of
A study to measures the financial health ofA study to measures the financial health of
A study to measures the financial health of
 

Recently uploaded

Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Patryk Bandurski
 
Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!Manik S Magar
 
Training state-of-the-art general text embedding
Training state-of-the-art general text embeddingTraining state-of-the-art general text embedding
Training state-of-the-art general text embeddingZilliz
 
Install Stable Diffusion in windows machine
Install Stable Diffusion in windows machineInstall Stable Diffusion in windows machine
Install Stable Diffusion in windows machinePadma Pradeep
 
Artificial intelligence in cctv survelliance.pptx
Artificial intelligence in cctv survelliance.pptxArtificial intelligence in cctv survelliance.pptx
Artificial intelligence in cctv survelliance.pptxhariprasad279825
 
Story boards and shot lists for my a level piece
Story boards and shot lists for my a level pieceStory boards and shot lists for my a level piece
Story boards and shot lists for my a level piececharlottematthew16
 
What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024Stephanie Beckett
 
DevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsDevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsSergiu Bodiu
 
SAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptxSAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptxNavinnSomaal
 
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024BookNet Canada
 
Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!Commit University
 
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024BookNet Canada
 
Developer Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQLDeveloper Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQLScyllaDB
 
Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage Cost
Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage CostLeverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage Cost
Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage CostZilliz
 
Scanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsScanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsRizwan Syed
 
Powerpoint exploring the locations used in television show Time Clash
Powerpoint exploring the locations used in television show Time ClashPowerpoint exploring the locations used in television show Time Clash
Powerpoint exploring the locations used in television show Time Clashcharlottematthew16
 
Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Mattias Andersson
 
Commit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easyCommit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easyAlfredo García Lavilla
 
Vector Databases 101 - An introduction to the world of Vector Databases
Vector Databases 101 - An introduction to the world of Vector DatabasesVector Databases 101 - An introduction to the world of Vector Databases
Vector Databases 101 - An introduction to the world of Vector DatabasesZilliz
 
DevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache MavenDevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache MavenHervé Boutemy
 

Recently uploaded (20)

Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
 
Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!
 
Training state-of-the-art general text embedding
Training state-of-the-art general text embeddingTraining state-of-the-art general text embedding
Training state-of-the-art general text embedding
 
Install Stable Diffusion in windows machine
Install Stable Diffusion in windows machineInstall Stable Diffusion in windows machine
Install Stable Diffusion in windows machine
 
Artificial intelligence in cctv survelliance.pptx
Artificial intelligence in cctv survelliance.pptxArtificial intelligence in cctv survelliance.pptx
Artificial intelligence in cctv survelliance.pptx
 
Story boards and shot lists for my a level piece
Story boards and shot lists for my a level pieceStory boards and shot lists for my a level piece
Story boards and shot lists for my a level piece
 
What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024
 
DevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsDevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platforms
 
SAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptxSAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptx
 
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
 
Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!
 
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
 
Developer Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQLDeveloper Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQL
 
Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage Cost
Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage CostLeverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage Cost
Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage Cost
 
Scanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsScanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL Certs
 
Powerpoint exploring the locations used in television show Time Clash
Powerpoint exploring the locations used in television show Time ClashPowerpoint exploring the locations used in television show Time Clash
Powerpoint exploring the locations used in television show Time Clash
 
Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?
 
Commit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easyCommit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easy
 
Vector Databases 101 - An introduction to the world of Vector Databases
Vector Databases 101 - An introduction to the world of Vector DatabasesVector Databases 101 - An introduction to the world of Vector Databases
Vector Databases 101 - An introduction to the world of Vector Databases
 
DevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache MavenDevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache Maven
 

New Framework for Color Image Segmentation

  • 1. Computer Engineering and Intelligent Systems www.iiste.org ISSN 2222-1719 (Paper) ISSN 2222-2863 (Online) Vol 2, No.3 A New Framework for Color Image Segmentation Using Watershed Algorithm Ashwin Kumar#1, 1 Department of CSE, VITS, Karimnagar,JNTUH,Hyderabad, AP, INDIA 1 ashwinvrk@gmail.com Pradeep Kumar2 2 Prof & HOD,Department of CSE, VITS, Karimnagar,JNTUH,Hyderabad, AP, INDIA 2 pkpuram@yahoo.com Abstract Image segmentation and its performance evaluation are very difficult but important problems in computer vision. A major challenge in segmentation evaluation comes from the fundamental conflict between generality and objectivity. The goal of image segmentation is to cluster pixels into salient image regions, i.e., regions corresponding to individual surfaces, objects, or natural parts of objects. With the improvement of computer processing capabilities and the increased application of color image, researchers are more concerned about color image segmentation. Color image segmentation methods can be seen as an extension of the gray image segmentation method in the color images, but many of the original gray image segmentation methods cannot be directly applied to color images. This requires improving the method of original gray image segmentation method according to the color image which has the feature of rich information or research a new image segmentation method it specially used in color image segmentation. This paper proposes a color image segmentation method of automatic seed region growing on basis of the region with the combination of the watershed algorithm with seed region growing algorithm which based on the traditional seed region growing algorithm. Keywords: Watershed algorithm, Seed region growing. 1 INTRODUCTION Image segmentation has been as widely applied as in almost every field that is related to image processing and involved in miscellaneous image such as remote sensing image, medical image and traffic image etc. Due to the important role that image segmentation technology has been playing in image processing, researches on image segmentation algorithm have long been in existence ever since the twenties of the last century, of which those really early and classical image segmentation algorithms including threshold-selection-based image segmentation algorithm, area-based image segmentation algorithm and edge-detection-based image segmentation algorithm etc are still popularly in use. While problems with these traditional algorithms are that they are either confronting with feature extraction problem or disagreeing with a featured condition that there’re uncertainty and fuzziness with an image (Peck, 2002). In order to solve these problems fundamentally so as to achieve a more extensive applicable scope of the image segmentation algorithms, watershed algorithm is introduced into image segmentation as a hotspot of modern image processing. II. LITERATURE REVIEW Because the human eyes have adjustability for brightness, which we can only, identified dozens of Gray-scale at any point of complex image, but can identify thousands of colors. Accordingly, with the rapid improvement of computer processing capabilities, the color image processing is being more and more concerned by people base(Peck, 2002) The color image segmentation is also widely used in many multimedia applications, for example; 41
  • 2. Computer Engineering and Intelligent Systems www.iiste.org ISSN 2222-1719 (Paper) ISSN 2222-2863 (Online) Vol 2, No.3 in order to effectively scan large numbers of images and video data in digital libraries, they all need to be compiled into a directory, sorting and storage, the color and texture are two most important features of information retrieval based on its content in the images and video. Therefore, the color and texture segmentation is often used for indexing and management of data; another example of multimedia applications is the dissemination of information in the network (Ahmed, et al, 1998) At present, some image segmentation methods have achieved fairly good results in some specific applications, but they always have a lot of limitations. For example, gray level threshold segmentation is not suitable for images with complex objects; edge detecting method is difficult to get the wanted border for the blurred images and the complex edge images. In many pattern recognition and computer vision applications, the color information can be used to enhance the image analysis process and improve segmentation results compared to gray-scale-based approaches. As a result, great efforts have been made in recent years to investigate segmentation of color images due to demanding needs. A. The methods for color image segmentation Specifically applied to the color image segmentation approach is not so much as for the gray-scale images, most of proposed color image segmentation methods are the combination of the existing grayscale image segmentation method on the basis of different color space. Commonly used for color image segmentation methods are histogram threshold, feature space clustering, region- based approach, based on edge detection methods, fuzzy methods artificial neural network approach, based on physical model methods, etc. Segmentation algorithms for monochrome images generally are based on one of two basic properties of gray- scale values: Discontinuity: The approach is to partition an image based on abrupt changes in gray-scale levels. The principal areas of interest within this category are detection of isolated points, lines, and edges in an image. Similarity: The principal approaches in this category are based on thresholding, region growing, and region splitting/merging. Segmentation of a color image using region growing along with watershed Algorithm. Here Region growing process is done with automatic seed selection process. Group similar components (such as, pixels in an image, image frames in a video) to obtain a compact representation. III. Proposed Approach A. Watershed Method (WS) The watershed transform can be classified as a region-based segmentation approach. The intuitive idea underlying this method comes from geography: it is that of a landscape or topographic relief which is flooded by water, watersheds being the divide lines of the domains of attraction of rain falling over the region. An alternative approach is to imagine the landscape being immersed in a lake, with holes pierced in local minima. Basins (also called `catchment basins') will fill up with water starting at these local minima, and, at points where water coming from different basins would meet, dams are built. When the water level has reached the highest peak in the landscape, the process is stopped. As a result, the landscape is partitioned into regions or basins separated by dams, called watershed lines or simply watersheds The Watershed method, also called the watershed transform, is an image segmentation approach based on gray-scale mathematical morphology, to the case of color or, more generally speaking, multi component images. Different strategies are presented and a special attention is paid to the “bit mixing approach”. This method objectively maps multi-dimensional data into a mono-dimensional space. In geography, a watershed is the ridge that divides areas drained by different river systems. By viewing an image as a geological landscape, the watershed lines determine the boundaries that separate image regions. In the topographic representation of an image I, the numerical value (i.e., the gray tone) of each pixel stands for the evolution at this point. The watershed transform computes the catchments 42
  • 3. Computer Engineering and Intelligent Systems www.iiste.org ISSN 2222-1719 (Paper) ISSN 2222-2863 (Online) Vol 2, No.3 basins and ridge lines, with catchment basins corresponding to image regions and ridge lines relating to region boundaries. When simulating this process for image segmentation, two approaches may be used: either one first finds basins, then watersheds by taking a set complement; or one computes a complete partition of the image into basins, and subsequently finds the watersheds by boundary detection. To be more explicit, we will use the expression `watershed transform' to denote a labeling of the image, such that all points of a given catchment basin have the same unique label, and a special label, distinct from all the labels of the catchment basins, is assigned to all points of the watersheds. An example of a simple image with its watershed transform is given in Fig. 1(a-b). We note in passing that in practice one often does not apply the watershed transform to the original image, but to its (morphological) gradient. This produces watersheds at the points of grey value discontinuity, as is commonly desired in image segmentation. The flow chart for the algorithm is as shown B. Seed Region Growing Algorithm Principle: The basic idea of region growing method is a collection of pixels with similar properties to form a region. The steps are as follows: First, we need to find a seed pixel as a starting point for each of needed segmentation. And then merge the same or similar property of pixel (Based on a pre-determined growing or similar formula to determine) with the seed pixel around the seed pixel domain into the domain of seed pixel. These new pixels as a new seed pixel to continue the above process until no more pixels that satisfy the condition can be included. In the practical application of this method we need to address three questions: a) Chose or determined a group of seed pixel which can correctly represent the required region; b) Fixed the formula which can contain the adjacent pixels in the growth; c) Made rules or conditions to stop the growth process. The seed region growing algorithm is proposed by Adams and Bischof, Metmert and Jackway further described the dependency relationship between pixels in the seed growth: a) The first order of dependence occurs when the number of pixels has the same difference ratio as their vicinity. b) The second order of dependence occurs when a pixels has the same difference ratio as their vicinity Experiment Results: Original input image 43
  • 4. Computer Engineering and Intelligent Systems www.iiste.org ISSN 2222-1719 (Paper) ISSN 2222-2863 (Online) Vol 2, No.3 Figure 1. : Original input image Description for the above figure :This is original image given as input to start the segmentation process Figure 2. : Modulated Intensity Gradient Image Description for the above figure : The first output image is the Modulated Intensity Gradient Image.This image is obtained by erosion and dilation operations; this image is used for the boundary extraction. Figure 3. : Texture Gradient Image Description for the above figure : Second output image is Texture Gradient image. This is used for the extraction of the connected components of the image. 44
  • 5. Computer Engineering and Intelligent Systems www.iiste.org ISSN 2222-1719 (Paper) ISSN 2222-2863 (Online) Vol 2, No.3 Figure 4. : Gradient image Figure 5. :Total gradient image is input of the watershed algorithm, Description for the above figure: Now this total gradient image is input of the watershed algorithm, The initial segmented image is as shown 45
  • 6. Computer Engineering and Intelligent Systems www.iiste.org ISSN 2222-1719 (Paper) ISSN 2222-2863 (Online) Vol 2, No.3 Figure 6. : output from watershed algorithm Conclusion: The application of image processing has widely been applied in our life, in which the digital image processing technology is widely used in all aspects of life. Image segmentation is a key step for transition to the image analysis as low-level processing in digital image processing. For a long time, all kinds of image segmentation methods are dedicated to the study of the gray image, with the improvement of computer processing capabilities and the increased application of color image, the color image segmentation are more and more concerned by the researchers. Color image segmentation methods can be seen as an extension of the gray image segmentation method in the color images, but many of the original gray image segmentation methods can not be directly applied to color images. This requires to improve the method of original gray image segmentation method according to the color image have the feature of rich information or research a new image segmentation methods which specially used in color image segmentation, and thus it is a goal of the researcher to make it have the advantage of universal property and good treatment effect. References: Ahmed, J., V.T. Coppola, and D.S. Bernstein (1998), “Segmentation of Blood Cells Image Based on Support Vector Machines Control, and Dynamics”, p. 684-691. Kwon. D et al.(2007), “An Image Segmentation Method Based on Improved Watershed Algorithm and Region Merging,” IEEE Trans Circuits and Syst. Video Technol., Vol. 17, pp. 517 - 529, May 2007. Matlab implementation (watershed) (a sequential algorithm introduced by introduced byF.Meyer): MATLABR2008atoolboximagesimagesprivatewatershed_meyer.cpp Nicole. R, “Study on the matlab segmentation image segmentation,” J. Name Stand. Abbrev., in press. Peck, M.A Cell (2002) “Image Segmentation of Gastric Cancer Based on Region-Growing and Watersheds”.. Quebec City, Que.: Univelt Inc. Shafarenko.L, M. Petrou, and J. Kittler, (1997), "Automatic watershed segmentation of randomly textured color images," IEEE Trans. on Image Processing, vol. 6, pp. 1530-1544, November 1997 46