SlideShare a Scribd company logo
1 of 6
Download to read offline
International Journal of Research and Scientific Innovation (IJRSI) | Volume IV, Issue IV, April 2017 | ISSN 2321–2705
www.rsisinternational.org Page 13
An Automatic Color Feature Vector Classification
Based on Clustering Method
T. Balaji
Assistant Professor of Computer Science, Govt. Arts College, Melur, India
Abstract - In computer vision application, visual features such as
shape, color and texture are extracted to characterize images.
Each of the features is represented using one or more feature
descriptors. One of the important requirements in image
retrieval, indexing, classification, clustering, etc. is extracting
efficient features from images. The color feature is one of the
most widely used visual features. Use of color histogram is the
most common way for representing color feature. One of
disadvantage of the color histogram is that it does not take the
color spatial distribution into consideration. In this paper an
automatic color feature vector classification based on clustering
approach is presented, which effectively describes the spatial
information of color features. The image retrieval results are
compare to improved color feature vector show the acceptable
efficiency of this approach. It propose an automatic color feature
vector classification of satellite images using clustering approach.
The intention is to study cluster a set of satellite images in several
categories on the color similarity basis. The images are processed
using LAB color space in the feature extraction stage. The
resulted color-based feature vectors are clustered using an
automatic unsupervised classification algorithm. Some
experiments based on the proposed recognition technique have
also been performed. More research, however, is needed to
identify and reduce uncertainties in the image processing chain
to improve classification accuracy. The mathematical training
and prediction analysis of a general familiarity with satellite
classifications meet typical map accuracy standards.
Keywords: Feature Extraction, Classification, Clustering and
Feature Vector
I. INTRODUCTION
igital image recognition represents an important
computer vision domain. An image recognition process
consists of classifying a set of images on the basis of their
content similarity. As any pattern recognition task, image
recognition is characterized by a feature extraction step and a
feature vector classification. The feature extraction consists of
an image content analysis. The image content is provided by
its color, texture and shape information. Numerous color,
texture and shape analysis techniques have been developed in
recent years. The image classification process may have a
supervised character, using a template image set, or an
unsupervised character. It provide an automatic unsupervised
image recognition technique. Therefore, we consider the
following automatic recognition task. If {I1,…IN} represents
the set of color images to be recognized, these digital images
have to be clustered automatically in a number of color-based
classes. First, to propose an image feature extraction that uses
LAB color space characteristics. This featuring process is
described in an automatic feature vector clustering technique
based on a K-Means algorithm.
Color, texture and shape are the most common visually
features. These features are independent of specific domain
and can use in general systems of retrieval images. The color
feature is the first and one of the most widely used visual
features in image retrieval and indexing. The most important
advantages of color feature are power of representing visual
content of images, simple extracting color information of
images and high efficiency, relatively power in separating
images from each other, relatively robust to background
complication and independent of image size and orientation.
Image is a different kind of data which includes a huge
amount of information, such as color information, objects,
edges, pixel definition, dimensions and others. Therefore the
treatment of image data is a sensitive concern to preserve the
complete information.
This paper addresses the various key features and
properties of image data by which the information from the
image is extracted and utilized for different applications of
face recognition, image retrieval and others. Another way is to
divide the image into different regions and calculate color
features for each region. Dividing image into sub-images
(blocks) and extracting useful information from these blocks
is a way for improving color histogram and attending to
homogenous blocks seems to be effective. A Histogram
counts the number of pixels of each kind and can be rapidly
created by reading each image pixel just once and
incrementing the appropriate bin of the histogram. Color
histograms are relatively invariant to translation, rotation
about the imaging axis, small off-axis rotation, scale changes
and partial occlusion.
II. BACKGROUND OF THE STUDY
As we know that local features are the image patterns
which differ from its immediate neighbourhood. It is usually
affected by the change of an image property or several
properties simultaneously, although it is not necessary
localized exactly on these changes. There are mainly three
properties commonly considered as intensity, color, and
texture. Local features can be points, but also edges or small
image patches. Typically, some measurements are taken from
a region centered on a local feature and converted into
descriptors. The descriptor scan then is used for various
applications. Good features should have the following
properties:
D
International Journal of Research and Scientific Innovation (IJRSI) | Volume IV, Issue IV, April 2017 | ISSN 2321–2705
www.rsisinternational.org Page 14
A. Uniqueness / Informativeness
The strength patterns underlying the discovered features
should show a lot of variation, such that features can be
distinguished and matched.
B. Repeatability
Given two images of the same objector view, taken under
different viewing conditions, a high percentage of the features
noticed on the scene part observable in both images should be
found in both images.
C. Vicinity
The features should be limited, so as to decrease the
probability of occlusion and to permit simple model estimates
of the geometric and photometric deformations between two
images taken under different viewing circumstances.
D. Accurateness
The detected features should be accurately localized, in
both image location, with respect to scale and possibly shape.
E. Effectiveness
Preferably, the recognition of features in a new image
should allow for time-critical applications. Repeatability,
debatably the most significant property of all, can be achieved
in two different ways: either by invariance or by robustness.
F. Magnitude
The number of detected features should be satisfactorily
large, such that a sensible number of features are detected
even on small objects. However, the optimal number of
features depends on the application. Ideally, the number of
identified features should be controllable over a large range by
a simple and intuitive threshold. The density of features
should reflect the information content of the image to provide
a compact image representation.
G. Robustness
In case of relatively small deformations, it often suffices to
make feature detection methods less sensitive to such
deformations, i.e., the accuracy of the detection may decrease
but not drastically. Also geometric and photometric deviations
from the mathematical model used to obtain invariance are
often overcome by including more robustness.
H. Invariance
When large deformations are to be projected, the preferred
approach is to model these mathematically if possible, and
then develop methods for feature detection that are unaffected
by these mathematical transformations.
III. CLASSIFICATION OVERVIEW
Classification is a partitions an image into distinct regions
containing each pixel with similar attributes. It is to be
meaningful and useful for image analysis and interpretation
should strongly relate to depicted objects or features of
interest. Meaningful classification is the first step from low-
level image processing transforming a grayscale or color
image into one or more other remote sensing images to high-
level image description in terms of features, objects, and
scenes. The success of image analysis depends on reliability
of classification, but an accurate partitioning of an image is
generally a very challenging problem of remote sensing image
applications.
Classification techniques are either contextual or non-
contextual. There is no account of spatial relationships
between features in an image and group pixels together on the
basis of some global attribute, e.g. gray level or color.
Contextual techniques additionally exploit these relationships,
e.g. group together pixels with similar gray levels and close
spatial locations.The division of remote sensing image into
meaningful structures and image classification is often an
essential step in image analysis, object representation,
visualization and many other image processing tasks. A great
variety of classification methods has been proposed in the past
decades and some categorization is necessary to present the
methods properly derived. The categorization presented in this
paper is therefore rather a categorization regarding the
emphasis of an approach than a strict division.
IV. CLUSTERING METHOD
Clustering is a grouping of data with similar
characteristics. This "similarity" in a given set may vary
according to data, because clustering is used in various fields
such as numerical taxonomy, morphometric, systematic, etc.
Thus, a clustering algorithm that fits the numerical measure of
optimization in a data may not optimize another set of data
(for example, depending on the units selected). There are
many algorithms to solve a clustering problem. The
algorithms used in the applet concentrate on "joining",
"splitting", and "switching" search methods. The clustering
method uses a three dimensional model for demonstration
purposes. However the algorithms can calculate clusters in n-
dimensions. For planning to an algorithm based on principal
component analysis, projecting the n-dimensional data on to a
three dimensional space. There are many methods of
clustering developed for wide variety of purposes. Clustering
algorithms used for unsupervised classification of remote
sensing data vary according to the efficiency with which
clustering takes place. Clustering is divided into hierarchical
clustering and non-hierarchical clustering.
V. FEATURE EXTRACTION USING LAB COLOR SPACE
The characteristics of the LAB color space make it
suitable for extracting global color features from a digital
satellite image. Therefore it convert the analyzed RGB images
into LAB format. The characteristic known as luminance or
intensity is represented on the axis named L, that is
perpendicular on a pile of “ab” planes, each one containing all
the possible colors for a given luminance. One of the most
useful characteristic of the LAB color space is that the colors
International Journal of Research and Scientific Innovation (IJRSI) | Volume IV, Issue IV, April 2017 | ISSN 2321–2705
www.rsisinternational.org Page 15
are uniformly distributed in an “ab” plane, from green to red
along the“a” axis and from blue to yellow along the “b” axis
shown in figure 1. One color is defined by a point (a1, b1) in
an “ab” plane of a given luminance L, and colors are changing
gradually and uniformly in the plane around the point. It is
important that the human eye perceives this gradual change of
color as a uniform one. The values of the coordinates L, a and
b are real numbers when applying RGB to LAB mathematical
conversion, but, these values are mapped to 256 levels.
Fig. 1: Color Distribution in “ab” plane for L=134
A precise color is defined in the LAB color space by a
triplet (L,a,b),much like a triplet (R,G,B) defines a color in the
RGB color space. However, in LAB the pair (a,b) can be
viewed as a pure color and the L coordinate gives only how
darker or lighter that color is seen by the human eye. A
reduction of the number of colors is needed in order to obtain
global characteristics. Therefore, it take into consideration
each quadrant of an “ab” plane as an independent subset of
colors. It is ok to consider quadrants for a global case of
classifying or retrieving images based on their color content.
However, for dedicated applications it would be possible to
split the “ab” planes in more complicated shapes in order to
depict some specific colors. Then the (a,b) pairs are ordered
according to the values in the bins, the colors with a greater
number of corresponding pixels in the image being on top of
the list. Then colors very close in the “ab” planes are merged
in this lists, which became a list of fewer colors, but with
larger counts of pixels. Finally, the top (a,b) pair is taken as
the most important color in the corresponding quadrant.
Collecting all the 32 important colors provides us the
following feature vector in classification process.
Each column matrix represents a winning (ai, bi) color
pair. The color contents of two images can be easily compared
on the base of the color features extracted as above. It is
essential to use the fact that the 32 components of the feature
matrix in fact 32 pairs of coordinates designating points in an
“ab” plane of the LAB color system. This techniques is used
to analyze the Euclidean distance as a metric for color feature
vectors. It assures that comparing two color components of
two images means comparing the distance between two points
in the same “ab” plane and the same quadrant.
VI. FEATURE EXTRACTION
The feature is defined as a function of one or more
measurements, each of which specifies some quantifiable
property of an object, and is computed such that it quantifies
some significant characteristics of the object. For classify the
various features currently employed are as follows:
A. General Features
Application independent features such as color, texture,
and shape. According to the abstraction level, they can be
further divided in to the following:
Pixel-level Features - Features calculated at each pixel,
e.g. color, location.
Local Features - Features calculated over the results of
subdivision of the image band on image classification or edge
detection.
Global Features - Features calculated over the entire
image or just regular sub-area of an image.
Domain Specific Features - Application dependent
features such as human faces, fingerprints, and conceptual
features. These features are often a synthesis of low-level
features for a specific domain. On the other hand, all features
can be coarsely classified in to low-level features and high-
level features. Low-level features can be extracted directed
from the original images, whereas high-level feature
extraction must be based on low level features. The feature
extraction diagram is shown in the following fig. 2.
Fig. 2. Diagram of Feature Extraction processing Based
on Clustering Approach
B. Color Features
The color feature is one of the most widely used visual
features in image retrieval. Images characterized by color
features have many advantages:
Robustness - The color histogram is invariant to rotation of
the image on the view axis, and changes in small steps when
rotated otherwise or scaled. It is also insensitive to changes in
image and histogram resolution and occlusion.
Effectiveness - There is high percentage of relevance
between the query image and the extracted matching images.
Implementation Simplicity - The construction of the color
histogram is a straightforward process, including scanning the
image, assigning color values to the resolution of the
International Journal of Research and Scientific Innovation (IJRSI) | Volume IV, Issue IV, April 2017 | ISSN 2321–2705
www.rsisinternational.org Page 16
histogram, and building the histogram using color components
as indices.
Computational Simplicity - The histogram computation
has O(X, Y ) complexity for images of size X × Y . The
complexity for a single image match is linear, O(n), where n
represents the number of different colors or resolution of the
histogram.
Low Storage Requirements - The color histogram size is
significantly smaller than the image itself, assuming color
quantization.
Typically, the color of an image is represented through
some color model. There exist various color models to
describe color information. One representation of color
content of the image is by using color histogram. Statistically,
it denotes the joint probability of the intensities of the three
color channels. A feature vector is then formed by
concatenating the three channel histograms into one vector.
Color descriptors of images can be global or local and consist
of a number of histogram descriptors and color descriptors
represented by color moments, color coherence vectors. Color
histogram describes the distribution of colors within a whole
or within an interest region of image. So, the computational
complexity of the co-occurrence matrix depends quadratically
on the number of gray-scales used for quantization. Features
can be extracted from the co-occurrence matrix to reduce
feature space dimensionality and the formal definitions of five
features from the co-occurrence matrix are done.
VII. PROPOSED AUTOMATIC FEATURE VECTOR
CLASSIFICATION APPROACH
The normal feature vector classification algorithms
used in these systems are commonly divided into three tasks
such as extraction, selection and classification. The extraction
task transforms rich content of images into various content
features. Feature extraction is the process of generating
features to be used in the selection and classification tasks.
Feature selection reduces the number of features provided to
the classification task. Those features which are likely to assist
in discrimination are selected and used in the classification
task. Of these three activities, feature extraction is most
critical because the particular features made available for
discrimination directly influence the efficacy of the
classification task. The end result of the extraction task is a set
of features, commonly called a feature vector, which
constitutes a representation of the image. This process can be
divided in the following stages:
A. Preprocessing
The image is first processed in order to extract the
features, which describe its contents. The processing involves
filtering, normalization, segmentation and object
identification. The output of this stage is a set of significant
regions and objects.
B. Feature Extraction
Features such as shape, texture, color, etc. are used to
describe the content of the image. Image features can be
classified into primitives.
In this paper, an automatic unsupervised feature
vector classification technique is proposed. The clustering
approach groups the N computed feature vectors, V(Ii)…..V(IN)
in a number of K color classes. The provided method uses a
sequence of K-Means clustering procedures and identifies the
optimal number of clusters using a validation index. The K-
Means algorithm represents an unsupervised method for
cluster analysis that aims to partition N observations into K
clusters in which each observation belongs to the cluster with
the nearest mean. The following objective function has to be
minimized by the K-Means procedure, as a within-cluster sum
of squares:
Where d is the Euclidian distance, Ci is the centroid of the
current cluster and Ind(Ci) represents the set of indices of
pixels corresponding to the feature vectors from that cluster.
The clustering procedure containing the following steps:
Procedure: An Automatic Color Feature Vector
Classification
Step 1: Initialize K centroids, one for each cluster, each centroid
representing a point in the feature vector space.
Step 2: Each image feature vector is associated to the closest
centroid
Step 3: The centroids of the obtained clusters are recomputed, as
means of the contained feature vectors
Step 4: Steps 2 and 3 are repeated until the centroids of classes no
longer change their positions
Step 5: The optimal number of clusters is determined to maximize
the inter-cluster distances and minimize the intra-cluster distances
Step 6: Finally to get different level of clustering image
Table 1: Algorithm for an Automatic Color Feature Vector
Classification Approach
International Journal of Research and Scientific Innovation (IJRSI) | Volume IV, Issue IV, April 2017 | ISSN 2321–2705
www.rsisinternational.org Page 17
The number K that maximizes the Dunn index is
considered the optimal number of clusters. The main
advantage of Dunn index is its linear time complexity, the
main disadvantage being the vulnerability for noise in the
data. Therefore, if they obtained image feature vector classes,
for a given K, are Cl1….ClK, then the optimal number of
clusters is computed as:
The Ci being the centroid of the cluster Cli and d(Cli) the
intra-cluster distance of that cluster, representing the
absolute/squared distance between all pairs of cluster
elements. As seen in the Eqn. 7, the K-Means algorithm is
executed N times for determining the optimal number of
clusters. If the number of images is very high, the
computational cost increases very much, therefore it could use
a lower number of running times.
VIII. EXPERIMENTAL RESULTS
Numerous experiments have been performed on satellite
image using this color-based image classification technique.
This type of satellite image classification was implemented
using MATLAB version 7.6 software. The complete process
of this algorithm standards are summarized in the following
Fig. 3.
(a) (b)
(c) (d)
(e) (f)
(g) (h)
(i) (j)
(k)
Fig. 3. Resultant Satellite Image, a. Original Satellite image, b. Image for
Cluster Label Index 1, c. Image for Cluster Label Index 2, d. Image for
International Journal of Research and Scientific Innovation (IJRSI) | Volume IV, Issue IV, April 2017 | ISSN 2321–2705
www.rsisinternational.org Page 18
Cluster Label Index 3, e. Image for Cluster Label Index 4, f. Image for Cluster
Label Index 5, g. Image Cluster 1, h. Image Cluster 2, i. Image Cluster 3, j.
Image Cluster 4 and k. Image Cluster 5
IX. CONCLUSION
A machine vision approach for color images are
presented in this article. The study has brought original
contributions in both feature extraction and classification
stages. It also proposes an automatic color feature extraction
approach using clustering. Some robust color based feature
vectors, based on clustering coordinates in the color space are
obtained. Next, an automatic feature vector classification
technique has been provided. It uses a sequence of K-
Means procedure and a validation index that computes the
optimal number of clusters. The results described successfully
applied in the image retrieval and indexing domains. The
unsupervised image recognition method could be used in the
automatic development of a cluster based image index. It
developed some color based image indexing and extracting
techniques and improving the new color feature vectors results
have been obtained.
REFERENCES
[1]. Balaji T., and Sumathi M., “Fast and Efficient Classification
Algorithm for FCM Clustering in Remote Sensing Images”,
IJISET, Vol. 1, Issue 2, pp. 124–130, May 2014.
[2]. Balaji T., amd Sumathi M., “Relational Color Features of Remote
Sensing Image Classification Using Dynamic Global Threshold
Method”, International Conference Proceedings, ICRSI, Gujarat,
pp. 29-34, December 2013.
[3]. Balaji T., and Sumathi M., “Relational Features of Remote
Sensing Image Classification Using Effective K-Means
Clustering”, IJoART, Vol. 8, Issue 8, pp. 103–107, August 2013.
[4]. Poulami Haldar and Joydeep Mukherjee, “Content Based Image
Retrieval Using Histogram, Color and Edge”, International
Journal of Computer Applications, pp 25-31, 2012.
[5]. Dr. H.B.Kekre ,MR.Dhirendra Mishra, MS. Stuti narula and MS.
Vidhi Shah , “Color Feature Extraction for CBIR”, International
Journal of Engineering Science & Technology (IJEST), pp. 8357-
8365, 2011.
[6]. Ciobanu A., Costin M., Barbu T., “Extraction of Main Colors from
a Digital Color Image”, Proceedings of the International
Multidisciplinary Scientific Geo Conference, Vol. 1, pp.
1069−1076, 2010.
[7]. A. Ciobanu, M. Costin, T. Barbu, “Extraction of Main Colors
From A Digital Color Image”, Proc. of International
Multidisciplinary Scientific Geo Conference, Vol. 1, pp.
1069-1076, 2010.
[8]. Barbu T., Ciobanu A., “Color-Based Image Retrieval Technique
Using Relevance Feedback”, Proceedings of Third International
Conference on Electronics, Computers and Artificial Intelligence,
Vol. 4, pp. 105−108, 2009.
[9]. Kanungo T., Mount D.M., Netanyahu N.S., Piatko C.D.,
Silverman R., Wu A.Y., “An Efficient K-Means Clustering
Algorithm: Analysis and Implementation”, IEEE Transactions on
Pattern Analysis and Machine Intelligence, Vol. 24, No. 7, pp.
881−892, 2009.
[10]. Ying Liua, Dengsheng Zhanga, Guojun Lua and WeiYing Mab,
“A Survey of Content Based Image Retrieval With High-Level
Semantics", Pattern Recognition, Elsevier, pp 262-282, 2009.
[11]. M. Castrillon-Santana and Q. C. Vuong, “An Analysis of
Automatic Gender Classification”, In Proceedings of Conference
on Progress in Pattern Recognition, Image Analysis and
Applications, pp. 271–280, 2009.
[12]. F. Scalzo, G. Bebis, M. Nicolescu, and L. Loss, “Feature Fusion
Hierarchies for Gender Classification”, In Proceedings of
International Conference on Pattern Recognition, 2008.
AUTHOR PROFILES
Dr. T. Balaji received post graduate degree
(M.C.A.) in 1999 from Alagappa University,
Karaikudi, M.Phil. degree in 2003 from
Manonmaniam Sundaranar University,
Tirunelveli, M.Tech. degree in 2007 from
Manonmaniam Sundaranar University,
Tirunelveli and Ph.D. (Computer Science)
degree in 2016 from Madurai Kamaraj
University, Madurai, TamilNadu. He is
having 16 years of experience in teaching.
He is working as an Assistant Professor at
Govt. Arts College, Melur for the last 10
years. His areas of interest are Medical
Image Processing, Signal Processing,
Remote Sensing and Image Classification.
He has published and presented over 20
research papers in international and national
journals of repute. As an educationist he has
conceptualized and implemented a new
curriculum with encrusted learning,
energetic work and exploration project as a
part of under graduate education and post
graduate education.

More Related Content

What's hot

Image Enhancement and Restoration by Image Inpainting
Image Enhancement and Restoration by Image InpaintingImage Enhancement and Restoration by Image Inpainting
Image Enhancement and Restoration by Image InpaintingIJERA Editor
 
Comparative Study and Analysis of Image Inpainting Techniques
Comparative Study and Analysis of Image Inpainting TechniquesComparative Study and Analysis of Image Inpainting Techniques
Comparative Study and Analysis of Image Inpainting TechniquesIOSR Journals
 
Content based image retrieval based on shape with texture features
Content based image retrieval based on shape with texture featuresContent based image retrieval based on shape with texture features
Content based image retrieval based on shape with texture featuresAlexander Decker
 
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
 
2015.basicsof imageanalysischapter2 (1)
2015.basicsof imageanalysischapter2 (1)2015.basicsof imageanalysischapter2 (1)
2015.basicsof imageanalysischapter2 (1)moemi1
 
COLOUR BASED IMAGE SEGMENTATION USING HYBRID KMEANS WITH WATERSHED SEGMENTATION
COLOUR BASED IMAGE SEGMENTATION USING HYBRID KMEANS WITH WATERSHED SEGMENTATIONCOLOUR BASED IMAGE SEGMENTATION USING HYBRID KMEANS WITH WATERSHED SEGMENTATION
COLOUR BASED IMAGE SEGMENTATION USING HYBRID KMEANS WITH WATERSHED SEGMENTATIONIAEME Publication
 
10.1.1.432.9149
10.1.1.432.914910.1.1.432.9149
10.1.1.432.9149moemi1
 
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
 
Feature integration for image information retrieval using image mining techni...
Feature integration for image information retrieval using image mining techni...Feature integration for image information retrieval using image mining techni...
Feature integration for image information retrieval using image mining techni...iaemedu
 
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
 
Literature Review on Content Based Image Retrieval
Literature Review on Content Based Image RetrievalLiterature Review on Content Based Image Retrieval
Literature Review on Content Based Image RetrievalUpekha Vandebona
 
A Novel Feature Extraction Scheme for Medical X-Ray Images
A Novel Feature Extraction Scheme for Medical X-Ray ImagesA Novel Feature Extraction Scheme for Medical X-Ray Images
A Novel Feature Extraction Scheme for Medical X-Ray ImagesIJERA Editor
 
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
 
Evaluation of Texture in CBIR
Evaluation of Texture in CBIREvaluation of Texture in CBIR
Evaluation of Texture in CBIRZahra Mansoori
 
A Combined Method with automatic parameter optimization for Multi-class Image...
A Combined Method with automatic parameter optimization for Multi-class Image...A Combined Method with automatic parameter optimization for Multi-class Image...
A Combined Method with automatic parameter optimization for Multi-class Image...AM Publications
 
An Unsupervised Cluster-based Image Retrieval Algorithm using Relevance Feedback
An Unsupervised Cluster-based Image Retrieval Algorithm using Relevance FeedbackAn Unsupervised Cluster-based Image Retrieval Algorithm using Relevance Feedback
An Unsupervised Cluster-based Image Retrieval Algorithm using Relevance FeedbackIJMIT JOURNAL
 

What's hot (19)

Image Enhancement and Restoration by Image Inpainting
Image Enhancement and Restoration by Image InpaintingImage Enhancement and Restoration by Image Inpainting
Image Enhancement and Restoration by Image Inpainting
 
Comparative Study and Analysis of Image Inpainting Techniques
Comparative Study and Analysis of Image Inpainting TechniquesComparative Study and Analysis of Image Inpainting Techniques
Comparative Study and Analysis of Image Inpainting Techniques
 
Content based image retrieval based on shape with texture features
Content based image retrieval based on shape with texture featuresContent based image retrieval based on shape with texture features
Content based image retrieval based on shape with texture features
 
C1104011322
C1104011322C1104011322
C1104011322
 
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
 
2015.basicsof imageanalysischapter2 (1)
2015.basicsof imageanalysischapter2 (1)2015.basicsof imageanalysischapter2 (1)
2015.basicsof imageanalysischapter2 (1)
 
COLOUR BASED IMAGE SEGMENTATION USING HYBRID KMEANS WITH WATERSHED SEGMENTATION
COLOUR BASED IMAGE SEGMENTATION USING HYBRID KMEANS WITH WATERSHED SEGMENTATIONCOLOUR BASED IMAGE SEGMENTATION USING HYBRID KMEANS WITH WATERSHED SEGMENTATION
COLOUR BASED IMAGE SEGMENTATION USING HYBRID KMEANS WITH WATERSHED SEGMENTATION
 
10.1.1.432.9149
10.1.1.432.914910.1.1.432.9149
10.1.1.432.9149
 
Gi3411661169
Gi3411661169Gi3411661169
Gi3411661169
 
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...
 
Feature integration for image information retrieval using image mining techni...
Feature integration for image information retrieval using image mining techni...Feature integration for image information retrieval using image mining techni...
Feature integration for image information retrieval using image mining techni...
 
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
 
F010433136
F010433136F010433136
F010433136
 
Literature Review on Content Based Image Retrieval
Literature Review on Content Based Image RetrievalLiterature Review on Content Based Image Retrieval
Literature Review on Content Based Image Retrieval
 
A Novel Feature Extraction Scheme for Medical X-Ray Images
A Novel Feature Extraction Scheme for Medical X-Ray ImagesA Novel Feature Extraction Scheme for Medical X-Ray Images
A Novel Feature Extraction Scheme for Medical X-Ray Images
 
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
 
Evaluation of Texture in CBIR
Evaluation of Texture in CBIREvaluation of Texture in CBIR
Evaluation of Texture in CBIR
 
A Combined Method with automatic parameter optimization for Multi-class Image...
A Combined Method with automatic parameter optimization for Multi-class Image...A Combined Method with automatic parameter optimization for Multi-class Image...
A Combined Method with automatic parameter optimization for Multi-class Image...
 
An Unsupervised Cluster-based Image Retrieval Algorithm using Relevance Feedback
An Unsupervised Cluster-based Image Retrieval Algorithm using Relevance FeedbackAn Unsupervised Cluster-based Image Retrieval Algorithm using Relevance Feedback
An Unsupervised Cluster-based Image Retrieval Algorithm using Relevance Feedback
 

Similar to An Automatic Color Feature Vector Classification Based on Clustering Method

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
 
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
 
Image features detection description
Image features detection  descriptionImage features detection  description
Image features detection descriptionmomen saboor
 
VISUAL AND DIGITAL IMAGE PROCESSING.pptx
VISUAL AND DIGITAL IMAGE PROCESSING.pptxVISUAL AND DIGITAL IMAGE PROCESSING.pptx
VISUAL AND DIGITAL IMAGE PROCESSING.pptxthanga2
 
Image Segmentation Using Pairwise Correlation Clustering
Image Segmentation Using Pairwise Correlation ClusteringImage Segmentation Using Pairwise Correlation Clustering
Image Segmentation Using Pairwise Correlation ClusteringIJERA Editor
 
IRJET- A Survey on Different Image Retrieval Techniques
IRJET- A Survey on Different Image Retrieval TechniquesIRJET- A Survey on Different Image Retrieval Techniques
IRJET- A Survey on Different Image Retrieval TechniquesIRJET Journal
 
Remote Sensing Image Scene Classification
Remote Sensing Image Scene ClassificationRemote Sensing Image Scene Classification
Remote Sensing Image Scene ClassificationGaurav Singh
 
A Survey of Image Processing and Identification Techniques
A Survey of Image Processing and Identification TechniquesA Survey of Image Processing and Identification Techniques
A Survey of Image Processing and Identification Techniquesvivatechijri
 
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 Survey on Image Retrieval By Different Features and Techniques
A Survey on Image Retrieval By Different Features and TechniquesA Survey on Image Retrieval By Different Features and Techniques
A Survey on Image Retrieval By Different Features and TechniquesIRJET Journal
 
A review on digital image processing paper
A review on digital image processing paperA review on digital image processing paper
A review on digital image processing paperCharlie716895
 
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
 
APPLICATIONS OF SPATIAL FEATURES IN CBIR : A SURVEY
APPLICATIONS OF SPATIAL FEATURES IN CBIR : A SURVEYAPPLICATIONS OF SPATIAL FEATURES IN CBIR : A SURVEY
APPLICATIONS OF SPATIAL FEATURES IN CBIR : A SURVEYcscpconf
 
Applications of spatial features in cbir a survey
Applications of spatial features in cbir  a surveyApplications of spatial features in cbir  a survey
Applications of spatial features in cbir a surveycsandit
 

Similar to An Automatic Color Feature Vector Classification Based on Clustering Method (20)

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
 
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
 
Image features detection description
Image features detection  descriptionImage features detection  description
Image features detection description
 
VISUAL AND DIGITAL IMAGE PROCESSING.pptx
VISUAL AND DIGITAL IMAGE PROCESSING.pptxVISUAL AND DIGITAL IMAGE PROCESSING.pptx
VISUAL AND DIGITAL IMAGE PROCESSING.pptx
 
Bx4301429434
Bx4301429434Bx4301429434
Bx4301429434
 
A010210106
A010210106A010210106
A010210106
 
Image Segmentation Using Pairwise Correlation Clustering
Image Segmentation Using Pairwise Correlation ClusteringImage Segmentation Using Pairwise Correlation Clustering
Image Segmentation Using Pairwise Correlation Clustering
 
D43031521
D43031521D43031521
D43031521
 
IRJET- A Survey on Different Image Retrieval Techniques
IRJET- A Survey on Different Image Retrieval TechniquesIRJET- A Survey on Different Image Retrieval Techniques
IRJET- A Survey on Different Image Retrieval Techniques
 
Remote Sensing Image Scene Classification
Remote Sensing Image Scene ClassificationRemote Sensing Image Scene Classification
Remote Sensing Image Scene Classification
 
A Survey of Image Processing and Identification Techniques
A Survey of Image Processing and Identification TechniquesA Survey of Image Processing and Identification Techniques
A Survey of Image Processing and Identification Techniques
 
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 Survey on Image Retrieval By Different Features and Techniques
A Survey on Image Retrieval By Different Features and TechniquesA Survey on Image Retrieval By Different Features and Techniques
A Survey on Image Retrieval By Different Features and Techniques
 
116 121
116 121116 121
116 121
 
A review on digital image processing paper
A review on digital image processing paperA review on digital image processing paper
A review on digital image processing paper
 
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...
 
APPLICATIONS OF SPATIAL FEATURES IN CBIR : A SURVEY
APPLICATIONS OF SPATIAL FEATURES IN CBIR : A SURVEYAPPLICATIONS OF SPATIAL FEATURES IN CBIR : A SURVEY
APPLICATIONS OF SPATIAL FEATURES IN CBIR : A SURVEY
 
Applications of spatial features in cbir a survey
Applications of spatial features in cbir  a surveyApplications of spatial features in cbir  a survey
Applications of spatial features in cbir a survey
 
Ac03401600163.
Ac03401600163.Ac03401600163.
Ac03401600163.
 
123
123123
123
 

More from RSIS International

Teacher’s Accomplishment Level of The Components of an E-Learning Module: A B...
Teacher’s Accomplishment Level of The Components of an E-Learning Module: A B...Teacher’s Accomplishment Level of The Components of an E-Learning Module: A B...
Teacher’s Accomplishment Level of The Components of an E-Learning Module: A B...RSIS International
 
Development Administration and the Challenges of Neo-liberal Reforms in the E...
Development Administration and the Challenges of Neo-liberal Reforms in the E...Development Administration and the Challenges of Neo-liberal Reforms in the E...
Development Administration and the Challenges of Neo-liberal Reforms in the E...RSIS International
 
The Nexus of Street Trading and Juvenile Delinquency: A Study of Chanchaga Lo...
The Nexus of Street Trading and Juvenile Delinquency: A Study of Chanchaga Lo...The Nexus of Street Trading and Juvenile Delinquency: A Study of Chanchaga Lo...
The Nexus of Street Trading and Juvenile Delinquency: A Study of Chanchaga Lo...RSIS International
 
Determination of Bacteriological and Physiochemical Properties of Som-Breiro ...
Determination of Bacteriological and Physiochemical Properties of Som-Breiro ...Determination of Bacteriological and Physiochemical Properties of Som-Breiro ...
Determination of Bacteriological and Physiochemical Properties of Som-Breiro ...RSIS International
 
Power and Delay Analysis of Logic Circuits Using Reversible Gates
Power and Delay Analysis of Logic Circuits Using Reversible GatesPower and Delay Analysis of Logic Circuits Using Reversible Gates
Power and Delay Analysis of Logic Circuits Using Reversible GatesRSIS International
 
Innovative ICT Solutions and Entrepreneurship Development in Rural Area Such ...
Innovative ICT Solutions and Entrepreneurship Development in Rural Area Such ...Innovative ICT Solutions and Entrepreneurship Development in Rural Area Such ...
Innovative ICT Solutions and Entrepreneurship Development in Rural Area Such ...RSIS International
 
Indigenous Agricultural Knowledge and the Sustenance of Local Livelihood Stra...
Indigenous Agricultural Knowledge and the Sustenance of Local Livelihood Stra...Indigenous Agricultural Knowledge and the Sustenance of Local Livelihood Stra...
Indigenous Agricultural Knowledge and the Sustenance of Local Livelihood Stra...RSIS International
 
Wireless radio signal drop due to foliage in illuba bore zone ethiopia
Wireless radio signal drop due to foliage in illuba bore zone ethiopiaWireless radio signal drop due to foliage in illuba bore zone ethiopia
Wireless radio signal drop due to foliage in illuba bore zone ethiopiaRSIS International
 
The Bridging Process: Filipino Teachers’ View on Mother Tongue
The Bridging Process: Filipino Teachers’ View on Mother TongueThe Bridging Process: Filipino Teachers’ View on Mother Tongue
The Bridging Process: Filipino Teachers’ View on Mother TongueRSIS International
 
Optimization of tungsten inert gas welding on 6063 aluminum alloy on taguchi ...
Optimization of tungsten inert gas welding on 6063 aluminum alloy on taguchi ...Optimization of tungsten inert gas welding on 6063 aluminum alloy on taguchi ...
Optimization of tungsten inert gas welding on 6063 aluminum alloy on taguchi ...RSIS International
 
Investigation of mechanical properties of carbidic ductile cast iron
Investigation of mechanical properties of carbidic ductile cast ironInvestigation of mechanical properties of carbidic ductile cast iron
Investigation of mechanical properties of carbidic ductile cast ironRSIS International
 
4th international conference on multidisciplinary research & practice (4ICMRP...
4th international conference on multidisciplinary research & practice (4ICMRP...4th international conference on multidisciplinary research & practice (4ICMRP...
4th international conference on multidisciplinary research & practice (4ICMRP...RSIS International
 
Six Sigma Methods and Formulas for Successful Quality Management
Six Sigma Methods and Formulas for Successful Quality ManagementSix Sigma Methods and Formulas for Successful Quality Management
Six Sigma Methods and Formulas for Successful Quality ManagementRSIS International
 
Task Performance Analysis in Virtual Cloud Environment
Task Performance Analysis in Virtual Cloud EnvironmentTask Performance Analysis in Virtual Cloud Environment
Task Performance Analysis in Virtual Cloud EnvironmentRSIS International
 
Design and Fabrication of Manually Operated Wood Sawing Machine: Save Electri...
Design and Fabrication of Manually Operated Wood Sawing Machine: Save Electri...Design and Fabrication of Manually Operated Wood Sawing Machine: Save Electri...
Design and Fabrication of Manually Operated Wood Sawing Machine: Save Electri...RSIS International
 
Effect of Surface Treatment on Settlement of Coir Mat Reinforced Sand
Effect of Surface Treatment on Settlement of Coir Mat Reinforced SandEffect of Surface Treatment on Settlement of Coir Mat Reinforced Sand
Effect of Surface Treatment on Settlement of Coir Mat Reinforced SandRSIS International
 
Augmentation of Customer’s Profile Dataset Using Genetic Algorithm
Augmentation of Customer’s Profile Dataset Using Genetic AlgorithmAugmentation of Customer’s Profile Dataset Using Genetic Algorithm
Augmentation of Customer’s Profile Dataset Using Genetic AlgorithmRSIS International
 
System Development for Verification of General Purpose Input Output
System Development for Verification of General Purpose Input OutputSystem Development for Verification of General Purpose Input Output
System Development for Verification of General Purpose Input OutputRSIS International
 
De-noising of Fetal ECG for Fetal Heart Rate Calculation and Variability Anal...
De-noising of Fetal ECG for Fetal Heart Rate Calculation and Variability Anal...De-noising of Fetal ECG for Fetal Heart Rate Calculation and Variability Anal...
De-noising of Fetal ECG for Fetal Heart Rate Calculation and Variability Anal...RSIS International
 
Active Vibration Control of Composite Plate
Active Vibration Control of Composite PlateActive Vibration Control of Composite Plate
Active Vibration Control of Composite PlateRSIS International
 

More from RSIS International (20)

Teacher’s Accomplishment Level of The Components of an E-Learning Module: A B...
Teacher’s Accomplishment Level of The Components of an E-Learning Module: A B...Teacher’s Accomplishment Level of The Components of an E-Learning Module: A B...
Teacher’s Accomplishment Level of The Components of an E-Learning Module: A B...
 
Development Administration and the Challenges of Neo-liberal Reforms in the E...
Development Administration and the Challenges of Neo-liberal Reforms in the E...Development Administration and the Challenges of Neo-liberal Reforms in the E...
Development Administration and the Challenges of Neo-liberal Reforms in the E...
 
The Nexus of Street Trading and Juvenile Delinquency: A Study of Chanchaga Lo...
The Nexus of Street Trading and Juvenile Delinquency: A Study of Chanchaga Lo...The Nexus of Street Trading and Juvenile Delinquency: A Study of Chanchaga Lo...
The Nexus of Street Trading and Juvenile Delinquency: A Study of Chanchaga Lo...
 
Determination of Bacteriological and Physiochemical Properties of Som-Breiro ...
Determination of Bacteriological and Physiochemical Properties of Som-Breiro ...Determination of Bacteriological and Physiochemical Properties of Som-Breiro ...
Determination of Bacteriological and Physiochemical Properties of Som-Breiro ...
 
Power and Delay Analysis of Logic Circuits Using Reversible Gates
Power and Delay Analysis of Logic Circuits Using Reversible GatesPower and Delay Analysis of Logic Circuits Using Reversible Gates
Power and Delay Analysis of Logic Circuits Using Reversible Gates
 
Innovative ICT Solutions and Entrepreneurship Development in Rural Area Such ...
Innovative ICT Solutions and Entrepreneurship Development in Rural Area Such ...Innovative ICT Solutions and Entrepreneurship Development in Rural Area Such ...
Innovative ICT Solutions and Entrepreneurship Development in Rural Area Such ...
 
Indigenous Agricultural Knowledge and the Sustenance of Local Livelihood Stra...
Indigenous Agricultural Knowledge and the Sustenance of Local Livelihood Stra...Indigenous Agricultural Knowledge and the Sustenance of Local Livelihood Stra...
Indigenous Agricultural Knowledge and the Sustenance of Local Livelihood Stra...
 
Wireless radio signal drop due to foliage in illuba bore zone ethiopia
Wireless radio signal drop due to foliage in illuba bore zone ethiopiaWireless radio signal drop due to foliage in illuba bore zone ethiopia
Wireless radio signal drop due to foliage in illuba bore zone ethiopia
 
The Bridging Process: Filipino Teachers’ View on Mother Tongue
The Bridging Process: Filipino Teachers’ View on Mother TongueThe Bridging Process: Filipino Teachers’ View on Mother Tongue
The Bridging Process: Filipino Teachers’ View on Mother Tongue
 
Optimization of tungsten inert gas welding on 6063 aluminum alloy on taguchi ...
Optimization of tungsten inert gas welding on 6063 aluminum alloy on taguchi ...Optimization of tungsten inert gas welding on 6063 aluminum alloy on taguchi ...
Optimization of tungsten inert gas welding on 6063 aluminum alloy on taguchi ...
 
Investigation of mechanical properties of carbidic ductile cast iron
Investigation of mechanical properties of carbidic ductile cast ironInvestigation of mechanical properties of carbidic ductile cast iron
Investigation of mechanical properties of carbidic ductile cast iron
 
4th international conference on multidisciplinary research & practice (4ICMRP...
4th international conference on multidisciplinary research & practice (4ICMRP...4th international conference on multidisciplinary research & practice (4ICMRP...
4th international conference on multidisciplinary research & practice (4ICMRP...
 
Six Sigma Methods and Formulas for Successful Quality Management
Six Sigma Methods and Formulas for Successful Quality ManagementSix Sigma Methods and Formulas for Successful Quality Management
Six Sigma Methods and Formulas for Successful Quality Management
 
Task Performance Analysis in Virtual Cloud Environment
Task Performance Analysis in Virtual Cloud EnvironmentTask Performance Analysis in Virtual Cloud Environment
Task Performance Analysis in Virtual Cloud Environment
 
Design and Fabrication of Manually Operated Wood Sawing Machine: Save Electri...
Design and Fabrication of Manually Operated Wood Sawing Machine: Save Electri...Design and Fabrication of Manually Operated Wood Sawing Machine: Save Electri...
Design and Fabrication of Manually Operated Wood Sawing Machine: Save Electri...
 
Effect of Surface Treatment on Settlement of Coir Mat Reinforced Sand
Effect of Surface Treatment on Settlement of Coir Mat Reinforced SandEffect of Surface Treatment on Settlement of Coir Mat Reinforced Sand
Effect of Surface Treatment on Settlement of Coir Mat Reinforced Sand
 
Augmentation of Customer’s Profile Dataset Using Genetic Algorithm
Augmentation of Customer’s Profile Dataset Using Genetic AlgorithmAugmentation of Customer’s Profile Dataset Using Genetic Algorithm
Augmentation of Customer’s Profile Dataset Using Genetic Algorithm
 
System Development for Verification of General Purpose Input Output
System Development for Verification of General Purpose Input OutputSystem Development for Verification of General Purpose Input Output
System Development for Verification of General Purpose Input Output
 
De-noising of Fetal ECG for Fetal Heart Rate Calculation and Variability Anal...
De-noising of Fetal ECG for Fetal Heart Rate Calculation and Variability Anal...De-noising of Fetal ECG for Fetal Heart Rate Calculation and Variability Anal...
De-noising of Fetal ECG for Fetal Heart Rate Calculation and Variability Anal...
 
Active Vibration Control of Composite Plate
Active Vibration Control of Composite PlateActive Vibration Control of Composite Plate
Active Vibration Control of Composite Plate
 

Recently uploaded

main PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidmain PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidNikhilNagaraju
 
Biology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptxBiology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptxDeepakSakkari2
 
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escortsranjana rawat
 
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Dr.Costas Sachpazis
 
Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...VICTOR MAESTRE RAMIREZ
 
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130Suhani Kapoor
 
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxDecoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxJoão Esperancinha
 
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...VICTOR MAESTRE RAMIREZ
 
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdfCCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdfAsst.prof M.Gokilavani
 
IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024Mark Billinghurst
 
Call Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call GirlsCall Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call Girlsssuser7cb4ff
 
Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.eptoze12
 
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escortsranjana rawat
 
Internship report on mechanical engineering
Internship report on mechanical engineeringInternship report on mechanical engineering
Internship report on mechanical engineeringmalavadedarshan25
 
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...Soham Mondal
 
HARMONY IN THE HUMAN BEING - Unit-II UHV-2
HARMONY IN THE HUMAN BEING - Unit-II UHV-2HARMONY IN THE HUMAN BEING - Unit-II UHV-2
HARMONY IN THE HUMAN BEING - Unit-II UHV-2RajaP95
 
microprocessor 8085 and its interfacing
microprocessor 8085  and its interfacingmicroprocessor 8085  and its interfacing
microprocessor 8085 and its interfacingjaychoudhary37
 
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSAPPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSKurinjimalarL3
 

Recently uploaded (20)

🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...
🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...
🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...
 
main PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidmain PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfid
 
young call girls in Rajiv Chowk🔝 9953056974 🔝 Delhi escort Service
young call girls in Rajiv Chowk🔝 9953056974 🔝 Delhi escort Serviceyoung call girls in Rajiv Chowk🔝 9953056974 🔝 Delhi escort Service
young call girls in Rajiv Chowk🔝 9953056974 🔝 Delhi escort Service
 
Biology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptxBiology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptx
 
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
 
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
 
Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...
 
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
 
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxDecoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
 
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...
 
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdfCCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
 
IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024
 
Call Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call GirlsCall Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call Girls
 
Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.
 
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
 
Internship report on mechanical engineering
Internship report on mechanical engineeringInternship report on mechanical engineering
Internship report on mechanical engineering
 
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
 
HARMONY IN THE HUMAN BEING - Unit-II UHV-2
HARMONY IN THE HUMAN BEING - Unit-II UHV-2HARMONY IN THE HUMAN BEING - Unit-II UHV-2
HARMONY IN THE HUMAN BEING - Unit-II UHV-2
 
microprocessor 8085 and its interfacing
microprocessor 8085  and its interfacingmicroprocessor 8085  and its interfacing
microprocessor 8085 and its interfacing
 
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSAPPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
 

An Automatic Color Feature Vector Classification Based on Clustering Method

  • 1. International Journal of Research and Scientific Innovation (IJRSI) | Volume IV, Issue IV, April 2017 | ISSN 2321–2705 www.rsisinternational.org Page 13 An Automatic Color Feature Vector Classification Based on Clustering Method T. Balaji Assistant Professor of Computer Science, Govt. Arts College, Melur, India Abstract - In computer vision application, visual features such as shape, color and texture are extracted to characterize images. Each of the features is represented using one or more feature descriptors. One of the important requirements in image retrieval, indexing, classification, clustering, etc. is extracting efficient features from images. The color feature is one of the most widely used visual features. Use of color histogram is the most common way for representing color feature. One of disadvantage of the color histogram is that it does not take the color spatial distribution into consideration. In this paper an automatic color feature vector classification based on clustering approach is presented, which effectively describes the spatial information of color features. The image retrieval results are compare to improved color feature vector show the acceptable efficiency of this approach. It propose an automatic color feature vector classification of satellite images using clustering approach. The intention is to study cluster a set of satellite images in several categories on the color similarity basis. The images are processed using LAB color space in the feature extraction stage. The resulted color-based feature vectors are clustered using an automatic unsupervised classification algorithm. Some experiments based on the proposed recognition technique have also been performed. More research, however, is needed to identify and reduce uncertainties in the image processing chain to improve classification accuracy. The mathematical training and prediction analysis of a general familiarity with satellite classifications meet typical map accuracy standards. Keywords: Feature Extraction, Classification, Clustering and Feature Vector I. INTRODUCTION igital image recognition represents an important computer vision domain. An image recognition process consists of classifying a set of images on the basis of their content similarity. As any pattern recognition task, image recognition is characterized by a feature extraction step and a feature vector classification. The feature extraction consists of an image content analysis. The image content is provided by its color, texture and shape information. Numerous color, texture and shape analysis techniques have been developed in recent years. The image classification process may have a supervised character, using a template image set, or an unsupervised character. It provide an automatic unsupervised image recognition technique. Therefore, we consider the following automatic recognition task. If {I1,…IN} represents the set of color images to be recognized, these digital images have to be clustered automatically in a number of color-based classes. First, to propose an image feature extraction that uses LAB color space characteristics. This featuring process is described in an automatic feature vector clustering technique based on a K-Means algorithm. Color, texture and shape are the most common visually features. These features are independent of specific domain and can use in general systems of retrieval images. The color feature is the first and one of the most widely used visual features in image retrieval and indexing. The most important advantages of color feature are power of representing visual content of images, simple extracting color information of images and high efficiency, relatively power in separating images from each other, relatively robust to background complication and independent of image size and orientation. Image is a different kind of data which includes a huge amount of information, such as color information, objects, edges, pixel definition, dimensions and others. Therefore the treatment of image data is a sensitive concern to preserve the complete information. This paper addresses the various key features and properties of image data by which the information from the image is extracted and utilized for different applications of face recognition, image retrieval and others. Another way is to divide the image into different regions and calculate color features for each region. Dividing image into sub-images (blocks) and extracting useful information from these blocks is a way for improving color histogram and attending to homogenous blocks seems to be effective. A Histogram counts the number of pixels of each kind and can be rapidly created by reading each image pixel just once and incrementing the appropriate bin of the histogram. Color histograms are relatively invariant to translation, rotation about the imaging axis, small off-axis rotation, scale changes and partial occlusion. II. BACKGROUND OF THE STUDY As we know that local features are the image patterns which differ from its immediate neighbourhood. It is usually affected by the change of an image property or several properties simultaneously, although it is not necessary localized exactly on these changes. There are mainly three properties commonly considered as intensity, color, and texture. Local features can be points, but also edges or small image patches. Typically, some measurements are taken from a region centered on a local feature and converted into descriptors. The descriptor scan then is used for various applications. Good features should have the following properties: D
  • 2. International Journal of Research and Scientific Innovation (IJRSI) | Volume IV, Issue IV, April 2017 | ISSN 2321–2705 www.rsisinternational.org Page 14 A. Uniqueness / Informativeness The strength patterns underlying the discovered features should show a lot of variation, such that features can be distinguished and matched. B. Repeatability Given two images of the same objector view, taken under different viewing conditions, a high percentage of the features noticed on the scene part observable in both images should be found in both images. C. Vicinity The features should be limited, so as to decrease the probability of occlusion and to permit simple model estimates of the geometric and photometric deformations between two images taken under different viewing circumstances. D. Accurateness The detected features should be accurately localized, in both image location, with respect to scale and possibly shape. E. Effectiveness Preferably, the recognition of features in a new image should allow for time-critical applications. Repeatability, debatably the most significant property of all, can be achieved in two different ways: either by invariance or by robustness. F. Magnitude The number of detected features should be satisfactorily large, such that a sensible number of features are detected even on small objects. However, the optimal number of features depends on the application. Ideally, the number of identified features should be controllable over a large range by a simple and intuitive threshold. The density of features should reflect the information content of the image to provide a compact image representation. G. Robustness In case of relatively small deformations, it often suffices to make feature detection methods less sensitive to such deformations, i.e., the accuracy of the detection may decrease but not drastically. Also geometric and photometric deviations from the mathematical model used to obtain invariance are often overcome by including more robustness. H. Invariance When large deformations are to be projected, the preferred approach is to model these mathematically if possible, and then develop methods for feature detection that are unaffected by these mathematical transformations. III. CLASSIFICATION OVERVIEW Classification is a partitions an image into distinct regions containing each pixel with similar attributes. It is to be meaningful and useful for image analysis and interpretation should strongly relate to depicted objects or features of interest. Meaningful classification is the first step from low- level image processing transforming a grayscale or color image into one or more other remote sensing images to high- level image description in terms of features, objects, and scenes. The success of image analysis depends on reliability of classification, but an accurate partitioning of an image is generally a very challenging problem of remote sensing image applications. Classification techniques are either contextual or non- contextual. There is no account of spatial relationships between features in an image and group pixels together on the basis of some global attribute, e.g. gray level or color. Contextual techniques additionally exploit these relationships, e.g. group together pixels with similar gray levels and close spatial locations.The division of remote sensing image into meaningful structures and image classification is often an essential step in image analysis, object representation, visualization and many other image processing tasks. A great variety of classification methods has been proposed in the past decades and some categorization is necessary to present the methods properly derived. The categorization presented in this paper is therefore rather a categorization regarding the emphasis of an approach than a strict division. IV. CLUSTERING METHOD Clustering is a grouping of data with similar characteristics. This "similarity" in a given set may vary according to data, because clustering is used in various fields such as numerical taxonomy, morphometric, systematic, etc. Thus, a clustering algorithm that fits the numerical measure of optimization in a data may not optimize another set of data (for example, depending on the units selected). There are many algorithms to solve a clustering problem. The algorithms used in the applet concentrate on "joining", "splitting", and "switching" search methods. The clustering method uses a three dimensional model for demonstration purposes. However the algorithms can calculate clusters in n- dimensions. For planning to an algorithm based on principal component analysis, projecting the n-dimensional data on to a three dimensional space. There are many methods of clustering developed for wide variety of purposes. Clustering algorithms used for unsupervised classification of remote sensing data vary according to the efficiency with which clustering takes place. Clustering is divided into hierarchical clustering and non-hierarchical clustering. V. FEATURE EXTRACTION USING LAB COLOR SPACE The characteristics of the LAB color space make it suitable for extracting global color features from a digital satellite image. Therefore it convert the analyzed RGB images into LAB format. The characteristic known as luminance or intensity is represented on the axis named L, that is perpendicular on a pile of “ab” planes, each one containing all the possible colors for a given luminance. One of the most useful characteristic of the LAB color space is that the colors
  • 3. International Journal of Research and Scientific Innovation (IJRSI) | Volume IV, Issue IV, April 2017 | ISSN 2321–2705 www.rsisinternational.org Page 15 are uniformly distributed in an “ab” plane, from green to red along the“a” axis and from blue to yellow along the “b” axis shown in figure 1. One color is defined by a point (a1, b1) in an “ab” plane of a given luminance L, and colors are changing gradually and uniformly in the plane around the point. It is important that the human eye perceives this gradual change of color as a uniform one. The values of the coordinates L, a and b are real numbers when applying RGB to LAB mathematical conversion, but, these values are mapped to 256 levels. Fig. 1: Color Distribution in “ab” plane for L=134 A precise color is defined in the LAB color space by a triplet (L,a,b),much like a triplet (R,G,B) defines a color in the RGB color space. However, in LAB the pair (a,b) can be viewed as a pure color and the L coordinate gives only how darker or lighter that color is seen by the human eye. A reduction of the number of colors is needed in order to obtain global characteristics. Therefore, it take into consideration each quadrant of an “ab” plane as an independent subset of colors. It is ok to consider quadrants for a global case of classifying or retrieving images based on their color content. However, for dedicated applications it would be possible to split the “ab” planes in more complicated shapes in order to depict some specific colors. Then the (a,b) pairs are ordered according to the values in the bins, the colors with a greater number of corresponding pixels in the image being on top of the list. Then colors very close in the “ab” planes are merged in this lists, which became a list of fewer colors, but with larger counts of pixels. Finally, the top (a,b) pair is taken as the most important color in the corresponding quadrant. Collecting all the 32 important colors provides us the following feature vector in classification process. Each column matrix represents a winning (ai, bi) color pair. The color contents of two images can be easily compared on the base of the color features extracted as above. It is essential to use the fact that the 32 components of the feature matrix in fact 32 pairs of coordinates designating points in an “ab” plane of the LAB color system. This techniques is used to analyze the Euclidean distance as a metric for color feature vectors. It assures that comparing two color components of two images means comparing the distance between two points in the same “ab” plane and the same quadrant. VI. FEATURE EXTRACTION The feature is defined as a function of one or more measurements, each of which specifies some quantifiable property of an object, and is computed such that it quantifies some significant characteristics of the object. For classify the various features currently employed are as follows: A. General Features Application independent features such as color, texture, and shape. According to the abstraction level, they can be further divided in to the following: Pixel-level Features - Features calculated at each pixel, e.g. color, location. Local Features - Features calculated over the results of subdivision of the image band on image classification or edge detection. Global Features - Features calculated over the entire image or just regular sub-area of an image. Domain Specific Features - Application dependent features such as human faces, fingerprints, and conceptual features. These features are often a synthesis of low-level features for a specific domain. On the other hand, all features can be coarsely classified in to low-level features and high- level features. Low-level features can be extracted directed from the original images, whereas high-level feature extraction must be based on low level features. The feature extraction diagram is shown in the following fig. 2. Fig. 2. Diagram of Feature Extraction processing Based on Clustering Approach B. Color Features The color feature is one of the most widely used visual features in image retrieval. Images characterized by color features have many advantages: Robustness - The color histogram is invariant to rotation of the image on the view axis, and changes in small steps when rotated otherwise or scaled. It is also insensitive to changes in image and histogram resolution and occlusion. Effectiveness - There is high percentage of relevance between the query image and the extracted matching images. Implementation Simplicity - The construction of the color histogram is a straightforward process, including scanning the image, assigning color values to the resolution of the
  • 4. International Journal of Research and Scientific Innovation (IJRSI) | Volume IV, Issue IV, April 2017 | ISSN 2321–2705 www.rsisinternational.org Page 16 histogram, and building the histogram using color components as indices. Computational Simplicity - The histogram computation has O(X, Y ) complexity for images of size X × Y . The complexity for a single image match is linear, O(n), where n represents the number of different colors or resolution of the histogram. Low Storage Requirements - The color histogram size is significantly smaller than the image itself, assuming color quantization. Typically, the color of an image is represented through some color model. There exist various color models to describe color information. One representation of color content of the image is by using color histogram. Statistically, it denotes the joint probability of the intensities of the three color channels. A feature vector is then formed by concatenating the three channel histograms into one vector. Color descriptors of images can be global or local and consist of a number of histogram descriptors and color descriptors represented by color moments, color coherence vectors. Color histogram describes the distribution of colors within a whole or within an interest region of image. So, the computational complexity of the co-occurrence matrix depends quadratically on the number of gray-scales used for quantization. Features can be extracted from the co-occurrence matrix to reduce feature space dimensionality and the formal definitions of five features from the co-occurrence matrix are done. VII. PROPOSED AUTOMATIC FEATURE VECTOR CLASSIFICATION APPROACH The normal feature vector classification algorithms used in these systems are commonly divided into three tasks such as extraction, selection and classification. The extraction task transforms rich content of images into various content features. Feature extraction is the process of generating features to be used in the selection and classification tasks. Feature selection reduces the number of features provided to the classification task. Those features which are likely to assist in discrimination are selected and used in the classification task. Of these three activities, feature extraction is most critical because the particular features made available for discrimination directly influence the efficacy of the classification task. The end result of the extraction task is a set of features, commonly called a feature vector, which constitutes a representation of the image. This process can be divided in the following stages: A. Preprocessing The image is first processed in order to extract the features, which describe its contents. The processing involves filtering, normalization, segmentation and object identification. The output of this stage is a set of significant regions and objects. B. Feature Extraction Features such as shape, texture, color, etc. are used to describe the content of the image. Image features can be classified into primitives. In this paper, an automatic unsupervised feature vector classification technique is proposed. The clustering approach groups the N computed feature vectors, V(Ii)…..V(IN) in a number of K color classes. The provided method uses a sequence of K-Means clustering procedures and identifies the optimal number of clusters using a validation index. The K- Means algorithm represents an unsupervised method for cluster analysis that aims to partition N observations into K clusters in which each observation belongs to the cluster with the nearest mean. The following objective function has to be minimized by the K-Means procedure, as a within-cluster sum of squares: Where d is the Euclidian distance, Ci is the centroid of the current cluster and Ind(Ci) represents the set of indices of pixels corresponding to the feature vectors from that cluster. The clustering procedure containing the following steps: Procedure: An Automatic Color Feature Vector Classification Step 1: Initialize K centroids, one for each cluster, each centroid representing a point in the feature vector space. Step 2: Each image feature vector is associated to the closest centroid Step 3: The centroids of the obtained clusters are recomputed, as means of the contained feature vectors Step 4: Steps 2 and 3 are repeated until the centroids of classes no longer change their positions Step 5: The optimal number of clusters is determined to maximize the inter-cluster distances and minimize the intra-cluster distances Step 6: Finally to get different level of clustering image Table 1: Algorithm for an Automatic Color Feature Vector Classification Approach
  • 5. International Journal of Research and Scientific Innovation (IJRSI) | Volume IV, Issue IV, April 2017 | ISSN 2321–2705 www.rsisinternational.org Page 17 The number K that maximizes the Dunn index is considered the optimal number of clusters. The main advantage of Dunn index is its linear time complexity, the main disadvantage being the vulnerability for noise in the data. Therefore, if they obtained image feature vector classes, for a given K, are Cl1….ClK, then the optimal number of clusters is computed as: The Ci being the centroid of the cluster Cli and d(Cli) the intra-cluster distance of that cluster, representing the absolute/squared distance between all pairs of cluster elements. As seen in the Eqn. 7, the K-Means algorithm is executed N times for determining the optimal number of clusters. If the number of images is very high, the computational cost increases very much, therefore it could use a lower number of running times. VIII. EXPERIMENTAL RESULTS Numerous experiments have been performed on satellite image using this color-based image classification technique. This type of satellite image classification was implemented using MATLAB version 7.6 software. The complete process of this algorithm standards are summarized in the following Fig. 3. (a) (b) (c) (d) (e) (f) (g) (h) (i) (j) (k) Fig. 3. Resultant Satellite Image, a. Original Satellite image, b. Image for Cluster Label Index 1, c. Image for Cluster Label Index 2, d. Image for
  • 6. International Journal of Research and Scientific Innovation (IJRSI) | Volume IV, Issue IV, April 2017 | ISSN 2321–2705 www.rsisinternational.org Page 18 Cluster Label Index 3, e. Image for Cluster Label Index 4, f. Image for Cluster Label Index 5, g. Image Cluster 1, h. Image Cluster 2, i. Image Cluster 3, j. Image Cluster 4 and k. Image Cluster 5 IX. CONCLUSION A machine vision approach for color images are presented in this article. The study has brought original contributions in both feature extraction and classification stages. It also proposes an automatic color feature extraction approach using clustering. Some robust color based feature vectors, based on clustering coordinates in the color space are obtained. Next, an automatic feature vector classification technique has been provided. It uses a sequence of K- Means procedure and a validation index that computes the optimal number of clusters. The results described successfully applied in the image retrieval and indexing domains. The unsupervised image recognition method could be used in the automatic development of a cluster based image index. It developed some color based image indexing and extracting techniques and improving the new color feature vectors results have been obtained. REFERENCES [1]. Balaji T., and Sumathi M., “Fast and Efficient Classification Algorithm for FCM Clustering in Remote Sensing Images”, IJISET, Vol. 1, Issue 2, pp. 124–130, May 2014. [2]. Balaji T., amd Sumathi M., “Relational Color Features of Remote Sensing Image Classification Using Dynamic Global Threshold Method”, International Conference Proceedings, ICRSI, Gujarat, pp. 29-34, December 2013. [3]. Balaji T., and Sumathi M., “Relational Features of Remote Sensing Image Classification Using Effective K-Means Clustering”, IJoART, Vol. 8, Issue 8, pp. 103–107, August 2013. [4]. Poulami Haldar and Joydeep Mukherjee, “Content Based Image Retrieval Using Histogram, Color and Edge”, International Journal of Computer Applications, pp 25-31, 2012. [5]. Dr. H.B.Kekre ,MR.Dhirendra Mishra, MS. Stuti narula and MS. Vidhi Shah , “Color Feature Extraction for CBIR”, International Journal of Engineering Science & Technology (IJEST), pp. 8357- 8365, 2011. [6]. Ciobanu A., Costin M., Barbu T., “Extraction of Main Colors from a Digital Color Image”, Proceedings of the International Multidisciplinary Scientific Geo Conference, Vol. 1, pp. 1069−1076, 2010. [7]. A. Ciobanu, M. Costin, T. Barbu, “Extraction of Main Colors From A Digital Color Image”, Proc. of International Multidisciplinary Scientific Geo Conference, Vol. 1, pp. 1069-1076, 2010. [8]. Barbu T., Ciobanu A., “Color-Based Image Retrieval Technique Using Relevance Feedback”, Proceedings of Third International Conference on Electronics, Computers and Artificial Intelligence, Vol. 4, pp. 105−108, 2009. [9]. Kanungo T., Mount D.M., Netanyahu N.S., Piatko C.D., Silverman R., Wu A.Y., “An Efficient K-Means Clustering Algorithm: Analysis and Implementation”, IEEE Transactions on Pattern Analysis and Machine Intelligence, Vol. 24, No. 7, pp. 881−892, 2009. [10]. Ying Liua, Dengsheng Zhanga, Guojun Lua and WeiYing Mab, “A Survey of Content Based Image Retrieval With High-Level Semantics", Pattern Recognition, Elsevier, pp 262-282, 2009. [11]. M. Castrillon-Santana and Q. C. Vuong, “An Analysis of Automatic Gender Classification”, In Proceedings of Conference on Progress in Pattern Recognition, Image Analysis and Applications, pp. 271–280, 2009. [12]. F. Scalzo, G. Bebis, M. Nicolescu, and L. Loss, “Feature Fusion Hierarchies for Gender Classification”, In Proceedings of International Conference on Pattern Recognition, 2008. AUTHOR PROFILES Dr. T. Balaji received post graduate degree (M.C.A.) in 1999 from Alagappa University, Karaikudi, M.Phil. degree in 2003 from Manonmaniam Sundaranar University, Tirunelveli, M.Tech. degree in 2007 from Manonmaniam Sundaranar University, Tirunelveli and Ph.D. (Computer Science) degree in 2016 from Madurai Kamaraj University, Madurai, TamilNadu. He is having 16 years of experience in teaching. He is working as an Assistant Professor at Govt. Arts College, Melur for the last 10 years. His areas of interest are Medical Image Processing, Signal Processing, Remote Sensing and Image Classification. He has published and presented over 20 research papers in international and national journals of repute. As an educationist he has conceptualized and implemented a new curriculum with encrusted learning, energetic work and exploration project as a part of under graduate education and post graduate education.