Download as pdf or txt
Download as pdf or txt
You are on page 1of 4

International Journal of Science, Technology & Management www.ijstm.

com
Volume No.04, Issue No. 01, January 2015 ISSN (online): 2394-1537

IMAGE MINING USING GEOMETRIC ALGORITHM

Santosh Pandey1, Pradeep Sharma2, Rishi Shetty3, Shweta Sharma4


1, 2, 3
BE-CMPN Student, Atharva College of Engineering, Malad (W), Mumbai, (India)
4
Project Guide, Department of Computer Engineering,
Atharva College of Engineering, Mumbai University, (India)

ABSTRACT
Image retrieval is the basic requirement task in the present scenario. Content Based Image Retrieval is the
popular image retrieval system by which the target image to be retrieved based on the useful features of the
given image. In other end, image mining is the arising concept which can be used to extract potential
information from the general collection of images. Target or close Images can be retrieved in a little fast if it is
clustered in a right manner. In this paper concept of CBIR is used. This is technique of extracting color from
specific images and retrieving the similar pixels using Euclidean distance measure, pixels are grouped on the
basis of nearest neighbor algorithm.

Keywords: Content Based Image Retrieval (CBIR), Nearest Neighbor Algorithm, Euclidean
Distance, Similarity Measures.

1. INTRODUCTION

Image mining deals with the extraction of image pattern from large collection of image. Clearly image mining is
different from low level computer vision and image processing technique. Because image mining is the
extraction of image pattern from a large collection of image. Where as the computer vision is the extracting
specific features from a single image. In image mining is the goal is the discovery of image pattern that are
significant in a given collection of image [1]

Every day, an immense amount of image data is being fabricated such as medical diagnosis, space research,
remote sensing, agriculture, industries and even in the educational field .But, regrettably there are certain
technical hitches in gathering these data in an exact way. Due to this gap, the data cannot be processed and to
arrive at any finale. The web is measured the largest universal image repository. Image mining normally deals
with the study and enlargement of new technologies that allow accomplishing this subject.

In this paper concept of CBIR is used. Many Content Based Image Retrieval (CBIR) system prototypes have
been prospect but few are used as commercial systems. CBIR aims at measuring colors for specific images that
are similar to a given query colors. It also focuses at developing new techniques that support effective searching
and extracting of image libraries based on automatically derived imagery colors and pixel. With the generated
features, mining can be carried out using data mining techniques to discover significant patterns.

90 | P a g e
International Journal of Science, Technology & Management www.ijstm.com
Volume No.04, Issue No. 01, January 2015 ISSN (online): 2394-1537

Figure 1.1 shows the image mining process. The images from an image database are first preprocessed to
improve their quality. These images then undergo various transformations and feature extraction to generate the
important features from the images. With the generated features, mining can be carried out using data mining
techniques to discover significant patterns. The resulting patterns are evaluated and interpreted to obtain the
final knowledge, which can be applied to applications [2].

II. RELATED WORK

Ji Zhang, Wynne Hsu and Mong Li Lee [3] proposed an efficient information-driven framework for image-
mining. In that they made out four levels of information: Pixel Level, Object Level, Semantic Concept Level,
and Pattern and Knowledge Level. To achieve that High-dimensional indexing schemes and retrieval techniques
are incorporated in the framework to maintain the flow of information among the levels. Wynne Hsu ,Mong Li
Lee and Ji Zhang [4] examines the research issues in image mining, developments in image mining
,predominantly, image mining frameworks and suggests some future research guidelines for image mining.
Dr.V.Mohan, A.Kannan[5] aims to the image mining is to remove the data loss and extracting the meaning ful
information to the human expected needs and color based and texture based image retrieval yields high
accuracy. That is, it retrieves the most matching images from the collection of the images, with respect to the
query image. Peter Stanchev[6] proposed method is the possibility of retrieval using high level image semantic
features

III. IMAGE COLOR EXTRACTION SYSTEM

3.1 Color Features


The color feature extraction technique includes color image segmentation. The standard RGB image is
converted as L*u*v* image, where L* is luminance, u* is redness–greenness, and v* is approximately
blueness–yellowness. Twelve hues are used as fundamental colors. There are yellow, red, blue, orange, green,
purple, and six colors obtained as linear combinations of them. Five levels of luminance and three levels of
saturation are identified. This results that every color is transferred into one of 180 references colors. After that
clustering in the 3-dimensional feature space is performed using the nearest neighbor algorithm. After this step
the image is segmented as N regions, every of which is presented in extended chromaticity space.

91 | P a g e
International Journal of Science, Technology & Management www.ijstm.com
Volume No.04, Issue No. 01, January 2015 ISSN (online): 2394-1537
3.2 Retrieval Systems
Image mining requires that images be retrieved according to some necessity terms. The requirement
specifications can be classified into three levels of increasing complication: Comprises image retrieval by
primitive features such as color, texture, shape or the spatial location of image elements. Comprises image
retrieval by derived or logical features like objects of a given type or individual objects or persons. Comprises
image retrieval by abstract attributes, involving a significant amount of high-level analysis about the meaning or
purpose of the objects or scenes depicted.

3.3 Euclidean Distance


Most standard techniques treat color prediction as a problem of clustering points in three-dimensional space,
where the points represent colors found in the original image and the three axes represent the three color
channels. Almost any three-dimensional clustering algorithm can be applied to color quantization, and vice
versa. After the clusters are located, typically the points in each cluster are averaged to obtain the representative
color that all colors in that cluster are mapped to. The color channels are usually red, green, blue, yellow,
magenta, purple and black but another popular choice is the Lab color space, in which Euclidean distance is
more consistent with perceptual difference. If the palette is fixed, as is often the case in real-time color
prediction systems such as those used in operating systems, color quantization is usually done using the
"straight-line distance" or "nearest color" algorithm, which simply takes each color in the original image and
finds the closest palette entry, where distance is determined by the distance between the two corresponding
points in three-dimensional space. In other words, if the colors are (r1, g1, b1) and (r2, g2, b2), we want to
minimize the

Euclidean distance:
√ {( r1- r2) 2 + (g1- g2)2 + (b1- b2)2}

3.4 Nearest Neighbor Algorithm


The nearest-neighbor method sufficiently large training set size n, the error rate of the NN classifier is less than
twice the bayes error rate. Pixel quantify are usually in very low resolutions. They rely on careful placing of
individual similar pixels often with a limited palette of colors. CNN (Condensed Nearest Neighbor) is an
algorithm designed to reduce the data set for NN classification. It select's the set of prototypes U from the
training data, such that NN with U can classified.

IV. ALGORITHM USED

In this paper we used geometric algorithm. Geometric algorithm is extracting features from large collection of
image.

V. CONCLUSION

This paper presents a survey on various image mining techniques that was proposed earlier by researchers for
the better development in the field of content based image retrieval. The purpose of the mining is to produce all
considerable patterns without prior knowledge of the patterns. Important information can be hidden in images,
conversely, few research talk about data mining on them.

92 | P a g e
International Journal of Science, Technology & Management www.ijstm.com
Volume No.04, Issue No. 01, January 2015 ISSN (online): 2394-1537
VI. ACKNOWLEDGEMENT

We are thankful to prof. shweta Sharma for her guidance and support .

REFERENCES

[1] Shaikh Nikhat Fatma, image mining methods and framework.,


[2] S.Kousalya1, Dr. Antony Selvadoss Thanamani2, Image Color Extraction and Retrieval Using
Classification Techniques.
[3] Ji Zhang, Wynne Hsu and Mong Li Lee “An Information-Driven Framework for Image Mining” Database
and Expert Systems Applications in Computer Science, 2001, Volume 2113/2001, 232-242,DOI:
10.1007/3-540-44759-8_24
[4] Wynne Hsu, Mong Li Lee and Ji Zhang “Image Mining: Trends and Developments” Journal ofIntelligent
Information Systems Volume 19, Number 1, 7-23, DOI:10.1023/A:1015508302797
[5] Dr.V.Mohan, A.Kannan "Color Image Classification and Retrieval using Image mining
Techniques"International Journal of Engineering Science and Technology Vol. 2(5), 2010, 1014-1020
[6] Peter Stanchev " Using Image Mining For Image Retrieval" IASTED conf. "Computer Science and
Technology", May 19-21, 2003 Cancum, Mexico, 214-218.

93 | P a g e

You might also like