SlideShare a Scribd company logo
1 of 4
Download to read offline
IOSR Journal of Engineering (IOSRJEN) www.iosrjen.org
ISSN (e): 2250-3021, ISSN (p): 2278-8719
Vol. 04, Issue 05 (May. 2014), ||V4|| PP 43-46
International organization of Scientific Research 43 | P a g e
Color Image Segmentation Using Improved Region Growing and
K-Means Method
Kewal Krishan, Sukhjit Singh
kewal86kamboj@gmail.com , sukhjit_singh@rediffmail.com
Department of Electronic and Communication Engineering
GTBKIET Chhapianwali, Malout(Punjab), India
Abstract: - In areas such as computer vision and image processing, image segmentation has been and still is a
relevant research area due to its wide spread usage and application. The traditional segmentation technique
which is used in gray-scale mathematical morphology is watershed transform. Region Growing is an approach
to image segmentation in which neighbouring pixels are examined and added to a region class if no edges are
detected. This process is iterated for each boundary pixel in the region. In this paper, we made enhancements in
watershed algorithm and region growing algorithm for image and color segmentation. The new enhanced
algorithm is implemented in MATLAB and results are compared with the existing technique in the form of
visualization and on the basis of Liu’s F- factor values.
Keywords: - Color Segmentation, Image Segmentation, Watershed, Liu’s F- factor, region growing
I. INTRODUCTION
Image segmentation is the process of dividing the given image into regions homogenous with respect to
certain features, and which hopefully correspond to real objects in the actual scene. Segmentation plays a vital
role to extract information from an image to create homogenous regions by classifying pixels into groups thus
forming regions of similarity. The homogenous regions formed as a result of segmentation indwell pixels having
similarity in each region according to particular selection criteria e.g. Intensity, color etc. Image segmentation is
the basic requirement of any computer vision application because people are generally interested only in certain
parts of the image. Image segmentation results in non overlapping objects labeled with different region numbers.
It should be noticed that no general technique has been developed yet to segment an image precisely, so
different techniques are taking floor to perform segmentation. Threshold based image segmentation techniques
discriminate regions on the basis of intensity value difference between pixels. Thresholds for image
segmentation have been calculated based on maximum entropy, interclass variation, and histogram. The
limitation of threshold based segmentation technique is that it performs well for images, which have only two
components. For complex images, it is calculated to support further processes. Clustering is an approach in
which pixels are classified to a cluster, which is closest among all clusters. Pixels having homogeneous
characteristics belong to the same cluster and different with respect to pixels of other clusters. The pixels must
follow the homogeneity criteria in the same cluster. In cluster based image segmentation techniques, it is
necessary to choose a certain number of clusters initially which eventually reduces the dynamicity of the
technique.
II. LITRATURE REVIEW
In this paper, attempt is made to overcome the problem which arises when image is segmented using
both color and texture properties of the image. After pre-processing, the image is transformed from the RGB
color space to L*a*b* space. Then, the three channels of L*a*b* color space are separated and a single channel
is selected depending upon the color under consideration. Next, Otsu based color segmentation is performed on
the single channel image after which wavelet transform is applied to the image to obtain the particular object of
interest [1].
In this paper, authors discussed about the difficulties which arises when attempt is made to extract the
text objects from the PDF image. The problem arises due to variation in font size, font type, orientation and
alignment. The enhancement is made in the two methods to solve the problems these methods are AC
Coefficient based technique and Histogram Based Technique [2].
In this paper, new region growing color segmentation algorithm is presented. This algorithm is
invariant to highlights and shading. This is accomplished in two steps. First, the average pixel intensity is
removed from each RGB coordinate. This transformation mitigates the effects of highlights. Next, region seeds
are obtained using the Mixture of Principal Components algorithm. Each region is characterized using two
parameters. The first is the distance between the region prototype and the candidate pixel. The second is the
Color Image Segmentation Using Improved Region Growing And K-Means Method
International organization of Scientific Research 44 | P a g e
distance between the candidate pixel and its nearest neighbour in the region. The inner vector product or vector
angle is used as the similarity measure which makes both of these measures shading invariant [3].
In this paper, authors proposed methods for edge segmentation of satellite images. The various techniques are
used for edge segmentation. These techniques are Sobel operator technique, Prewitt technique, Kiresh
technique, Laplacian technique, Canny technique, Roberts technique and Edge Maximization Technique (EMT)
[4]. These techniques are compared with one another to choose the best technique for edge segmentation. The
selected best technique is applied to the satellite image for analysis.
In this paper, author presents a region growing technique for color image segmentation. The existing technique
requires initials seeds which increase computation cost and execution time. The new technique is been proposed
which reduces computation cost and execution time. This technique take initial seed as the central pixel of the
image and grow region according to the grow formula [5]. .
III. WATERSHED AND REGION GROWING TECHNIQUES
In region growing technique the image is segmented into the similar areas on the basis of connected
pixels values. Each of the pixels in a region is similar with respect to some characteristics or computed property
such as color, intensity and/or texture. The region growing method is also classified as the pixel based image
segmentation technique. In this method the initial seed is selected, on the basis of initial seed value it is decided
that whether neighbour pixel is added to the region or not. The whole process of region growing algorithm is
works in the form of iterations. When the whole process is completed clusters of the similar type of pixels is
been formed. The region growing technique can correctly separate the regions that have the same properties.
Region growing methods can provide the original images which have clear edges the good segmentation results.
There are mainly three stages as indicated by figure 1 for watershed based image segmentation approach. The
input image is first processed by the pre-processing stage and it is pass on to the watershed based image
segmentation stage, the third and last stage is post-processing stage which process the image to remove the
image over segmentation.
Fig 1: Block diagram of Watershed image segmentation Algorithm
IV. NEW PROPOSED ALGORITHM
The new proposed algorithm is based on the image and color segmentation. The image and color
segmentation is performed using the Ncut algorithm. In this algorithm, original image is converted to the
brightness image. The converted image and original images are compared and matrix is made on the basis of
Ncut eigenvectors and discrete segmentation
The degree of dissimilarity is calculated by the formula
where, I is the image to be segmented, R total number of regions in the segmented image, Ai the area
or the number of pixels of the Ith region and ei the color error of regions. ei is defined as the sum of the
Euclidean distance of the color vectors between the original image and the segmented image of each pixel in the
region. The term is a local measure which penalizes small regions or regions with a large color error. Ei
indicates whether or not a region is assigned an appropriate feature (color). A large value of ei means that the
feature of the region is not well captured during the SSF process In this paper, F is normalized by the size of the
image and is scaled down by the factor 1/1000. The smaller the value of F, the better is the segmentation result.
 Read image , convert into HSV
 Use the Gradient Magnitude as the Segmentation Function
 Result the Watershed Transform of the Segmentation Function
 Find region using numeration function then transform into gradient magnitude
 Seed function select for image segmentation process
Color Image Segmentation Using Improved Region Growing And K-Means Method
International organization of Scientific Research 45 | P a g e
 Remove function call
 Final Result
V. RESULTS AND DISCUSSION
Fig1: Original Image
The original image is read and after watershed apply the result will be.
Fig2: watershed of the image
As, shown in the figure 2. The part of the image is show using improved watershed image.
Fig3: The Selection seed of image segmented
As shown in figure 3, image is segmented through seed selection of image, it is easy to identify the segmented
object.
Fig4: The final output of region growing image segmentation
As shown in figure 4, image is segmented through and finally we get object in image either in background or in
foreground.
Color Image Segmentation Using Improved Region Growing And K-Means Method
International organization of Scientific Research 46 | P a g e
Fig 5: Color Segmentation
As, shown in the figure 5, the selected object on which image segmentation is performed, is now ready for the
color segmentation. In the figure, color segmentation of the selected object is been shown.
We evaluate the Liu’s F-factor (1) for all images for both the techniques. The results of comparison of
the proposed method with the watershed technique are given in table (1). It is observed from table (1) that the
Liu’s F-Factor is lower for our method’s results as compared to watershed segmentation.
Table(1) Liu’s F-factor
VI. CONCLUSION
In this paper, we conclude that old method of color image segmentation will do only color
segmentation and having a more factor value, but we will improve first watershed than image segmentation or
after that color segmentation done. Doing this compare the value of our algorithm having less than older
algorithm, it’s means our technique more efficient than older and in the older they will only do color
segmentation or compare with watershed method in viewing, but we do firstly improve watershed than image
segmentation after than color segmentation.
REFERENCES
[1] Amanpreet Kaur Bhogal et al,” Color Image Segmentation Based On Color And Texture properties”,
INTERNATIONAL JOURNAL OF ADVANCED ENGINEERING SCIENCES AND
TECHNOLOGIES Vol No. 8, Issue No. 2, 152 – 156
[2] D.Sasirekha et al,” Enhanced Techniques for PDF Image Segmentation and Text Extraction”, (IJCSIS)
International Journal of Computer Science and Information Security, Vol. 10, No. 9, September 2012
[3] Slawo Wesolkowski and Paul Fieguth,” Color Image Segmentation Using Vector Angle-Based Region
Growing”
[4] Mr. Salem Saleh Al-amri et al,” IMAGE SEGMENTATION BY USING EDGE DETECTION”,
International Journal on Computer Science and Engineering Vol. 02, No. 03, 2010, 804-807
[5] Om Prakash Verma et al,” A Simple Single Seeded Region Growing Algorithm for Color Image
Segmentation using Adaptive Thresholding”, 2011 International Conference on Communication Systems
and Network Technologies
[6] Haining Wang,” Image Segmentation by Normalized Cut”, ECS 231 Final Project - Prof. Zhaojun Bai
S.no Image Using
watershed
Existing work Present work
1. Man and Building 3.784e-004 8.625e-006 0.1816e-28
2. Boat 1.888e-004 5.176e-006 0.0730e-24
3. Garden 4.233e-004 5.332e-006 0.0521e-22
4. Tree 2.089e-004 5.949e-006 0.0010e-20
5. Plane 2.139e-004 6.453e-006 0.4079e-24
6. Crow 1.482e-004 5.682e-006 0.0702e-24
7. Statues 3.358e-004 6.163e-006 0.0602e-21

More Related Content

What's hot

Qualitative and Quantitative Evaluation of Two New Histogram Limiting Binariz...
Qualitative and Quantitative Evaluation of Two New Histogram Limiting Binariz...Qualitative and Quantitative Evaluation of Two New Histogram Limiting Binariz...
Qualitative and Quantitative Evaluation of Two New Histogram Limiting Binariz...CSCJournals
 
Evaluation of Texture in CBIR
Evaluation of Texture in CBIREvaluation of Texture in CBIR
Evaluation of Texture in CBIRZahra Mansoori
 
Performance on Image Segmentation Resulting In Canny and MoG
Performance on Image Segmentation Resulting In Canny and  MoGPerformance on Image Segmentation Resulting In Canny and  MoG
Performance on Image Segmentation Resulting In Canny and MoGIOSR Journals
 
Wavelet-Based Color Histogram on Content-Based Image Retrieval
Wavelet-Based Color Histogram on Content-Based Image RetrievalWavelet-Based Color Histogram on Content-Based Image Retrieval
Wavelet-Based Color Histogram on Content-Based Image RetrievalTELKOMNIKA JOURNAL
 
A Review of Feature Extraction Techniques for CBIR based on SVM
A Review of Feature Extraction Techniques for CBIR based on SVMA Review of Feature Extraction Techniques for CBIR based on SVM
A Review of Feature Extraction Techniques for CBIR based on SVMIJEEE
 
Comparative study on image fusion methods in spatial domain
Comparative study on image fusion methods in spatial domainComparative study on image fusion methods in spatial domain
Comparative study on image fusion methods in spatial domainIAEME Publication
 
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
 
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
 
Band ratioing presentation
Band ratioing presentationBand ratioing presentation
Band ratioing presentationsk asadul haque
 
Contrast Enhancement Techniques: A Brief and Concise Review
Contrast Enhancement Techniques: A Brief and Concise ReviewContrast Enhancement Techniques: A Brief and Concise Review
Contrast Enhancement Techniques: A Brief and Concise ReviewIRJET Journal
 
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
 
Ijcatr04051016
Ijcatr04051016Ijcatr04051016
Ijcatr04051016Editor IJCATR
 
Paper on image processing
Paper on image processingPaper on image processing
Paper on image processingSaloni Bhatia
 
Image Enhancement using Guided Filter for under Exposed Images
Image Enhancement using Guided Filter for under Exposed ImagesImage Enhancement using Guided Filter for under Exposed Images
Image Enhancement using Guided Filter for under Exposed ImagesDr. Amarjeet Singh
 
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
 
Feature Extraction of an Image by Using Adaptive Filtering and Morpological S...
Feature Extraction of an Image by Using Adaptive Filtering and Morpological S...Feature Extraction of an Image by Using Adaptive Filtering and Morpological S...
Feature Extraction of an Image by Using Adaptive Filtering and Morpological S...IOSR Journals
 
Object-Oriented Approach of Information Extraction from High Resolution Satel...
Object-Oriented Approach of Information Extraction from High Resolution Satel...Object-Oriented Approach of Information Extraction from High Resolution Satel...
Object-Oriented Approach of Information Extraction from High Resolution Satel...iosrjce
 

What's hot (19)

B01460713
B01460713B01460713
B01460713
 
Qualitative and Quantitative Evaluation of Two New Histogram Limiting Binariz...
Qualitative and Quantitative Evaluation of Two New Histogram Limiting Binariz...Qualitative and Quantitative Evaluation of Two New Histogram Limiting Binariz...
Qualitative and Quantitative Evaluation of Two New Histogram Limiting Binariz...
 
Evaluation of Texture in CBIR
Evaluation of Texture in CBIREvaluation of Texture in CBIR
Evaluation of Texture in CBIR
 
Performance on Image Segmentation Resulting In Canny and MoG
Performance on Image Segmentation Resulting In Canny and  MoGPerformance on Image Segmentation Resulting In Canny and  MoG
Performance on Image Segmentation Resulting In Canny and MoG
 
Wavelet-Based Color Histogram on Content-Based Image Retrieval
Wavelet-Based Color Histogram on Content-Based Image RetrievalWavelet-Based Color Histogram on Content-Based Image Retrieval
Wavelet-Based Color Histogram on Content-Based Image Retrieval
 
A Review of Feature Extraction Techniques for CBIR based on SVM
A Review of Feature Extraction Techniques for CBIR based on SVMA Review of Feature Extraction Techniques for CBIR based on SVM
A Review of Feature Extraction Techniques for CBIR based on SVM
 
Comparative study on image fusion methods in spatial domain
Comparative study on image fusion methods in spatial domainComparative study on image fusion methods in spatial domain
Comparative study on image fusion methods in spatial domain
 
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
 
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...
 
Band ratioing presentation
Band ratioing presentationBand ratioing presentation
Band ratioing presentation
 
Contrast Enhancement Techniques: A Brief and Concise Review
Contrast Enhancement Techniques: A Brief and Concise ReviewContrast Enhancement Techniques: A Brief and Concise Review
Contrast Enhancement Techniques: A Brief and Concise Review
 
I017417176
I017417176I017417176
I017417176
 
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...
 
Ijcatr04051016
Ijcatr04051016Ijcatr04051016
Ijcatr04051016
 
Paper on image processing
Paper on image processingPaper on image processing
Paper on image processing
 
Image Enhancement using Guided Filter for under Exposed Images
Image Enhancement using Guided Filter for under Exposed ImagesImage Enhancement using Guided Filter for under Exposed Images
Image Enhancement using Guided Filter for under Exposed Images
 
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
 
Feature Extraction of an Image by Using Adaptive Filtering and Morpological S...
Feature Extraction of an Image by Using Adaptive Filtering and Morpological S...Feature Extraction of an Image by Using Adaptive Filtering and Morpological S...
Feature Extraction of an Image by Using Adaptive Filtering and Morpological S...
 
Object-Oriented Approach of Information Extraction from High Resolution Satel...
Object-Oriented Approach of Information Extraction from High Resolution Satel...Object-Oriented Approach of Information Extraction from High Resolution Satel...
Object-Oriented Approach of Information Extraction from High Resolution Satel...
 

Viewers also liked

Analyses of the Watershed Transform
Analyses of the Watershed TransformAnalyses of the Watershed Transform
Analyses of the Watershed TransformCSCJournals
 
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
 
Brain Tumor Segmentation and Extraction of MR Images Based on Improved Waters...
Brain Tumor Segmentation and Extraction of MR Images Based on Improved Waters...Brain Tumor Segmentation and Extraction of MR Images Based on Improved Waters...
Brain Tumor Segmentation and Extraction of MR Images Based on Improved Waters...IOSR Journals
 
A Novel Approach for Cancer Detection in MRI Mammogram Using Decision Tree In...
A Novel Approach for Cancer Detection in MRI Mammogram Using Decision Tree In...A Novel Approach for Cancer Detection in MRI Mammogram Using Decision Tree In...
A Novel Approach for Cancer Detection in MRI Mammogram Using Decision Tree In...CSCJournals
 
Enahncement method to detect breast cancer
Enahncement method to detect breast cancerEnahncement method to detect breast cancer
Enahncement method to detect breast cancerPunit Karnani
 
Automated Medical image segmentation for detection of abnormal masses using W...
Automated Medical image segmentation for detection of abnormal masses using W...Automated Medical image segmentation for detection of abnormal masses using W...
Automated Medical image segmentation for detection of abnormal masses using W...IDES Editor
 
A study of region based segmentation methods for mammograms
A study of region based segmentation methods for mammogramsA study of region based segmentation methods for mammograms
A study of region based segmentation methods for mammogramseSAT Journals
 
Segmentation of Color Image using Adaptive Thresholding and Masking with Wate...
Segmentation of Color Image using Adaptive Thresholding and Masking with Wate...Segmentation of Color Image using Adaptive Thresholding and Masking with Wate...
Segmentation of Color Image using Adaptive Thresholding and Masking with Wate...Habibur Rahman
 
Mammogram image segmentation using rough clustering
Mammogram image segmentation using rough clusteringMammogram image segmentation using rough clustering
Mammogram image segmentation using rough clusteringeSAT Journals
 
Performance comparison of noise reduction in mammogram images
Performance comparison of noise reduction in mammogram imagesPerformance comparison of noise reduction in mammogram images
Performance comparison of noise reduction in mammogram imageseSAT Journals
 
Wavelet transformation based detection of masses in digital mammograms
Wavelet transformation based detection of masses in digital mammogramsWavelet transformation based detection of masses in digital mammograms
Wavelet transformation based detection of masses in digital mammogramseSAT Journals
 
MCS Project - Enhanced Watershed
MCS Project - Enhanced WatershedMCS Project - Enhanced Watershed
MCS Project - Enhanced Watershedasakpke
 
Ajay ppt region segmentation new copy
Ajay ppt region segmentation new   copyAjay ppt region segmentation new   copy
Ajay ppt region segmentation new copyAjay Kumar Singh
 
Image segmentation
Image segmentationImage segmentation
Image segmentationMukul Jindal
 
Approach to mammogram
Approach to mammogramApproach to mammogram
Approach to mammogramArif S
 
Image segmentation ppt
Image segmentation pptImage segmentation ppt
Image segmentation pptGichelle Amon
 

Viewers also liked (18)

ICSE03
ICSE03ICSE03
ICSE03
 
Analyses of the Watershed Transform
Analyses of the Watershed TransformAnalyses of the Watershed Transform
Analyses of the Watershed Transform
 
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
 
Brain Tumor Segmentation and Extraction of MR Images Based on Improved Waters...
Brain Tumor Segmentation and Extraction of MR Images Based on Improved Waters...Brain Tumor Segmentation and Extraction of MR Images Based on Improved Waters...
Brain Tumor Segmentation and Extraction of MR Images Based on Improved Waters...
 
A Novel Approach for Cancer Detection in MRI Mammogram Using Decision Tree In...
A Novel Approach for Cancer Detection in MRI Mammogram Using Decision Tree In...A Novel Approach for Cancer Detection in MRI Mammogram Using Decision Tree In...
A Novel Approach for Cancer Detection in MRI Mammogram Using Decision Tree In...
 
Enahncement method to detect breast cancer
Enahncement method to detect breast cancerEnahncement method to detect breast cancer
Enahncement method to detect breast cancer
 
Automated Medical image segmentation for detection of abnormal masses using W...
Automated Medical image segmentation for detection of abnormal masses using W...Automated Medical image segmentation for detection of abnormal masses using W...
Automated Medical image segmentation for detection of abnormal masses using W...
 
A study of region based segmentation methods for mammograms
A study of region based segmentation methods for mammogramsA study of region based segmentation methods for mammograms
A study of region based segmentation methods for mammograms
 
Segmentation of Color Image using Adaptive Thresholding and Masking with Wate...
Segmentation of Color Image using Adaptive Thresholding and Masking with Wate...Segmentation of Color Image using Adaptive Thresholding and Masking with Wate...
Segmentation of Color Image using Adaptive Thresholding and Masking with Wate...
 
Mammogram image segmentation using rough clustering
Mammogram image segmentation using rough clusteringMammogram image segmentation using rough clustering
Mammogram image segmentation using rough clustering
 
Performance comparison of noise reduction in mammogram images
Performance comparison of noise reduction in mammogram imagesPerformance comparison of noise reduction in mammogram images
Performance comparison of noise reduction in mammogram images
 
Wavelet transformation based detection of masses in digital mammograms
Wavelet transformation based detection of masses in digital mammogramsWavelet transformation based detection of masses in digital mammograms
Wavelet transformation based detection of masses in digital mammograms
 
MCS Project - Enhanced Watershed
MCS Project - Enhanced WatershedMCS Project - Enhanced Watershed
MCS Project - Enhanced Watershed
 
Ajay ppt region segmentation new copy
Ajay ppt region segmentation new   copyAjay ppt region segmentation new   copy
Ajay ppt region segmentation new copy
 
Image segmentation
Image segmentationImage segmentation
Image segmentation
 
Approach to mammogram
Approach to mammogramApproach to mammogram
Approach to mammogram
 
IMAGE SEGMENTATION.
IMAGE SEGMENTATION.IMAGE SEGMENTATION.
IMAGE SEGMENTATION.
 
Image segmentation ppt
Image segmentation pptImage segmentation ppt
Image segmentation ppt
 

Similar to G04544346

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
 
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
 
Bx4301429434
Bx4301429434Bx4301429434
Bx4301429434IJERA Editor
 
Image Segmentation Using Pairwise Correlation Clustering
Image Segmentation Using Pairwise Correlation ClusteringImage Segmentation Using Pairwise Correlation Clustering
Image Segmentation Using Pairwise Correlation ClusteringIJERA Editor
 
Information search using text and image query
Information search using text and image queryInformation search using text and image query
Information search using text and image queryeSAT Journals
 
Image segmentation based on color
Image segmentation based on colorImage segmentation based on color
Image segmentation based on coloreSAT Publishing House
 
Image segmentation based on color
Image segmentation based on colorImage segmentation based on color
Image segmentation based on coloreSAT Journals
 
Information search using text and image query
Information search using text and image queryInformation search using text and image query
Information search using text and image queryeSAT Publishing House
 
Object based image enhancement
Object based image enhancementObject based image enhancement
Object based image enhancementijait
 
A Review of Image Contrast Enhancement Techniques
A Review of Image Contrast Enhancement TechniquesA Review of Image Contrast Enhancement Techniques
A Review of Image Contrast Enhancement TechniquesIRJET Journal
 
A Survey on Image Segmentation and its Applications in Image Processing
A Survey on Image Segmentation and its Applications in Image Processing A Survey on Image Segmentation and its Applications in Image Processing
A Survey on Image Segmentation and its Applications in Image Processing IJEEE
 
Id105
Id105Id105
Id105IJEEE
 
1388586134 10545195
1388586134  105451951388586134  10545195
1388586134 10545195Editor Jacotech
 
Analysis and Implementation Image Segmentation Through k-mean Algorithm with ...
Analysis and Implementation Image Segmentation Through k-mean Algorithm with ...Analysis and Implementation Image Segmentation Through k-mean Algorithm with ...
Analysis and Implementation Image Segmentation Through k-mean Algorithm with ...Editor Jacotech
 
Digital Image Inpainting: A Review
Digital Image Inpainting: A ReviewDigital Image Inpainting: A Review
Digital Image Inpainting: A ReviewIRJET Journal
 
IRJET- Content Based Image Retrieval (CBIR)
IRJET- Content Based Image Retrieval (CBIR)IRJET- Content Based Image Retrieval (CBIR)
IRJET- Content Based Image Retrieval (CBIR)IRJET Journal
 
A review on image enhancement techniques
A review on image enhancement techniquesA review on image enhancement techniques
A review on image enhancement techniquesIJEACS
 
Orientation Spectral Resolution Coding for Pattern Recognition
Orientation Spectral Resolution Coding for Pattern RecognitionOrientation Spectral Resolution Coding for Pattern Recognition
Orientation Spectral Resolution Coding for Pattern RecognitionIOSRjournaljce
 
A Comparative Study on Image Contrast Enhancement Techniques
A Comparative Study on Image Contrast Enhancement TechniquesA Comparative Study on Image Contrast Enhancement Techniques
A Comparative Study on Image Contrast Enhancement TechniquesIRJET Journal
 
An implementation of novel genetic based clustering algorithm for color image...
An implementation of novel genetic based clustering algorithm for color image...An implementation of novel genetic based clustering algorithm for color image...
An implementation of novel genetic based clustering algorithm for color image...TELKOMNIKA JOURNAL
 

Similar to G04544346 (20)

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
 
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)
 
Bx4301429434
Bx4301429434Bx4301429434
Bx4301429434
 
Image Segmentation Using Pairwise Correlation Clustering
Image Segmentation Using Pairwise Correlation ClusteringImage Segmentation Using Pairwise Correlation Clustering
Image Segmentation Using Pairwise Correlation Clustering
 
Information search using text and image query
Information search using text and image queryInformation search using text and image query
Information search using text and image query
 
Image segmentation based on color
Image segmentation based on colorImage segmentation based on color
Image segmentation based on color
 
Image segmentation based on color
Image segmentation based on colorImage segmentation based on color
Image segmentation based on color
 
Information search using text and image query
Information search using text and image queryInformation search using text and image query
Information search using text and image query
 
Object based image enhancement
Object based image enhancementObject based image enhancement
Object based image enhancement
 
A Review of Image Contrast Enhancement Techniques
A Review of Image Contrast Enhancement TechniquesA Review of Image Contrast Enhancement Techniques
A Review of Image Contrast Enhancement Techniques
 
A Survey on Image Segmentation and its Applications in Image Processing
A Survey on Image Segmentation and its Applications in Image Processing A Survey on Image Segmentation and its Applications in Image Processing
A Survey on Image Segmentation and its Applications in Image Processing
 
Id105
Id105Id105
Id105
 
1388586134 10545195
1388586134  105451951388586134  10545195
1388586134 10545195
 
Analysis and Implementation Image Segmentation Through k-mean Algorithm with ...
Analysis and Implementation Image Segmentation Through k-mean Algorithm with ...Analysis and Implementation Image Segmentation Through k-mean Algorithm with ...
Analysis and Implementation Image Segmentation Through k-mean Algorithm with ...
 
Digital Image Inpainting: A Review
Digital Image Inpainting: A ReviewDigital Image Inpainting: A Review
Digital Image Inpainting: A Review
 
IRJET- Content Based Image Retrieval (CBIR)
IRJET- Content Based Image Retrieval (CBIR)IRJET- Content Based Image Retrieval (CBIR)
IRJET- Content Based Image Retrieval (CBIR)
 
A review on image enhancement techniques
A review on image enhancement techniquesA review on image enhancement techniques
A review on image enhancement techniques
 
Orientation Spectral Resolution Coding for Pattern Recognition
Orientation Spectral Resolution Coding for Pattern RecognitionOrientation Spectral Resolution Coding for Pattern Recognition
Orientation Spectral Resolution Coding for Pattern Recognition
 
A Comparative Study on Image Contrast Enhancement Techniques
A Comparative Study on Image Contrast Enhancement TechniquesA Comparative Study on Image Contrast Enhancement Techniques
A Comparative Study on Image Contrast Enhancement Techniques
 
An implementation of novel genetic based clustering algorithm for color image...
An implementation of novel genetic based clustering algorithm for color image...An implementation of novel genetic based clustering algorithm for color image...
An implementation of novel genetic based clustering algorithm for color image...
 

More from IOSR-JEN

C05921721
C05921721C05921721
C05921721IOSR-JEN
 
B05921016
B05921016B05921016
B05921016IOSR-JEN
 
A05920109
A05920109A05920109
A05920109IOSR-JEN
 
J05915457
J05915457J05915457
J05915457IOSR-JEN
 
I05914153
I05914153I05914153
I05914153IOSR-JEN
 
H05913540
H05913540H05913540
H05913540IOSR-JEN
 
G05913234
G05913234G05913234
G05913234IOSR-JEN
 
F05912731
F05912731F05912731
F05912731IOSR-JEN
 
E05912226
E05912226E05912226
E05912226IOSR-JEN
 
D05911621
D05911621D05911621
D05911621IOSR-JEN
 
C05911315
C05911315C05911315
C05911315IOSR-JEN
 
B05910712
B05910712B05910712
B05910712IOSR-JEN
 
A05910106
A05910106A05910106
A05910106IOSR-JEN
 
B05840510
B05840510B05840510
B05840510IOSR-JEN
 
I05844759
I05844759I05844759
I05844759IOSR-JEN
 
H05844346
H05844346H05844346
H05844346IOSR-JEN
 
G05843942
G05843942G05843942
G05843942IOSR-JEN
 
F05843238
F05843238F05843238
F05843238IOSR-JEN
 
E05842831
E05842831E05842831
E05842831IOSR-JEN
 
D05842227
D05842227D05842227
D05842227IOSR-JEN
 

More from IOSR-JEN (20)

C05921721
C05921721C05921721
C05921721
 
B05921016
B05921016B05921016
B05921016
 
A05920109
A05920109A05920109
A05920109
 
J05915457
J05915457J05915457
J05915457
 
I05914153
I05914153I05914153
I05914153
 
H05913540
H05913540H05913540
H05913540
 
G05913234
G05913234G05913234
G05913234
 
F05912731
F05912731F05912731
F05912731
 
E05912226
E05912226E05912226
E05912226
 
D05911621
D05911621D05911621
D05911621
 
C05911315
C05911315C05911315
C05911315
 
B05910712
B05910712B05910712
B05910712
 
A05910106
A05910106A05910106
A05910106
 
B05840510
B05840510B05840510
B05840510
 
I05844759
I05844759I05844759
I05844759
 
H05844346
H05844346H05844346
H05844346
 
G05843942
G05843942G05843942
G05843942
 
F05843238
F05843238F05843238
F05843238
 
E05842831
E05842831E05842831
E05842831
 
D05842227
D05842227D05842227
D05842227
 

Recently uploaded

Understanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitectureUnderstanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitecturePixlogix Infotech
 
Build your next Gen AI Breakthrough - April 2024
Build your next Gen AI Breakthrough - April 2024Build your next Gen AI Breakthrough - April 2024
Build your next Gen AI Breakthrough - April 2024Neo4j
 
SIEMENS: RAPUNZEL – A Tale About Knowledge Graph
SIEMENS: RAPUNZEL – A Tale About Knowledge GraphSIEMENS: RAPUNZEL – A Tale About Knowledge Graph
SIEMENS: RAPUNZEL – A Tale About Knowledge GraphNeo4j
 
Science&tech:THE INFORMATION AGE STS.pdf
Science&tech:THE INFORMATION AGE STS.pdfScience&tech:THE INFORMATION AGE STS.pdf
Science&tech:THE INFORMATION AGE STS.pdfjimielynbastida
 
Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Scott Keck-Warren
 
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)Bun (KitWorks Team Study 노별마루 발표 2024.4.22)
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)Wonjun Hwang
 
Pigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping ElbowsPigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping ElbowsPigging Solutions
 
Unleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubUnleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubKalema Edgar
 
Unlocking the Potential of the Cloud for IBM Power Systems
Unlocking the Potential of the Cloud for IBM Power SystemsUnlocking the Potential of the Cloud for IBM Power Systems
Unlocking the Potential of the Cloud for IBM Power SystemsPrecisely
 
Bluetooth Controlled Car with Arduino.pdf
Bluetooth Controlled Car with Arduino.pdfBluetooth Controlled Car with Arduino.pdf
Bluetooth Controlled Car with Arduino.pdfngoud9212
 
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
 
Enhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for PartnersEnhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for PartnersThousandEyes
 
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...shyamraj55
 
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
 
AI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsAI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsMemoori
 
Benefits Of Flutter Compared To Other Frameworks
Benefits Of Flutter Compared To Other FrameworksBenefits Of Flutter Compared To Other Frameworks
Benefits Of Flutter Compared To Other FrameworksSoftradix Technologies
 

Recently uploaded (20)

Understanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitectureUnderstanding the Laravel MVC Architecture
Understanding the Laravel MVC Architecture
 
Build your next Gen AI Breakthrough - April 2024
Build your next Gen AI Breakthrough - April 2024Build your next Gen AI Breakthrough - April 2024
Build your next Gen AI Breakthrough - April 2024
 
Hot Sexy call girls in Panjabi Bagh 🔝 9953056974 🔝 Delhi escort Service
Hot Sexy call girls in Panjabi Bagh 🔝 9953056974 🔝 Delhi escort ServiceHot Sexy call girls in Panjabi Bagh 🔝 9953056974 🔝 Delhi escort Service
Hot Sexy call girls in Panjabi Bagh 🔝 9953056974 🔝 Delhi escort Service
 
Vulnerability_Management_GRC_by Sohang Sengupta.pptx
Vulnerability_Management_GRC_by Sohang Sengupta.pptxVulnerability_Management_GRC_by Sohang Sengupta.pptx
Vulnerability_Management_GRC_by Sohang Sengupta.pptx
 
SIEMENS: RAPUNZEL – A Tale About Knowledge Graph
SIEMENS: RAPUNZEL – A Tale About Knowledge GraphSIEMENS: RAPUNZEL – A Tale About Knowledge Graph
SIEMENS: RAPUNZEL – A Tale About Knowledge Graph
 
Science&tech:THE INFORMATION AGE STS.pdf
Science&tech:THE INFORMATION AGE STS.pdfScience&tech:THE INFORMATION AGE STS.pdf
Science&tech:THE INFORMATION AGE STS.pdf
 
Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024
 
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)Bun (KitWorks Team Study 노별마루 발표 2024.4.22)
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)
 
The transition to renewables in India.pdf
The transition to renewables in India.pdfThe transition to renewables in India.pdf
The transition to renewables in India.pdf
 
Pigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping ElbowsPigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping Elbows
 
Unleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubUnleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding Club
 
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptxE-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
 
Unlocking the Potential of the Cloud for IBM Power Systems
Unlocking the Potential of the Cloud for IBM Power SystemsUnlocking the Potential of the Cloud for IBM Power Systems
Unlocking the Potential of the Cloud for IBM Power Systems
 
Bluetooth Controlled Car with Arduino.pdf
Bluetooth Controlled Car with Arduino.pdfBluetooth Controlled Car with Arduino.pdf
Bluetooth Controlled Car with Arduino.pdf
 
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
 
Enhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for PartnersEnhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for Partners
 
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
 
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?
 
AI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsAI as an Interface for Commercial Buildings
AI as an Interface for Commercial Buildings
 
Benefits Of Flutter Compared To Other Frameworks
Benefits Of Flutter Compared To Other FrameworksBenefits Of Flutter Compared To Other Frameworks
Benefits Of Flutter Compared To Other Frameworks
 

G04544346

  • 1. IOSR Journal of Engineering (IOSRJEN) www.iosrjen.org ISSN (e): 2250-3021, ISSN (p): 2278-8719 Vol. 04, Issue 05 (May. 2014), ||V4|| PP 43-46 International organization of Scientific Research 43 | P a g e Color Image Segmentation Using Improved Region Growing and K-Means Method Kewal Krishan, Sukhjit Singh kewal86kamboj@gmail.com , sukhjit_singh@rediffmail.com Department of Electronic and Communication Engineering GTBKIET Chhapianwali, Malout(Punjab), India Abstract: - In areas such as computer vision and image processing, image segmentation has been and still is a relevant research area due to its wide spread usage and application. The traditional segmentation technique which is used in gray-scale mathematical morphology is watershed transform. Region Growing is an approach to image segmentation in which neighbouring pixels are examined and added to a region class if no edges are detected. This process is iterated for each boundary pixel in the region. In this paper, we made enhancements in watershed algorithm and region growing algorithm for image and color segmentation. The new enhanced algorithm is implemented in MATLAB and results are compared with the existing technique in the form of visualization and on the basis of Liu’s F- factor values. Keywords: - Color Segmentation, Image Segmentation, Watershed, Liu’s F- factor, region growing I. INTRODUCTION Image segmentation is the process of dividing the given image into regions homogenous with respect to certain features, and which hopefully correspond to real objects in the actual scene. Segmentation plays a vital role to extract information from an image to create homogenous regions by classifying pixels into groups thus forming regions of similarity. The homogenous regions formed as a result of segmentation indwell pixels having similarity in each region according to particular selection criteria e.g. Intensity, color etc. Image segmentation is the basic requirement of any computer vision application because people are generally interested only in certain parts of the image. Image segmentation results in non overlapping objects labeled with different region numbers. It should be noticed that no general technique has been developed yet to segment an image precisely, so different techniques are taking floor to perform segmentation. Threshold based image segmentation techniques discriminate regions on the basis of intensity value difference between pixels. Thresholds for image segmentation have been calculated based on maximum entropy, interclass variation, and histogram. The limitation of threshold based segmentation technique is that it performs well for images, which have only two components. For complex images, it is calculated to support further processes. Clustering is an approach in which pixels are classified to a cluster, which is closest among all clusters. Pixels having homogeneous characteristics belong to the same cluster and different with respect to pixels of other clusters. The pixels must follow the homogeneity criteria in the same cluster. In cluster based image segmentation techniques, it is necessary to choose a certain number of clusters initially which eventually reduces the dynamicity of the technique. II. LITRATURE REVIEW In this paper, attempt is made to overcome the problem which arises when image is segmented using both color and texture properties of the image. After pre-processing, the image is transformed from the RGB color space to L*a*b* space. Then, the three channels of L*a*b* color space are separated and a single channel is selected depending upon the color under consideration. Next, Otsu based color segmentation is performed on the single channel image after which wavelet transform is applied to the image to obtain the particular object of interest [1]. In this paper, authors discussed about the difficulties which arises when attempt is made to extract the text objects from the PDF image. The problem arises due to variation in font size, font type, orientation and alignment. The enhancement is made in the two methods to solve the problems these methods are AC Coefficient based technique and Histogram Based Technique [2]. In this paper, new region growing color segmentation algorithm is presented. This algorithm is invariant to highlights and shading. This is accomplished in two steps. First, the average pixel intensity is removed from each RGB coordinate. This transformation mitigates the effects of highlights. Next, region seeds are obtained using the Mixture of Principal Components algorithm. Each region is characterized using two parameters. The first is the distance between the region prototype and the candidate pixel. The second is the
  • 2. Color Image Segmentation Using Improved Region Growing And K-Means Method International organization of Scientific Research 44 | P a g e distance between the candidate pixel and its nearest neighbour in the region. The inner vector product or vector angle is used as the similarity measure which makes both of these measures shading invariant [3]. In this paper, authors proposed methods for edge segmentation of satellite images. The various techniques are used for edge segmentation. These techniques are Sobel operator technique, Prewitt technique, Kiresh technique, Laplacian technique, Canny technique, Roberts technique and Edge Maximization Technique (EMT) [4]. These techniques are compared with one another to choose the best technique for edge segmentation. The selected best technique is applied to the satellite image for analysis. In this paper, author presents a region growing technique for color image segmentation. The existing technique requires initials seeds which increase computation cost and execution time. The new technique is been proposed which reduces computation cost and execution time. This technique take initial seed as the central pixel of the image and grow region according to the grow formula [5]. . III. WATERSHED AND REGION GROWING TECHNIQUES In region growing technique the image is segmented into the similar areas on the basis of connected pixels values. Each of the pixels in a region is similar with respect to some characteristics or computed property such as color, intensity and/or texture. The region growing method is also classified as the pixel based image segmentation technique. In this method the initial seed is selected, on the basis of initial seed value it is decided that whether neighbour pixel is added to the region or not. The whole process of region growing algorithm is works in the form of iterations. When the whole process is completed clusters of the similar type of pixels is been formed. The region growing technique can correctly separate the regions that have the same properties. Region growing methods can provide the original images which have clear edges the good segmentation results. There are mainly three stages as indicated by figure 1 for watershed based image segmentation approach. The input image is first processed by the pre-processing stage and it is pass on to the watershed based image segmentation stage, the third and last stage is post-processing stage which process the image to remove the image over segmentation. Fig 1: Block diagram of Watershed image segmentation Algorithm IV. NEW PROPOSED ALGORITHM The new proposed algorithm is based on the image and color segmentation. The image and color segmentation is performed using the Ncut algorithm. In this algorithm, original image is converted to the brightness image. The converted image and original images are compared and matrix is made on the basis of Ncut eigenvectors and discrete segmentation The degree of dissimilarity is calculated by the formula where, I is the image to be segmented, R total number of regions in the segmented image, Ai the area or the number of pixels of the Ith region and ei the color error of regions. ei is defined as the sum of the Euclidean distance of the color vectors between the original image and the segmented image of each pixel in the region. The term is a local measure which penalizes small regions or regions with a large color error. Ei indicates whether or not a region is assigned an appropriate feature (color). A large value of ei means that the feature of the region is not well captured during the SSF process In this paper, F is normalized by the size of the image and is scaled down by the factor 1/1000. The smaller the value of F, the better is the segmentation result.  Read image , convert into HSV  Use the Gradient Magnitude as the Segmentation Function  Result the Watershed Transform of the Segmentation Function  Find region using numeration function then transform into gradient magnitude  Seed function select for image segmentation process
  • 3. Color Image Segmentation Using Improved Region Growing And K-Means Method International organization of Scientific Research 45 | P a g e  Remove function call  Final Result V. RESULTS AND DISCUSSION Fig1: Original Image The original image is read and after watershed apply the result will be. Fig2: watershed of the image As, shown in the figure 2. The part of the image is show using improved watershed image. Fig3: The Selection seed of image segmented As shown in figure 3, image is segmented through seed selection of image, it is easy to identify the segmented object. Fig4: The final output of region growing image segmentation As shown in figure 4, image is segmented through and finally we get object in image either in background or in foreground.
  • 4. Color Image Segmentation Using Improved Region Growing And K-Means Method International organization of Scientific Research 46 | P a g e Fig 5: Color Segmentation As, shown in the figure 5, the selected object on which image segmentation is performed, is now ready for the color segmentation. In the figure, color segmentation of the selected object is been shown. We evaluate the Liu’s F-factor (1) for all images for both the techniques. The results of comparison of the proposed method with the watershed technique are given in table (1). It is observed from table (1) that the Liu’s F-Factor is lower for our method’s results as compared to watershed segmentation. Table(1) Liu’s F-factor VI. CONCLUSION In this paper, we conclude that old method of color image segmentation will do only color segmentation and having a more factor value, but we will improve first watershed than image segmentation or after that color segmentation done. Doing this compare the value of our algorithm having less than older algorithm, it’s means our technique more efficient than older and in the older they will only do color segmentation or compare with watershed method in viewing, but we do firstly improve watershed than image segmentation after than color segmentation. REFERENCES [1] Amanpreet Kaur Bhogal et al,” Color Image Segmentation Based On Color And Texture properties”, INTERNATIONAL JOURNAL OF ADVANCED ENGINEERING SCIENCES AND TECHNOLOGIES Vol No. 8, Issue No. 2, 152 – 156 [2] D.Sasirekha et al,” Enhanced Techniques for PDF Image Segmentation and Text Extraction”, (IJCSIS) International Journal of Computer Science and Information Security, Vol. 10, No. 9, September 2012 [3] Slawo Wesolkowski and Paul Fieguth,” Color Image Segmentation Using Vector Angle-Based Region Growing” [4] Mr. Salem Saleh Al-amri et al,” IMAGE SEGMENTATION BY USING EDGE DETECTION”, International Journal on Computer Science and Engineering Vol. 02, No. 03, 2010, 804-807 [5] Om Prakash Verma et al,” A Simple Single Seeded Region Growing Algorithm for Color Image Segmentation using Adaptive Thresholding”, 2011 International Conference on Communication Systems and Network Technologies [6] Haining Wang,” Image Segmentation by Normalized Cut”, ECS 231 Final Project - Prof. Zhaojun Bai S.no Image Using watershed Existing work Present work 1. Man and Building 3.784e-004 8.625e-006 0.1816e-28 2. Boat 1.888e-004 5.176e-006 0.0730e-24 3. Garden 4.233e-004 5.332e-006 0.0521e-22 4. Tree 2.089e-004 5.949e-006 0.0010e-20 5. Plane 2.139e-004 6.453e-006 0.4079e-24 6. Crow 1.482e-004 5.682e-006 0.0702e-24 7. Statues 3.358e-004 6.163e-006 0.0602e-21