Shape Extraction Using Edge Detection Techniques: Divya Joshi Maulika S. Patel Nagma Ami Jyoti Gohel
Shape Extraction Using Edge Detection Techniques: Divya Joshi Maulika S. Patel Nagma Ami Jyoti Gohel
ABSTRACT 1. INTRODUCTION
Content Based Image Retrieval (CBIR) is a system that searches
for similar images from a large image database according to users’
specification. Digital image database is growing rapidly in size as Content based image retrieval (CBIR) is also known as query by
a result of technological advancements. Traditional systems like image content (QBIC) and content-based visual information
text based image retrieval faces too many problems like human retrieval (CBVIR). It has been an active and advancing research
perception, deeper needs, image annotation and etc. Thus it is area since the 1990s [1].
difficult to support a variety of task-dependent queries for
traditional systems.
The Internet is one of the best places to find different types of data
CBIR systems comprehend a wide areas, viz. image segmentation, such as images, text documents etc. Digital image is growing
image feature extraction, representation, feature matching, storage rapidly in many fields like Online photo sharing of images, a basic
and indexing, image retrieval - making CBIR system development digital imaging education, medical imaging, in criminal
a challenging task. The visual content of an image is analyzed investigation.
features (i.e., color, shape, texture) extracted from the image.
CBIR system is used in Medical Imagery Retrieval, Finger Print
Retrieval, Satellite Imagery Retrieval, Internet, and Photo Due to variance of natural language, it is very difficult to get
Collections. relevant information. For example, if the user is looking for sunset
The paper focuses upon shape based image retrieval. With the images, he may get different types of images. Only a few of them
help of three different edge detection algorithms, they extract the satisfy the users’ specification because the existing software
shape features from a given input image. retrieve images on the basis of string match and many of these are
completely irrelevant to the user. Another main issue of traditional
Keywords system is human opinion. In certain cases, an image cannot be
Shape feature, Edge detection algorithms, Canny edge detection, describe properly in words. To handle such types of ambiguities,
Sobel operator, Prewitt operator. we develop feedback based techniques for customized content-
based image retrieval [1], [5].
2. FEARURE EXTRACTION
The first step in the CBIR process is extracting image features to a
distinguishable extent. Feature extraction is the important part of
the CBIR system. Color, Texture, Shape are features of an images
[6], [7],[ 9].
θ = arc tan(Gy/Gx)
3.2 Prewitt’s Operator Step 5:-
Prewitt operator is similar to the Sobel operator and is used for Hysteresis thresholding. Finally, hysteresis is used as a means of
detecting vertical and horizontal edges in images [16]. eliminating streaking. Streaking is the breaking up of an edge
contour caused by the operator output fluctuating above and
below the threshold.
4. RESULTS
3.3 Canny Operator There are various algorithms available for edge detection and best
The Canny Edge Detector is one of the most commonly used one has to be used according to requirements.
image processing tools [9], [11]. It is a multi-step process. Steps
are:
In this paper, we studied and implemented three different
techniques of edge detection. Compared with two techniques:
Step 1 & 2:- Sobel and Prewitt operators, Canny operator can detect edges of
an image better in noisy condition.
11. Mohamed Ali & David Clausi, “Using the Canny Edge 15. K Arthi & J. Vijayaraghavan, “Content Based Image
Detector for Feature Extraction and Enhancement of Retrieval Algorithm Using Colour Models”, 2013
Remote Sensing Images”, 2001
12. S.Arivazhagan, L.Ganesan & S.Selvanidhyananthan, “
16. Rafael C. Gonzalez, and Richard E. Woods, “Digital
Image Retrieval using Shape Feature”, 2007
image processing”, Prentice Hall, Upper Saddle River,
13. Hwei-Jen Lin, Yang-Ta Kao, Shwu-Huey Yen, and
N.J., (2008)
Chia-Jen Wang, “A Study of shape-Based Image
Retrieval”, 2004
Input image Canny image Sobel image Prewitt image