SlideShare uma empresa Scribd logo
1 de 5
Baixar para ler offline
International Journal of Research in Advent Technology, Vol.3, No.12, December 2015
E-ISSN: 2321-9637
Available online at www.ijrat.org
53
Comparative Study of Edge Detection Techniques in
Shoeprint Recognition System
J. V. Mashalkar
Department of Computer Science and IT
RajarshiShahuMahavidyalaya(Autonomous)
Latur(MS),INDIA
E-Mail Id: jyoti_25m@rediffmail.com
Abstract- In Digital image processing,edge detection plays a major role.Edges form the outline of an object and also
it is the boundary between an object and the background. A study on image edge detection methods is presented in
this paper. Edge information can be extracted by applying detectors with different methodology. Detecting accurate
edges are very important for analyzing the basic properties associated with an image such as area, perimeter, and
shape. This research paper presents a brief study of the fundamental concepts of the edge detection operation,
theories behind different edge detectors, calculating mean and standard deviationof an image and their result
analysis.
Index Terms: Edge detection,digital image processing,shoeprint
1. INTRODUCTION
The goal of segmentation is to simplify and change
the representation of an image into something that is
more meaningful and easier to analyze.Segmentation
subdivides an image into its constituent regions or
objects.Image segmentation algorithms generally
based on one of two basic properties of intensity
values,i.e. discontinuity and similarity.The main
purpose of edge detection is to simplify the image
data in order to minimizethe amount of data to be
processed .The detector has to decide whether each
ofthe examined pixels is an edge or not. This paper
gives an overview of edge detection methods and
edge detector performance evaluation. The result of
the simulations were analyzed and compared by
writing simple edge detection algorithm
andMatlabfunctions, one can have a better
understanding of the various edge
detectionalgorithms developed in the past.
Several edge detector methods are there for detecting
edges like canny, sobel, prewitt, laplacian and
laplacian of Gaussian (LoG). These edge detectors
work better under different conditions [13,15].
Comparative analysis between canny,sobel and
prewitt operators has been presented in this paper.
Performances of such operators are carried out for a
shoeprint image by using MATLAB 7.0 software
1.1 EDGE DETECTORS
1.1.1 Canny
Among various edge detectors the Canny edge
detector has been shown to have many useful
properties. It is considered to be the most powerful
edge detector since it uses a multi-stage algorithm
consisting of noise reduction, gradient calculation,
non-maximal suppression and edge linking. The
detected edges preserve the most important geometric
features on shoe outsoles, such as straight lines,
circles, ellipses.
International Journal of Research in Advent Technology, Vol.3, No.12, December 2015
E-ISSN: 2321-9637
Available online at www.ijrat.org
54
(a) (b)
Figure (1) Canny Edge Detector (a) Original image (b) Canny Edge Detected Image
1.1.2 Sobel
The sobel edge detector computes the gradient by
using the discrete differences between rows and
columns of a 3X3 neighborhood. The sobel operator
is based on convolving the image with a small,
separable, and integer valued filter. In below a sobel
edge detection mask is given which is used to
compute the gradient in the x (vertical) and y
(horizontal) directions.
(a) (b)
Figure (3) Sobel Edge Detector (a) Original image (b) Sobel Edge Detected Image
International Journal of Research in Advent Technology, Vol.3, No.12, December 2015
E-ISSN: 2321-9637
Available online at www.ijrat.org
55
1.1.3 Prewitt
Prewitt operator edge detection masks are the one of
the oldest and best understood methods of detecting
edges in images The Prewitt edge detector uses the
following mask to approximate digitally the first
derivatives Gx and Gy. The following is a prewitt
mask used to compute the gradient in the x (vertical)
and y (horizontal) directions.
Figure (3) Prewitt Edge Detector (a) Original image (b) Prewitt Edge Detected Image
2. METHODOLOGY
In this section we make detection of edges in
shoeprint image.We have proposed the following
algorithm to detect the edges from it.
Step 1. First take an intensity image of shoeprint
Step2. Apply edge detectionmethod
Step3. Apply different threshold values
Step4. Calculate mean and standard deviation
Step 5 Results are analyzed
2.1 Mean and Standard deviation
In some situations ,the mean describes what is being
measured ,while the standard deviation represents
noise and other interference.In these cases,the
standard deviation is not important in itself,but only
in comparison to the mean.This gives rise to the term
:Signal- to -noise ratio(SNR),which is equal to the
mean divided by the standard deviation.
Mean
Standard deviation
International Journal of Research in Advent Technology, Vol.3, No.12, December 2015
E-ISSN: 2321-9637
Available online at www.ijrat.org
56
3.EXPERIMENTAL ANALYSIS AND
DISCUSSION
For the experimental work,we have taken an image of
shoeprint as an input.we have allpied the above
mentioned edge detectors on this image. This
experimental work is carried out in MATLAB .figure
shows original image which is taken for experimental
analysis.
Fiq 2 shows the images which are obtained by
applying edge detection methods.The mean and
standard deviatuion is evaluated for resultant image
as shown in table 1 to table 3.for canny edge
detection method the threshold values must be less
than 1
Threshold Mean Standard Deviation
0.01 0.2080 0.4059
0.02 0.2080 0.4059
0.03 0.2077 0.4057
0.04 0.2072 0.4053
0.05 0.2064 0.4048
Table I: Mean and Standard deviation calculation with different thresholds in Canny edge detector
Threshold Mean Standard Deviation
0.01 0.3460 0.4757
0.02 0.3416 0.4742
0.03 0.3261 0.4688
0.04 0.2985 0.4576
0.05 0.2634 0.4405
Table II: Mean and Standard deviation calculation with different thresholds in Prewitt edge detector
Threshold Mean Standard Deviation
0.01 0.3405 0.4739
0.02 0.3364 0.4725
0.03 0.3232 0.4677
0.04 0.2994 0.4580
0.05 0.2664 0.4421
Table III: Mean and Standard deviation calculation with different thresholds in Sobel edge detector
4. CONCLUSION
In this work,a shoeprint image has been studied for
detecting edges using various types of edge detection
methods: Canny, Sobel and Prewitt have been tested
to detect the edges. We have also applied different
threshold values in all the above methods. The results
are analyzed , compared and also evaluated through
the quality metrics like mean and standard deviation.
Through this work, it is observed that the choice of
edge detection method on the shoeprint image
depends upon the type of image. Through this work it
is found that for the shoeprint images, prewitt and
sobelalgorithms performs better under almost all
scenarios
REFERENCES
[1] Jianbo Shi; Jitendra Malik, “Normalized Cuts and
Image Segmentation”,IEEE Trans. Pattern
Analysis and Machine Intelligence. Vol 22, No
8, 2000.
[2] Leo Grady ,"Random Walks for Image
Segmentation", IEEE Transactions on Pattern
International Journal of Research in Advent Technology, Vol.3, No.12, December 2015
E-ISSN: 2321-9637
Available online at www.ijrat.org
57
Analysis and Machine Intelligence, pp. 1768–
1783, Vol. 28, No. 11,2006
[3] HosseinMobahi, Shankar Rao, Allen Yang,
Shankar Sastry and Yi Ma, “Segmentation of
Natural Images by Texture and Boundary
Compression”, International Journal of
Computer Vision (IJCV), 95 (1), pg. 86-98,
Oct. 2011.
[4] Koenderink, Jan "The structure of images",
Biological Cybernetics, 50:363–370, 1984.
[5] D. Ziou and S. Tabbone, "Edge detection
techniques: An overview", International Journal
of Pattern Recognition and Image Analysis,
8(4):537–559, 1998.
[6] W. Zhang and F. Bergholm, "Multi-scale blur
estimation and edge type classification for
scene analysis", International Journal of
Computer Vision, vol 24, issue 3, Pages: 219 –
250, 1997.
[7] T. Pajdla and V. Hlavac, "Surface discontinuities
in range images," in Proc IEEE 4th Int. Conf.
Comput.Vision, pp. 524-528, 1993.
[8] Gonzalez, Rafael; Richard Woods, “Digital Image
Processing” (3rd ed.). Upper Saddle River, New
Jersey: Pearson Education, Inc.. pp. 165–68.
[9] Shapiro, Linda; George Stockman. "5, 7,
10".Computer Vision. Upper Saddle River,
New Jersey: Prentice-Hall, Inc.. pp. 157–158,
215–216, 299–300.
[10] Dubrovin, B.A.; A.T. Fomenko, S.P. Novikov,
Modern Geometry--Methods and Applications:
Part I: The Geometry of Surfaces,
Transformation Groups, and Fields (Graduate
Texts in Mathematics) (2nd ed.), Springer, pp.
14–17, 1991.
[11] Haralick, R. K. "Zero-crossings of second
directional derivative operator". SPIE Proc. On
Robot Vision, 1982.
[12] Canny, J. F. "A variational approach to edge
detection". Submitted to AAAI
Conference,Washington, D. C., September,
1983.
[13] Marr, D., Hildreth, E. "Theory of edge
detection". Proc. R. Soc. Lond. B, 207, 187-
217, 1980.
[14] Rosenfeld, A., Thurston, M. "Edge and curve
detection for visual scene analysis". IEEE
Trans. Comput., C-20, 562

Mais conteúdo relacionado

Mais procurados

Human identification using finger images
Human identification using finger imagesHuman identification using finger images
Human identification using finger imageseSAT Publishing House
 
AN OPTIMAL SOLUTION FOR IMAGE EDGE DETECTION PROBLEM USING SIMPLIFIED GABOR W...
AN OPTIMAL SOLUTION FOR IMAGE EDGE DETECTION PROBLEM USING SIMPLIFIED GABOR W...AN OPTIMAL SOLUTION FOR IMAGE EDGE DETECTION PROBLEM USING SIMPLIFIED GABOR W...
AN OPTIMAL SOLUTION FOR IMAGE EDGE DETECTION PROBLEM USING SIMPLIFIED GABOR W...IJCSEIT Journal
 
Ear Biometrics shritosh kumar
Ear Biometrics shritosh kumarEar Biometrics shritosh kumar
Ear Biometrics shritosh kumarshritosh kumar
 
AN ENHANCED BLOCK BASED EDGE DETECTION TECHNIQUE USING HYSTERESIS THRESHOLDING
AN ENHANCED BLOCK BASED EDGE DETECTION TECHNIQUE USING HYSTERESIS THRESHOLDING AN ENHANCED BLOCK BASED EDGE DETECTION TECHNIQUE USING HYSTERESIS THRESHOLDING
AN ENHANCED BLOCK BASED EDGE DETECTION TECHNIQUE USING HYSTERESIS THRESHOLDING sipij
 
Fuzzy Logic Based Decision System For PCB Defects Correction
Fuzzy Logic Based Decision System For PCB Defects CorrectionFuzzy Logic Based Decision System For PCB Defects Correction
Fuzzy Logic Based Decision System For PCB Defects CorrectionIJERA Editor
 
Ijarcet vol-2-issue-7-2262-2267
Ijarcet vol-2-issue-7-2262-2267Ijarcet vol-2-issue-7-2262-2267
Ijarcet vol-2-issue-7-2262-2267Editor IJARCET
 
A New Approach of Iris Detection and Recognition
A New Approach of Iris Detection and RecognitionA New Approach of Iris Detection and Recognition
A New Approach of Iris Detection and RecognitionIJECEIAES
 
A comparative study on classification of image segmentation methods with a fo...
A comparative study on classification of image segmentation methods with a fo...A comparative study on classification of image segmentation methods with a fo...
A comparative study on classification of image segmentation methods with a fo...eSAT Publishing House
 
Extracting Features from the fundus image using Canny edge detection method f...
Extracting Features from the fundus image using Canny edge detection method f...Extracting Features from the fundus image using Canny edge detection method f...
Extracting Features from the fundus image using Canny edge detection method f...vivatechijri
 
Signature recognition using clustering techniques dissertati
Signature recognition using clustering techniques dissertatiSignature recognition using clustering techniques dissertati
Signature recognition using clustering techniques dissertatiDr. Vinayak Bharadi
 
DETECTION AND RECTIFICATION OF DISTORTED FINGERPRINTS
 DETECTION AND RECTIFICATION OF DISTORTED FINGERPRINTS DETECTION AND RECTIFICATION OF DISTORTED FINGERPRINTS
DETECTION AND RECTIFICATION OF DISTORTED FINGERPRINTSNexgen Technology
 
PEDESTRIAN DETECTION IN LOW RESOLUTION VIDEOS USING A MULTI-FRAME HOG-BASED D...
PEDESTRIAN DETECTION IN LOW RESOLUTION VIDEOS USING A MULTI-FRAME HOG-BASED D...PEDESTRIAN DETECTION IN LOW RESOLUTION VIDEOS USING A MULTI-FRAME HOG-BASED D...
PEDESTRIAN DETECTION IN LOW RESOLUTION VIDEOS USING A MULTI-FRAME HOG-BASED D...AM Publications
 
Recent developments in iris based biometric authentication systems
Recent developments in iris based biometric authentication systemsRecent developments in iris based biometric authentication systems
Recent developments in iris based biometric authentication systemseSAT Journals
 
Design Description of a Tentacle Based Scanning System
Design Description of a Tentacle Based Scanning SystemDesign Description of a Tentacle Based Scanning System
Design Description of a Tentacle Based Scanning SystemOyeniyi Samuel
 
Binary operation based hard exudate detection and fuzzy based classification ...
Binary operation based hard exudate detection and fuzzy based classification ...Binary operation based hard exudate detection and fuzzy based classification ...
Binary operation based hard exudate detection and fuzzy based classification ...IJECEIAES
 
Adaptive non-linear-filtering-technique-for-image-restoration
Adaptive non-linear-filtering-technique-for-image-restorationAdaptive non-linear-filtering-technique-for-image-restoration
Adaptive non-linear-filtering-technique-for-image-restorationCemal Ardil
 

Mais procurados (18)

Human identification using finger images
Human identification using finger imagesHuman identification using finger images
Human identification using finger images
 
AN OPTIMAL SOLUTION FOR IMAGE EDGE DETECTION PROBLEM USING SIMPLIFIED GABOR W...
AN OPTIMAL SOLUTION FOR IMAGE EDGE DETECTION PROBLEM USING SIMPLIFIED GABOR W...AN OPTIMAL SOLUTION FOR IMAGE EDGE DETECTION PROBLEM USING SIMPLIFIED GABOR W...
AN OPTIMAL SOLUTION FOR IMAGE EDGE DETECTION PROBLEM USING SIMPLIFIED GABOR W...
 
Ear Biometrics shritosh kumar
Ear Biometrics shritosh kumarEar Biometrics shritosh kumar
Ear Biometrics shritosh kumar
 
Dp34707712
Dp34707712Dp34707712
Dp34707712
 
AN ENHANCED BLOCK BASED EDGE DETECTION TECHNIQUE USING HYSTERESIS THRESHOLDING
AN ENHANCED BLOCK BASED EDGE DETECTION TECHNIQUE USING HYSTERESIS THRESHOLDING AN ENHANCED BLOCK BASED EDGE DETECTION TECHNIQUE USING HYSTERESIS THRESHOLDING
AN ENHANCED BLOCK BASED EDGE DETECTION TECHNIQUE USING HYSTERESIS THRESHOLDING
 
Fuzzy Logic Based Decision System For PCB Defects Correction
Fuzzy Logic Based Decision System For PCB Defects CorrectionFuzzy Logic Based Decision System For PCB Defects Correction
Fuzzy Logic Based Decision System For PCB Defects Correction
 
Vol2no2 17
Vol2no2 17Vol2no2 17
Vol2no2 17
 
Ijarcet vol-2-issue-7-2262-2267
Ijarcet vol-2-issue-7-2262-2267Ijarcet vol-2-issue-7-2262-2267
Ijarcet vol-2-issue-7-2262-2267
 
A New Approach of Iris Detection and Recognition
A New Approach of Iris Detection and RecognitionA New Approach of Iris Detection and Recognition
A New Approach of Iris Detection and Recognition
 
A comparative study on classification of image segmentation methods with a fo...
A comparative study on classification of image segmentation methods with a fo...A comparative study on classification of image segmentation methods with a fo...
A comparative study on classification of image segmentation methods with a fo...
 
Extracting Features from the fundus image using Canny edge detection method f...
Extracting Features from the fundus image using Canny edge detection method f...Extracting Features from the fundus image using Canny edge detection method f...
Extracting Features from the fundus image using Canny edge detection method f...
 
Signature recognition using clustering techniques dissertati
Signature recognition using clustering techniques dissertatiSignature recognition using clustering techniques dissertati
Signature recognition using clustering techniques dissertati
 
DETECTION AND RECTIFICATION OF DISTORTED FINGERPRINTS
 DETECTION AND RECTIFICATION OF DISTORTED FINGERPRINTS DETECTION AND RECTIFICATION OF DISTORTED FINGERPRINTS
DETECTION AND RECTIFICATION OF DISTORTED FINGERPRINTS
 
PEDESTRIAN DETECTION IN LOW RESOLUTION VIDEOS USING A MULTI-FRAME HOG-BASED D...
PEDESTRIAN DETECTION IN LOW RESOLUTION VIDEOS USING A MULTI-FRAME HOG-BASED D...PEDESTRIAN DETECTION IN LOW RESOLUTION VIDEOS USING A MULTI-FRAME HOG-BASED D...
PEDESTRIAN DETECTION IN LOW RESOLUTION VIDEOS USING A MULTI-FRAME HOG-BASED D...
 
Recent developments in iris based biometric authentication systems
Recent developments in iris based biometric authentication systemsRecent developments in iris based biometric authentication systems
Recent developments in iris based biometric authentication systems
 
Design Description of a Tentacle Based Scanning System
Design Description of a Tentacle Based Scanning SystemDesign Description of a Tentacle Based Scanning System
Design Description of a Tentacle Based Scanning System
 
Binary operation based hard exudate detection and fuzzy based classification ...
Binary operation based hard exudate detection and fuzzy based classification ...Binary operation based hard exudate detection and fuzzy based classification ...
Binary operation based hard exudate detection and fuzzy based classification ...
 
Adaptive non-linear-filtering-technique-for-image-restoration
Adaptive non-linear-filtering-technique-for-image-restorationAdaptive non-linear-filtering-technique-for-image-restoration
Adaptive non-linear-filtering-technique-for-image-restoration
 

Destaque

Paper id 312201524
Paper id 312201524Paper id 312201524
Paper id 312201524IJRAT
 
Paper id 21201465
Paper id 21201465Paper id 21201465
Paper id 21201465IJRAT
 
Paper id 2820149
Paper id 2820149Paper id 2820149
Paper id 2820149IJRAT
 
Paper id 36201508
Paper id 36201508Paper id 36201508
Paper id 36201508IJRAT
 
Paper id 21201433
Paper id 21201433Paper id 21201433
Paper id 21201433IJRAT
 
Paper id 212014121
Paper id 212014121Paper id 212014121
Paper id 212014121IJRAT
 
Paper id 21201424
Paper id 21201424Paper id 21201424
Paper id 21201424IJRAT
 
Paper id 26201492
Paper id 26201492Paper id 26201492
Paper id 26201492IJRAT
 
Paper id 2320146
Paper id 2320146Paper id 2320146
Paper id 2320146IJRAT
 
Paper id 252014103
Paper id 252014103Paper id 252014103
Paper id 252014103IJRAT
 
Paper id 252014138
Paper id 252014138Paper id 252014138
Paper id 252014138IJRAT
 
Paper id 42201613
Paper id 42201613Paper id 42201613
Paper id 42201613IJRAT
 
Paper id 41201604
Paper id 41201604Paper id 41201604
Paper id 41201604IJRAT
 
Paper id 21201462
Paper id 21201462Paper id 21201462
Paper id 21201462IJRAT
 
Paper id 212014116
Paper id 212014116Paper id 212014116
Paper id 212014116IJRAT
 
Paper id 42201622
Paper id 42201622Paper id 42201622
Paper id 42201622IJRAT
 
Paper id 35201575
Paper id 35201575Paper id 35201575
Paper id 35201575IJRAT
 
Paper id 252014109
Paper id 252014109Paper id 252014109
Paper id 252014109IJRAT
 
Paper id 41201605
Paper id 41201605Paper id 41201605
Paper id 41201605IJRAT
 
Paper id 312201518
Paper id 312201518Paper id 312201518
Paper id 312201518IJRAT
 

Destaque (20)

Paper id 312201524
Paper id 312201524Paper id 312201524
Paper id 312201524
 
Paper id 21201465
Paper id 21201465Paper id 21201465
Paper id 21201465
 
Paper id 2820149
Paper id 2820149Paper id 2820149
Paper id 2820149
 
Paper id 36201508
Paper id 36201508Paper id 36201508
Paper id 36201508
 
Paper id 21201433
Paper id 21201433Paper id 21201433
Paper id 21201433
 
Paper id 212014121
Paper id 212014121Paper id 212014121
Paper id 212014121
 
Paper id 21201424
Paper id 21201424Paper id 21201424
Paper id 21201424
 
Paper id 26201492
Paper id 26201492Paper id 26201492
Paper id 26201492
 
Paper id 2320146
Paper id 2320146Paper id 2320146
Paper id 2320146
 
Paper id 252014103
Paper id 252014103Paper id 252014103
Paper id 252014103
 
Paper id 252014138
Paper id 252014138Paper id 252014138
Paper id 252014138
 
Paper id 42201613
Paper id 42201613Paper id 42201613
Paper id 42201613
 
Paper id 41201604
Paper id 41201604Paper id 41201604
Paper id 41201604
 
Paper id 21201462
Paper id 21201462Paper id 21201462
Paper id 21201462
 
Paper id 212014116
Paper id 212014116Paper id 212014116
Paper id 212014116
 
Paper id 42201622
Paper id 42201622Paper id 42201622
Paper id 42201622
 
Paper id 35201575
Paper id 35201575Paper id 35201575
Paper id 35201575
 
Paper id 252014109
Paper id 252014109Paper id 252014109
Paper id 252014109
 
Paper id 41201605
Paper id 41201605Paper id 41201605
Paper id 41201605
 
Paper id 312201518
Paper id 312201518Paper id 312201518
Paper id 312201518
 

Semelhante a Comparative Study of Edge Detection Techniques

V.KARTHIKEYAN PUBLISHED ARTICLE A.A
V.KARTHIKEYAN PUBLISHED ARTICLE A.AV.KARTHIKEYAN PUBLISHED ARTICLE A.A
V.KARTHIKEYAN PUBLISHED ARTICLE A.AKARTHIKEYAN V
 
Conceptual and Practical Examination of Several Edge Detection Strategies
Conceptual and Practical Examination of Several Edge Detection StrategiesConceptual and Practical Examination of Several Edge Detection Strategies
Conceptual and Practical Examination of Several Edge Detection StrategiesIRJET Journal
 
Comparative Analysis of Common Edge Detection Algorithms using Pre-processing...
Comparative Analysis of Common Edge Detection Algorithms using Pre-processing...Comparative Analysis of Common Edge Detection Algorithms using Pre-processing...
Comparative Analysis of Common Edge Detection Algorithms using Pre-processing...IJECEIAES
 
Edge detection by using lookup table
Edge detection by using lookup tableEdge detection by using lookup table
Edge detection by using lookup tableeSAT Journals
 
A Review on Edge Detection Algorithms in Digital Image Processing Applications
A Review on Edge Detection Algorithms in Digital Image Processing ApplicationsA Review on Edge Detection Algorithms in Digital Image Processing Applications
A Review on Edge Detection Algorithms in Digital Image Processing Applicationsrahulmonikasharma
 
Hardware Unit for Edge Detection with Comparative Analysis of Different Edge ...
Hardware Unit for Edge Detection with Comparative Analysis of Different Edge ...Hardware Unit for Edge Detection with Comparative Analysis of Different Edge ...
Hardware Unit for Edge Detection with Comparative Analysis of Different Edge ...paperpublications3
 
Automatic Detection of Radius of Bone Fracture
Automatic Detection of Radius of Bone FractureAutomatic Detection of Radius of Bone Fracture
Automatic Detection of Radius of Bone FractureIRJET Journal
 
IRJET - Simulation of Colour Image Processing Techniques on VHDL
IRJET - Simulation of Colour Image Processing Techniques on VHDLIRJET - Simulation of Colour Image Processing Techniques on VHDL
IRJET - Simulation of Colour Image Processing Techniques on VHDLIRJET Journal
 
Quantitative Review Techniques of Edge Detection Operators.
Quantitative Review Techniques of Edge Detection Operators.Quantitative Review Techniques of Edge Detection Operators.
Quantitative Review Techniques of Edge Detection Operators.IJERA Editor
 
A Survey on Fingerprint Identification for Different Orientation Images.
A Survey on Fingerprint Identification for Different Orientation Images.A Survey on Fingerprint Identification for Different Orientation Images.
A Survey on Fingerprint Identification for Different Orientation Images.IRJET Journal
 
An Efficient Algorithm for Edge Detection of Corroded Surface
An Efficient Algorithm for Edge Detection of Corroded SurfaceAn Efficient Algorithm for Edge Detection of Corroded Surface
An Efficient Algorithm for Edge Detection of Corroded SurfaceIJERA Editor
 
An Efficient Algorithm for Edge Detection of Corroded Surface
An Efficient Algorithm for Edge Detection of Corroded SurfaceAn Efficient Algorithm for Edge Detection of Corroded Surface
An Efficient Algorithm for Edge Detection of Corroded SurfaceIJERA Editor
 
IRJET- Digit Identification in Natural Images
IRJET- Digit Identification in Natural ImagesIRJET- Digit Identification in Natural Images
IRJET- Digit Identification in Natural ImagesIRJET Journal
 
FPGA Implementation for Image Edge Detection using Xilinx System Generator
FPGA Implementation for Image Edge Detection using Xilinx System GeneratorFPGA Implementation for Image Edge Detection using Xilinx System Generator
FPGA Implementation for Image Edge Detection using Xilinx System Generatorrahulmonikasharma
 
Interactive liver tumor segmentation using
Interactive liver tumor segmentation using Interactive liver tumor segmentation using
Interactive liver tumor segmentation using eSAT Journals
 
EV-SIFT - An Extended Scale Invariant Face Recognition for Plastic Surgery Fa...
EV-SIFT - An Extended Scale Invariant Face Recognition for Plastic Surgery Fa...EV-SIFT - An Extended Scale Invariant Face Recognition for Plastic Surgery Fa...
EV-SIFT - An Extended Scale Invariant Face Recognition for Plastic Surgery Fa...IJECEIAES
 

Semelhante a Comparative Study of Edge Detection Techniques (20)

V.KARTHIKEYAN PUBLISHED ARTICLE A.A
V.KARTHIKEYAN PUBLISHED ARTICLE A.AV.KARTHIKEYAN PUBLISHED ARTICLE A.A
V.KARTHIKEYAN PUBLISHED ARTICLE A.A
 
Conceptual and Practical Examination of Several Edge Detection Strategies
Conceptual and Practical Examination of Several Edge Detection StrategiesConceptual and Practical Examination of Several Edge Detection Strategies
Conceptual and Practical Examination of Several Edge Detection Strategies
 
Comparative Analysis of Common Edge Detection Algorithms using Pre-processing...
Comparative Analysis of Common Edge Detection Algorithms using Pre-processing...Comparative Analysis of Common Edge Detection Algorithms using Pre-processing...
Comparative Analysis of Common Edge Detection Algorithms using Pre-processing...
 
Edge detection by using lookup table
Edge detection by using lookup tableEdge detection by using lookup table
Edge detection by using lookup table
 
A Review on Edge Detection Algorithms in Digital Image Processing Applications
A Review on Edge Detection Algorithms in Digital Image Processing ApplicationsA Review on Edge Detection Algorithms in Digital Image Processing Applications
A Review on Edge Detection Algorithms in Digital Image Processing Applications
 
Hardware Unit for Edge Detection with Comparative Analysis of Different Edge ...
Hardware Unit for Edge Detection with Comparative Analysis of Different Edge ...Hardware Unit for Edge Detection with Comparative Analysis of Different Edge ...
Hardware Unit for Edge Detection with Comparative Analysis of Different Edge ...
 
Ed34785790
Ed34785790Ed34785790
Ed34785790
 
Automatic Detection of Radius of Bone Fracture
Automatic Detection of Radius of Bone FractureAutomatic Detection of Radius of Bone Fracture
Automatic Detection of Radius of Bone Fracture
 
IRJET - Simulation of Colour Image Processing Techniques on VHDL
IRJET - Simulation of Colour Image Processing Techniques on VHDLIRJET - Simulation of Colour Image Processing Techniques on VHDL
IRJET - Simulation of Colour Image Processing Techniques on VHDL
 
1834 1840
1834 18401834 1840
1834 1840
 
Quantitative Review Techniques of Edge Detection Operators.
Quantitative Review Techniques of Edge Detection Operators.Quantitative Review Techniques of Edge Detection Operators.
Quantitative Review Techniques of Edge Detection Operators.
 
F045033337
F045033337F045033337
F045033337
 
A Survey on Fingerprint Identification for Different Orientation Images.
A Survey on Fingerprint Identification for Different Orientation Images.A Survey on Fingerprint Identification for Different Orientation Images.
A Survey on Fingerprint Identification for Different Orientation Images.
 
Hx3613861389
Hx3613861389Hx3613861389
Hx3613861389
 
An Efficient Algorithm for Edge Detection of Corroded Surface
An Efficient Algorithm for Edge Detection of Corroded SurfaceAn Efficient Algorithm for Edge Detection of Corroded Surface
An Efficient Algorithm for Edge Detection of Corroded Surface
 
An Efficient Algorithm for Edge Detection of Corroded Surface
An Efficient Algorithm for Edge Detection of Corroded SurfaceAn Efficient Algorithm for Edge Detection of Corroded Surface
An Efficient Algorithm for Edge Detection of Corroded Surface
 
IRJET- Digit Identification in Natural Images
IRJET- Digit Identification in Natural ImagesIRJET- Digit Identification in Natural Images
IRJET- Digit Identification in Natural Images
 
FPGA Implementation for Image Edge Detection using Xilinx System Generator
FPGA Implementation for Image Edge Detection using Xilinx System GeneratorFPGA Implementation for Image Edge Detection using Xilinx System Generator
FPGA Implementation for Image Edge Detection using Xilinx System Generator
 
Interactive liver tumor segmentation using
Interactive liver tumor segmentation using Interactive liver tumor segmentation using
Interactive liver tumor segmentation using
 
EV-SIFT - An Extended Scale Invariant Face Recognition for Plastic Surgery Fa...
EV-SIFT - An Extended Scale Invariant Face Recognition for Plastic Surgery Fa...EV-SIFT - An Extended Scale Invariant Face Recognition for Plastic Surgery Fa...
EV-SIFT - An Extended Scale Invariant Face Recognition for Plastic Surgery Fa...
 

Mais de IJRAT

96202108
9620210896202108
96202108IJRAT
 
97202107
9720210797202107
97202107IJRAT
 
93202101
9320210193202101
93202101IJRAT
 
92202102
9220210292202102
92202102IJRAT
 
91202104
9120210491202104
91202104IJRAT
 
87202003
8720200387202003
87202003IJRAT
 
87202001
8720200187202001
87202001IJRAT
 
86202013
8620201386202013
86202013IJRAT
 
86202008
8620200886202008
86202008IJRAT
 
86202005
8620200586202005
86202005IJRAT
 
86202004
8620200486202004
86202004IJRAT
 
85202026
8520202685202026
85202026IJRAT
 
711201940
711201940711201940
711201940IJRAT
 
711201939
711201939711201939
711201939IJRAT
 
711201935
711201935711201935
711201935IJRAT
 
711201927
711201927711201927
711201927IJRAT
 
711201905
711201905711201905
711201905IJRAT
 
710201947
710201947710201947
710201947IJRAT
 
712201907
712201907712201907
712201907IJRAT
 
712201903
712201903712201903
712201903IJRAT
 

Mais de IJRAT (20)

96202108
9620210896202108
96202108
 
97202107
9720210797202107
97202107
 
93202101
9320210193202101
93202101
 
92202102
9220210292202102
92202102
 
91202104
9120210491202104
91202104
 
87202003
8720200387202003
87202003
 
87202001
8720200187202001
87202001
 
86202013
8620201386202013
86202013
 
86202008
8620200886202008
86202008
 
86202005
8620200586202005
86202005
 
86202004
8620200486202004
86202004
 
85202026
8520202685202026
85202026
 
711201940
711201940711201940
711201940
 
711201939
711201939711201939
711201939
 
711201935
711201935711201935
711201935
 
711201927
711201927711201927
711201927
 
711201905
711201905711201905
711201905
 
710201947
710201947710201947
710201947
 
712201907
712201907712201907
712201907
 
712201903
712201903712201903
712201903
 

Último

CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete RecordCCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete RecordAsst.prof M.Gokilavani
 
Introduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxIntroduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxupamatechverse
 
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
 
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSMANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSSIVASHANKAR N
 
Porous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingPorous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingrakeshbaidya232001
 
SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )Tsuyoshi Horigome
 
Processing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxProcessing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxpranjaldaimarysona
 
Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxpurnimasatapathy1234
 
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).pptssuser5c9d4b1
 
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130Suhani Kapoor
 
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...ranjana rawat
 
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
 
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Dr.Costas Sachpazis
 
Extrusion Processes and Their Limitations
Extrusion Processes and Their LimitationsExtrusion Processes and Their Limitations
Extrusion Processes and Their Limitations120cr0395
 
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...ranjana rawat
 
KubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghlyKubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghlysanyuktamishra911
 
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICSHARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICSRajkumarAkumalla
 
(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
 

Último (20)

CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete RecordCCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
 
Introduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxIntroduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptx
 
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...
 
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSMANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
 
Porous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingPorous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writing
 
SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )
 
Processing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxProcessing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptx
 
Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptx
 
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
 
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
 
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
 
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...
 
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
 
Extrusion Processes and Their Limitations
Extrusion Processes and Their LimitationsExtrusion Processes and Their Limitations
Extrusion Processes and Their Limitations
 
Roadmap to Membership of RICS - Pathways and Routes
Roadmap to Membership of RICS - Pathways and RoutesRoadmap to Membership of RICS - Pathways and Routes
Roadmap to Membership of RICS - Pathways and Routes
 
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
 
KubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghlyKubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghly
 
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICSHARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
 
(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
 

Comparative Study of Edge Detection Techniques

  • 1. International Journal of Research in Advent Technology, Vol.3, No.12, December 2015 E-ISSN: 2321-9637 Available online at www.ijrat.org 53 Comparative Study of Edge Detection Techniques in Shoeprint Recognition System J. V. Mashalkar Department of Computer Science and IT RajarshiShahuMahavidyalaya(Autonomous) Latur(MS),INDIA E-Mail Id: jyoti_25m@rediffmail.com Abstract- In Digital image processing,edge detection plays a major role.Edges form the outline of an object and also it is the boundary between an object and the background. A study on image edge detection methods is presented in this paper. Edge information can be extracted by applying detectors with different methodology. Detecting accurate edges are very important for analyzing the basic properties associated with an image such as area, perimeter, and shape. This research paper presents a brief study of the fundamental concepts of the edge detection operation, theories behind different edge detectors, calculating mean and standard deviationof an image and their result analysis. Index Terms: Edge detection,digital image processing,shoeprint 1. INTRODUCTION The goal of segmentation is to simplify and change the representation of an image into something that is more meaningful and easier to analyze.Segmentation subdivides an image into its constituent regions or objects.Image segmentation algorithms generally based on one of two basic properties of intensity values,i.e. discontinuity and similarity.The main purpose of edge detection is to simplify the image data in order to minimizethe amount of data to be processed .The detector has to decide whether each ofthe examined pixels is an edge or not. This paper gives an overview of edge detection methods and edge detector performance evaluation. The result of the simulations were analyzed and compared by writing simple edge detection algorithm andMatlabfunctions, one can have a better understanding of the various edge detectionalgorithms developed in the past. Several edge detector methods are there for detecting edges like canny, sobel, prewitt, laplacian and laplacian of Gaussian (LoG). These edge detectors work better under different conditions [13,15]. Comparative analysis between canny,sobel and prewitt operators has been presented in this paper. Performances of such operators are carried out for a shoeprint image by using MATLAB 7.0 software 1.1 EDGE DETECTORS 1.1.1 Canny Among various edge detectors the Canny edge detector has been shown to have many useful properties. It is considered to be the most powerful edge detector since it uses a multi-stage algorithm consisting of noise reduction, gradient calculation, non-maximal suppression and edge linking. The detected edges preserve the most important geometric features on shoe outsoles, such as straight lines, circles, ellipses.
  • 2. International Journal of Research in Advent Technology, Vol.3, No.12, December 2015 E-ISSN: 2321-9637 Available online at www.ijrat.org 54 (a) (b) Figure (1) Canny Edge Detector (a) Original image (b) Canny Edge Detected Image 1.1.2 Sobel The sobel edge detector computes the gradient by using the discrete differences between rows and columns of a 3X3 neighborhood. The sobel operator is based on convolving the image with a small, separable, and integer valued filter. In below a sobel edge detection mask is given which is used to compute the gradient in the x (vertical) and y (horizontal) directions. (a) (b) Figure (3) Sobel Edge Detector (a) Original image (b) Sobel Edge Detected Image
  • 3. International Journal of Research in Advent Technology, Vol.3, No.12, December 2015 E-ISSN: 2321-9637 Available online at www.ijrat.org 55 1.1.3 Prewitt Prewitt operator edge detection masks are the one of the oldest and best understood methods of detecting edges in images The Prewitt edge detector uses the following mask to approximate digitally the first derivatives Gx and Gy. The following is a prewitt mask used to compute the gradient in the x (vertical) and y (horizontal) directions. Figure (3) Prewitt Edge Detector (a) Original image (b) Prewitt Edge Detected Image 2. METHODOLOGY In this section we make detection of edges in shoeprint image.We have proposed the following algorithm to detect the edges from it. Step 1. First take an intensity image of shoeprint Step2. Apply edge detectionmethod Step3. Apply different threshold values Step4. Calculate mean and standard deviation Step 5 Results are analyzed 2.1 Mean and Standard deviation In some situations ,the mean describes what is being measured ,while the standard deviation represents noise and other interference.In these cases,the standard deviation is not important in itself,but only in comparison to the mean.This gives rise to the term :Signal- to -noise ratio(SNR),which is equal to the mean divided by the standard deviation. Mean Standard deviation
  • 4. International Journal of Research in Advent Technology, Vol.3, No.12, December 2015 E-ISSN: 2321-9637 Available online at www.ijrat.org 56 3.EXPERIMENTAL ANALYSIS AND DISCUSSION For the experimental work,we have taken an image of shoeprint as an input.we have allpied the above mentioned edge detectors on this image. This experimental work is carried out in MATLAB .figure shows original image which is taken for experimental analysis. Fiq 2 shows the images which are obtained by applying edge detection methods.The mean and standard deviatuion is evaluated for resultant image as shown in table 1 to table 3.for canny edge detection method the threshold values must be less than 1 Threshold Mean Standard Deviation 0.01 0.2080 0.4059 0.02 0.2080 0.4059 0.03 0.2077 0.4057 0.04 0.2072 0.4053 0.05 0.2064 0.4048 Table I: Mean and Standard deviation calculation with different thresholds in Canny edge detector Threshold Mean Standard Deviation 0.01 0.3460 0.4757 0.02 0.3416 0.4742 0.03 0.3261 0.4688 0.04 0.2985 0.4576 0.05 0.2634 0.4405 Table II: Mean and Standard deviation calculation with different thresholds in Prewitt edge detector Threshold Mean Standard Deviation 0.01 0.3405 0.4739 0.02 0.3364 0.4725 0.03 0.3232 0.4677 0.04 0.2994 0.4580 0.05 0.2664 0.4421 Table III: Mean and Standard deviation calculation with different thresholds in Sobel edge detector 4. CONCLUSION In this work,a shoeprint image has been studied for detecting edges using various types of edge detection methods: Canny, Sobel and Prewitt have been tested to detect the edges. We have also applied different threshold values in all the above methods. The results are analyzed , compared and also evaluated through the quality metrics like mean and standard deviation. Through this work, it is observed that the choice of edge detection method on the shoeprint image depends upon the type of image. Through this work it is found that for the shoeprint images, prewitt and sobelalgorithms performs better under almost all scenarios REFERENCES [1] Jianbo Shi; Jitendra Malik, “Normalized Cuts and Image Segmentation”,IEEE Trans. Pattern Analysis and Machine Intelligence. Vol 22, No 8, 2000. [2] Leo Grady ,"Random Walks for Image Segmentation", IEEE Transactions on Pattern
  • 5. International Journal of Research in Advent Technology, Vol.3, No.12, December 2015 E-ISSN: 2321-9637 Available online at www.ijrat.org 57 Analysis and Machine Intelligence, pp. 1768– 1783, Vol. 28, No. 11,2006 [3] HosseinMobahi, Shankar Rao, Allen Yang, Shankar Sastry and Yi Ma, “Segmentation of Natural Images by Texture and Boundary Compression”, International Journal of Computer Vision (IJCV), 95 (1), pg. 86-98, Oct. 2011. [4] Koenderink, Jan "The structure of images", Biological Cybernetics, 50:363–370, 1984. [5] D. Ziou and S. Tabbone, "Edge detection techniques: An overview", International Journal of Pattern Recognition and Image Analysis, 8(4):537–559, 1998. [6] W. Zhang and F. Bergholm, "Multi-scale blur estimation and edge type classification for scene analysis", International Journal of Computer Vision, vol 24, issue 3, Pages: 219 – 250, 1997. [7] T. Pajdla and V. Hlavac, "Surface discontinuities in range images," in Proc IEEE 4th Int. Conf. Comput.Vision, pp. 524-528, 1993. [8] Gonzalez, Rafael; Richard Woods, “Digital Image Processing” (3rd ed.). Upper Saddle River, New Jersey: Pearson Education, Inc.. pp. 165–68. [9] Shapiro, Linda; George Stockman. "5, 7, 10".Computer Vision. Upper Saddle River, New Jersey: Prentice-Hall, Inc.. pp. 157–158, 215–216, 299–300. [10] Dubrovin, B.A.; A.T. Fomenko, S.P. Novikov, Modern Geometry--Methods and Applications: Part I: The Geometry of Surfaces, Transformation Groups, and Fields (Graduate Texts in Mathematics) (2nd ed.), Springer, pp. 14–17, 1991. [11] Haralick, R. K. "Zero-crossings of second directional derivative operator". SPIE Proc. On Robot Vision, 1982. [12] Canny, J. F. "A variational approach to edge detection". Submitted to AAAI Conference,Washington, D. C., September, 1983. [13] Marr, D., Hildreth, E. "Theory of edge detection". Proc. R. Soc. Lond. B, 207, 187- 217, 1980. [14] Rosenfeld, A., Thurston, M. "Edge and curve detection for visual scene analysis". IEEE Trans. Comput., C-20, 562