<?xml version="1.0" encoding="UTF-8"?>
<article article-type="research-article" xml:lang="en-US" xmlns:xlink="http://www.w3.org/1999/xlink">
<front>
<journal-meta>
<journal-id journal-id-type="publisher">global-journal-of-computer-science-and-technology-f-graphics-vision</journal-id>
<journal-title-group>
<journal-title>Global Journal of Computer Science and Technology - F: Graphics &amp; Vision</journal-title>
</journal-title-group>
<issn publication-format="print">0975-4350</issn>
<issn publication-format="electronic">0975-4172</issn>
<publisher><publisher-name>Global Journals Publishing Group Incorporated</publisher-name></publisher>
<self-uri xlink:href="https://globaljournals.org/journal-seo-export/jats/115674.xml" />
</journal-meta>
<article-meta>
<article-id pub-id-type="publisher-id">115674</article-id>
<title-group>
<article-title>Color Image Segmentation using Automated K-Means clustering with RGB and HSV Color Spaces</article-title>
</title-group>
<contrib-group>
<contrib contrib-type="author"><name><surname>Hassan</surname><given-names>Md. Rakib</given-names></name><xref ref-type="aff" rid="aff1" />
</contrib>
<contrib contrib-type="author"><name><surname>Ema</surname><given-names>Romana Rahman</given-names></name></contrib>
<contrib contrib-type="author"><name><surname>Islam</surname><given-names>Tajul</given-names></name></contrib>
</contrib-group>
<aff id="aff1">BANGLADESH, North Western University</aff>
<pub-date publication-format="electronic" date-type="pub" iso-8601-date="2017-01-15">
<day>15</day>
<month>01</month>
<year>2017</year>
</pub-date>
<volume>17</volume>
<issue>F2</issue>
<abstract><p>Segmentation implies the division of an image into different objects or connected regions that do not overlap. Though, extensive research has been done in creating many different approaches and algorithms for image segmentation, however, it is still not very clear to assess whether one algorithm produces more accurate segmentations than another, whether it be for a particular image or set of images, or more generally, for a whole class of images . A reliable and accurate segmentation of an image is, in general, very difficult to achieve by purely automatic means. Present researches on image segmentation using clustering algorithms reveals that K-means clustering algorithm so far produces best results but some improvements can be made to improve the results. The biggest disadvantage of our heavy usage of k-means clustering, is that it means we would have to think of a k each time, which really doesn’t make too much sense because we would like to algorithm to solve this on his own. Therefore we tried to find the K automatically and so create segmentation without any human giving “hints” to the algorithm. So we tried to make the process automatic. In this paper, the combined segmentation of RGB and HSV color spaces give more accurate segmentation result compared to segmentation of single color space. For keeping the k parameter as small as possible, we had to keep different intensity levels of the same color on the same segment to estimate the right k automatically for the algorithm.</p></abstract>
<kwd-group kwd-group-type="author-generated">
<kwd>automated k-means</kwd>
<kwd>clustering</kwd>
<kwd>RGB</kwd>
<kwd>HSV</kwd>
<kwd>segmentation</kwd>
<kwd>color space</kwd>
<kwd>cluster</kwd>
<kwd>image processing</kwd>
<kwd>color image</kwd>
<kwd>K-means clustering.</kwd>
</kwd-group>
<self-uri content-type="pdf" xlink:href="https://globaljournals.org/GJCST_Volume17/4-Color-Image-Segmentation.pdf" />
<self-uri content-type="html" xlink:href="https://globaljournals.org/scholarly-articles/color-image-segmentation-using-automated-k-means-clustering-with-rgb-and-hsv-color-spaces/" />
</article-meta>
</front>
<body>
<sec>
<title>Full Text</title>
<p>Segmentation implies the division of an image into different objects or connected regions that do not overlap. Though, extensive research has been done in creating many different approaches and algorithms for image segmentation, however, it is still not very clear to assess whether one algorithm produces more accurate segmentations than another, whether it be for a particular image or set of images, or more generally, for a whole class of images [7]. A reliable and accurate segmentation of an image is, in general, very difficult to achieve by purely automatic means. Present researches on image segmentation using clustering algorithms reveals that K-means clustering algorithm so far produces best results but some improvements can be made to improve the results. The biggest disadvantage of our heavy usage of k-means clustering, is that it means we would have to think of a k each time, which really doesn’t make too much sense because we would like to algorithm to solve this on his own. Therefore we tried to find the K automatically and so create segmentation without any human giving “hints” to the algorithm. So we tried to make the process automatic. In this paper, the combined segmentation of RGB and HSV color spaces give more accurate segmentation result compared to segmentation of single color space. For keeping the k parameter as small as possible, we had to keep different intensity levels of the same color on the same segment to estimate the right k automatically for the algorithm.</p>
</sec>
</body>
</article>