SlideShare a Scribd company logo
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308
__________________________________________________________________________________________
Volume: 02 Issue: 10 | Oct-2013, Available @ http://www.ijret.org 483
EDGE DETECTION BY USING LOOKUP TABLE
M. Sushma Sri1
, M. Narayana2
1
M.Tech Student, 2
Professor & H.O.D, ECE, J.P.N.C.E, Andhra Pradesh, India,
hiremath.sushmasri@gmail.com, sai_15surya@yahoo.co.in
Abstract
Edge detection is a fundamental tool used in most image processing applications. We proposed a simple, fast and efficient technique
to detect the edge for the identifying, locating sharp discontinuities in an image and boundary of an image. In this paper, we found
that proposed method called LookUp Table performs well, which requires least computational time as compared to conventional Edge
Detection techniques. And also in this paper we presented a comparative performance of various conventional Edge Detection
Techniques.
Keywords: Edge detectors, Lookup table.
--------------------------------------------------------------------***-----------------------------------------------------------------------
1. INTRODUCTION
Edge Detection refers to the process of identifying and
locating sharp discontinuities in an image. The discontinuities
are abrupt changes in pixel intensity which characterize
boundaries of objects in a scene. Edge Detection is one of the
most frequently used techniques in digital image processing
[10]. The boundaries of object surfaces in a scene often called
lead to oriented localized changes in intensity of an image
called edges [12]. Edge detection is one of the most commonly
used operations in image analysis, and there are probably
more algorithms in the literature for enhancing and detecting
edges than any other single subject. The reason for this is that
edges from the outline of an image. An edge is the boundary
between an object and the background, and indicates the
boundary between overlapping objects. This means that if the
edges in an image can be accurately, all of the objects can be
located and basic properties. Edge detection is a fundamental
of low-level image processing and good edges are necessary
for higher-level processing [9]. Classical methods of edge
detection involve convolving the image with an operator (a 2-
D filter), which is constructed to be sensitive to large gradients
in the image while returning values of zero in uniform regions.
Edge detection technique also transforms image benefiting
from changes in gray tones in the image. Edges are signs of
lack of continuity and ending as a result of this formation the
edge is obtained without encountering any changes in physical
qualities of an image [7,17]. There are extremely large
numbers of edge detection operators available each designed
to be sensitive to certain edges [10]. Edge detection is
difficult to implement in noisy images, since both noise and
edges contains high frequency content [10].
1.1 Edge Detector Background
Edge detection is a tool used in most image processing
application. Edge detection is an important technique in
applications like object recognition, motion analysis, and
pattern recognition [12]. The boundaries of object surfaces in
a scene often lead to oriented localized changes in intensity of
an image called edges [15.]There are many ways to perform
edge detection however, majority of the different method can
be grouped into two major categories:-
(a) Gradient: - the gradient method detects the edges by
looking for the maximum and minimum in the first
derivative of the image.
(b) Laplacian: - the Laplacian method searches for zero
crossing in the second derivative of the image to find
edges [7].
1.2 Edge Detection Techniques
There is different edge detection techniques available, the
compared ones are as follows:
(a) Sobel Operator
Sobel operator is one if the pixel based edge detection
algorithm. It can detect edge by calculating partial derivatives
in 3 x 3 neighbourhoods. The reason for using Sobel operator
is that it is insensitive to noise and it has relatively small mask
in images. The convolution kernel, one kernel is simply the
other rotated by 90degrees.These kernels are designed to
respond to edges running vertically and horizontally relative to
the pixel grid, one kernel for each of the two perpendicular
orientations. The kernels can be applied separately to input
image to produce separate measurement of gradient
component in each orientation which can be combined to find
the absolute magnitude of gradient at each point.
(b) Robert Cross operator
The Robert Cross operator performs a simple and quick 2-D
spatial gradient measurement on an image. The operator
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308
__________________________________________________________________________________________
Volume: 02 Issue: 10 | Oct-2013, Available @ http://www.ijret.org 484
consists of a pair of 2 x2 convolution kernel. These kernels are
designed to respond maximally to edges running at 45degrees
to the pixel grid one kernel for each of the two perpendicular
orientations. The kernels can be applied separately to the input
image to produce separate measurement of the gradient
component in each orientation these can then be combined
together to find the absolute magnitude of the gradient at each
point.
(c) Prewitt Detection
The Prewitt Operator is similar to the Sobel operator and it is
used for detecting vertical and horizontal edges in images [6].
The Prewitt edge detector is an appropriate way to estimate
the magnitude and orientation of an edge. The Prewitt operator
is limited to eight possible orientations [14] although most
direct orientation estimates are not exactly accurate. The
Prewitt operator is estimated in the 3 x 3 neighbourhood for
eight directions [15]. The entire eight masks are calculated
then the one with the largest module is selected.
(d) Canny Operator
Among the edge detection already discussed, the [2] Canny
edge detector is the most rigorously defined operator and is
widely used. It smoothes the image with appropriate Gaussian
filter to reduce desired image. And it also determines Gradient
magnitude and direction at each pixel. The Canny edge
detector is widely considered to be the standard edge detection
method in the industry. It is important that edges occurring in
images should not be missed and that there be no responses to
non-edges. The second criterion is that the edge points be well
localized. In other words, the distance between the edge pixels
as found by the detector and the actual edge is to be at a
minimum. A third criterion is to have only one response to a
single edge. This was implemented because the first two were
not substantial enough to completely eliminate the possibility
of multiple responses to an edge. Based on these criteria, the
canny edge detector first smoothes the image to eliminate and
noise. It then finds the image gradient to highlight regions
with high spatial derivatives. Canny saw the edge detection
problem as a signal processing optimization problem, so he
developed an objective function to be optimized [12].
2. IMAGE SEGMENTATION
The first step in image analysis is segment the image.
Segmentation subdivides an image into its constituent parts or
objects. The level to which this subdivision is carried depends
on the problem being viewed. Some time need to segment the
object from the background to read the image correctly and
identify the content of the image for this reason there are two
techniques of segmentation, discontinuity detection technique
and Similarity detection technique [15, 17]. In the first
technique, one approach is to partition an image based on
abrupt changes in gray-level image. The second technique is
based on the threshold and region growing. This paper
discusses the first techniques using LookUp Table Edge
Detection method.
2.1 Edge Detection for Image Segmentation
Edge detection techniques transform images to edge images
benefiting from the changes of grey tones in the images. Edges
are the sign of lack of continuity, and ending. As a result of
this transformation, edge image is obtained without
encountering any changes in physical qualities of the main
image [16]. Objects consist of numerous parts of different
colour levels. In an image with different grey levels, despite
an obvious change in the grey levels of the object, the shape of
the image can be distinguished in Figure: 6. An Edge in an
image is a significant local change in the image intensity,
usually associated with a discontinuity in either the image
intensity or the first derivative of the image intensity. An edge
is the boundary between an object and the background. The
edge representation of an image significantly reduces the
quantity of data to be processed, yet it retains essential
information regarding the shapes of objects in the scene.
3. PROPOSED METHOD
The proposed method presents determining edges of images
by using Lookup table and it is necessary to point out the true
edges to get the best results. In this respect we present the
advantages of Lookup table by comparing with conventional
edge detector techniques i.e., Sobel, Robert, Prewitt, and
Canny in which the LUT technique gives better detection in
less time.
3.1 LOOKUP TABLE
In data analysis such as image processing a lookup table
(LUT) is used to transform the input data into a more desirable
output format. Lookup table is an array that replaces runtime
computation with a simpler array indexing operation. Lookup
table are often called LUT’s and given an output value for
each range.
3.1.1. Applylut
The use of applylut is it will process binary image by using
lookup table. It performs 2 by 2 or 3 by 3 neighbourhood on
binary image by using lookup table.
(a) 2-by-2 Neighbourhood
For 2-by-2 neighbourhoods, length (LUT) is 16. There are
four pixels in each neighbourhood, and two possible states for
each pixel, so the total number of permutations is 24 = 16. To
produce the matrix of indices, applylut convolves the binary
image with this matrix.
8 2
4 1
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308
__________________________________________________________________________________________
Volume: 02 Issue: 10 | Oct-2013, Available @ http://www.ijret.org 485
The resulting convolution contains integer values in the range
[0, 15]. Applylut uses the central part of the convolution, of
the same size as binary image, and adds 1 to each value to
shift the range to [1,16]. It then constructs A by replacing the
values in the cells of the index matrix with the values in the lut
that indices the point to.
(b) 3-by-3 Neighbourhood
For 3-by-3 neighbourhoods, length (LUT) is 512. There are
nine pixels in each neighbourhood, and two possible states for
each pixel, so the total number of permutations is 29 = 512. To
produce the matrix of indices, applylut convolves the binary
image BW with this matrix.
256 32 4
128 16 2
64 8 1
The resulting convolution contains integer values in the range
[0,511]. Applylut uses the central part of the convolution, of
the same size as binary image, and adds 1 to each value to
shift the range to [15,12]. It then constructs A by replacing the
values in the cells of the index matrix with the values in LUT
that the indices point to.
4. RESULTS &DISCUSSIONS
In this paper, original image is taken and the image is
converted into binary image which is shown in figure (1) &
figure (2) respectively. Next for this binary image Edge
techniques are implemented by using proposed method
Lookup table and conventional edge techniques are Sobel
operator, Robert operator, Prewitt operator, & Canny operator
and their images are shown in figure (4),figure (5), figure
(6),figure (7) respectively. And the LUT image is shown in
figure (3).
We found that proposed method which gives simple, fast and
efficient results in less computational time. Hence the
proposed method performs well as compared to conventional
methods as shown in figures.
Table1: Comparison of Computational Time
IMAGE SOBEL
(sec)
ROBERT
(sec)
PREWITT
(sec)
CANNY
(sec)
LUT
(sec)
1. 0.2991 0.2350 0.1964 0.3566 0.00
84
2. 0.1601 0.0475 0.0257 0.2080 0.00
55
Fig1: Original Image
Fig2: Binary Image
Fig3: LUT
Fig4: Sobel
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308
__________________________________________________________________________________________
Volume: 02 Issue: 10 | Oct-2013, Available @ http://www.ijret.org 486
Fig5: Robert
Fig6: Prewitt
Fig7: Canny
Fig8: Original Image
Fig9: Binary Image
Fig10: LUT
Fig11: Sobel
Fig12: Robert
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308
__________________________________________________________________________________________
Volume: 02 Issue: 10 | Oct-2013, Available @ http://www.ijret.org 487
Fig13: Prewitt
Fig14: Canny
CONCLUSIONS
Edge detection is one of the most commonly used operations
in image analysis. From the comparative study we conclude
that the Canny Edge detection performs well compared to
Roberts, Prewitt, and Sobel Operators but Canny Detection
performance is worse than our propose method known as
LookUp Table. Also Canny Detection is more costlier and
time consuming. This proposed method known LookUp Table
is simple, fast and efficient technique which requires least
computational time and gives better results compared to
conventional Edge Detection Techniques.
REFERENCES
[1] M.B. Ahmad and T.S.Choi, Local Threshold and Boolean
Function Based Edge Detection, IEEE Transactions on
Consumer Electronics, Vol.45,No 3.August 1999.
[2] J.Canny. A computational approach to edge detection,
IEEE Transactions in pattern analysis and machine
intelligence vol. 8 pp. 679-698, 1986
[3] Chunxi Ma, et.al. ; “An improved Sobel algorithm based
filter”, Institute of Electrical and Electronics Engineers, 2nd
International IEEE conference, China, volume:1, pp,88-93,
August 1, 2010.
[4] Dao Qiang Zhanga and Song Can Chena, “A novel
kernelized fuzzy C-means algorithm with application in
medical image segmentation”, Artificial Intelligence in
Medicine, vol. 32, 2004, pp.37-50
[5] Dinesh K. Sharma, Loveleen Gaur and Daniel
Okunbor,“Image Compression and Feature Extraction with
Neural Network”, Proceedings of the Academy of Information
and Management Sciences, Vol.11, No.1, 2007, pp. 33-38.
[6] R.C.Gonzalez and R.E.Woods, Digital Image Processing
2nd ed. Prentice Hall, 2002. Jianbo Shi; Jitendra Malik,
“Normalized Cuts and Image Segmentation”,IEEE Trans.
Pattern Analysis and Machine Intelligence. Vol 22, No 8,
2000
[7] M.Ibrahiem, M.EL Emery, On the application of
Artificial Neural in analysing and classifying human
chromosome, Journal of Computer science vol. 2(1) pp. 72-75
2006.
[8] R.Maini, H.Aggarwal. Study and comparison of various
image edge detection techniques, International Journal of
Image processing (IJIP), volume (3)
[9] Mantas Paulinas and Andrius Usinskas, “A Survey of
Genetic Algorithms Applicatons for Image Enhancement and
Segmentation”, Information Technology and Control, vol.36,
No.3, 2007, pp.278-284.
[10] D.Marr, E.C.Hildreth. Theory of edge detection,
proceeding of the Royal Society, 201b, pp187-217, 1980
[11] S. Price, "Edges: The Canny Edge Detector", July 4,
1996.
[12] A. Rosenfel, Computer vision, a source of models for
biological visual process, IEEE Transaction on Biomedical
36(1), pp. 83-94, 1989.
[13] Sobel, Neighbourhood coding of binary images fast
contour following and general array binary processing,
Computer graphics and image processing vol. 8, pp. 127- 135,
1978.
[14] N. Senthilkumaran and R.Rajesh, A study on edge
detection methods for image segmentation Proceedings of the
international Conference on Mathematics and Computer
Science (ICMCS-2009) vol. 1, pp. 255-259, 2009.
[15] N. Senthilkumaran and R.Rajesh, Edge Detection
Techniques for image segmentation-A survey, Proceedings of
the international conference on managing next generation
software applications (MNGSA-08) pp. 749-760, 2008.
[16] WenshuoGao, et.al. ; “An improved Sobel edge
detection”, computer science and information technology
(ICCSIT), 2010 3rd IEEE International Conference, China,
volume: 5, pp. 67-71, 9-11 July 2010.
[17]A. Yuille and T.A.Poggio. Scaling theorems for zero
crossing IEEE Transaction on Pattern Anal Machine
Intelligence vol. 8, no.1 pp. 157-163, 1986
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308
__________________________________________________________________________________________
Volume: 02 Issue: 10 | Oct-2013, Available @ http://www.ijret.org 488
BIOGRAPHIES
M. Sushma Sri Pursuing M.Tech(WMC)
from Jaya Prakash Narayana College of
Engineering B.Tech(ECE) from Jaya Prakash
Narayana College of Engineering Currently
she is working as Lecturer in Govt.
Polytechnic College and has 2 years of Experience in
teaching. Her areas of interest include, Image processing,
Wireless Networks, Signal Processing, Communication.
Dr. M. Narayana is a professor and HOD in
ECE. He received B.Tech from G. Pullareddy
College of Engg, Kurnool, SKU, Ananthapur,
and M.Tech. From JNTUH, Hyderabad, AP,
India and received Ph.D from JNTUA,
Ananthapur, AP. He has fifteen years of
experience in teaching undergraduate and post graduate
students, and guided more than 20 undergraduate and more
than 10 postgraduate thesis. He has produced 8 papers in
International Journals, 4 papers in International Conferences
and 1 paper in National Conferences. His research interests are
in areas of signal and image processing, segmentation, pattern
recognition, content based image retrieval. He acted as
Resource Person for Workshop/ Conferences.

More Related Content

What's hot

EDGE DETECTION OF MICROSCOPIC IMAGE
EDGE DETECTION OF MICROSCOPIC IMAGEEDGE DETECTION OF MICROSCOPIC IMAGE
EDGE DETECTION OF MICROSCOPIC IMAGE
IAEME Publication
 
Performance Evaluation of Image Edge Detection Techniques
Performance Evaluation of Image Edge Detection Techniques Performance Evaluation of Image Edge Detection Techniques
Performance Evaluation of Image Edge Detection Techniques
CSCJournals
 
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
 
By33458461
By33458461By33458461
By33458461
IJERA Editor
 
D018112429
D018112429D018112429
D018112429
IOSR Journals
 
Fpga implementation of image segmentation by using edge detection based on so...
Fpga implementation of image segmentation by using edge detection based on so...Fpga implementation of image segmentation by using edge detection based on so...
Fpga implementation of image segmentation by using edge detection based on so...
eSAT Journals
 
Fpga implementation of image segmentation by using edge detection based on so...
Fpga implementation of image segmentation by using edge detection based on so...Fpga implementation of image segmentation by using edge detection based on so...
Fpga implementation of image segmentation by using edge detection based on so...
eSAT Publishing House
 
A Review over Different Blur Detection Techniques in Image Processing
A Review over Different Blur Detection Techniques in Image ProcessingA Review over Different Blur Detection Techniques in Image Processing
A Review over Different Blur Detection Techniques in Image Processing
paperpublications3
 
Image Segmentation using Otsu's Method - Computer Graphics (UCS505) Project R...
Image Segmentation using Otsu's Method - Computer Graphics (UCS505) Project R...Image Segmentation using Otsu's Method - Computer Graphics (UCS505) Project R...
Image Segmentation using Otsu's Method - Computer Graphics (UCS505) Project R...
Akshit Arora
 
AUTOMATED IMAGE MOSAICING SYSTEM WITH ANALYSIS OVER VARIOUS IMAGE NOISE
AUTOMATED IMAGE MOSAICING SYSTEM WITH ANALYSIS OVER VARIOUS IMAGE NOISEAUTOMATED IMAGE MOSAICING SYSTEM WITH ANALYSIS OVER VARIOUS IMAGE NOISE
AUTOMATED IMAGE MOSAICING SYSTEM WITH ANALYSIS OVER VARIOUS IMAGE NOISE
ijcsa
 
AN ENHANCED EDGE ADAPTIVE STEGANOGRAPHY APPROACH USING THRESHOLD VALUE FOR RE...
AN ENHANCED EDGE ADAPTIVE STEGANOGRAPHY APPROACH USING THRESHOLD VALUE FOR RE...AN ENHANCED EDGE ADAPTIVE STEGANOGRAPHY APPROACH USING THRESHOLD VALUE FOR RE...
AN ENHANCED EDGE ADAPTIVE STEGANOGRAPHY APPROACH USING THRESHOLD VALUE FOR RE...
ijcsa
 
D45012128
D45012128D45012128
D45012128
IJERA Editor
 
Digital Image Processing: Image Segmentation
Digital Image Processing: Image SegmentationDigital Image Processing: Image Segmentation
Digital Image Processing: Image Segmentation
Mostafa G. M. Mostafa
 
Importance of Mean Shift in Remote Sensing Segmentation
Importance of Mean Shift in Remote Sensing SegmentationImportance of Mean Shift in Remote Sensing Segmentation
Importance of Mean Shift in Remote Sensing Segmentation
IOSR Journals
 
IMAGE SEGMENTATION BY USING THRESHOLDING TECHNIQUES FOR MEDICAL IMAGES
IMAGE SEGMENTATION BY USING THRESHOLDING TECHNIQUES FOR MEDICAL IMAGESIMAGE SEGMENTATION BY USING THRESHOLDING TECHNIQUES FOR MEDICAL IMAGES
IMAGE SEGMENTATION BY USING THRESHOLDING TECHNIQUES FOR MEDICAL IMAGES
cseij
 
Comparison of Segmentation Algorithms and Estimation of Optimal Segmentation ...
Comparison of Segmentation Algorithms and Estimation of Optimal Segmentation ...Comparison of Segmentation Algorithms and Estimation of Optimal Segmentation ...
Comparison of Segmentation Algorithms and Estimation of Optimal Segmentation ...
Pinaki Ranjan Sarkar
 
Mislaid character analysis using 2-dimensional discrete wavelet transform for...
Mislaid character analysis using 2-dimensional discrete wavelet transform for...Mislaid character analysis using 2-dimensional discrete wavelet transform for...
Mislaid character analysis using 2-dimensional discrete wavelet transform for...
IJMER
 
A study and comparison of different image segmentation algorithms
A study and comparison of different image segmentation algorithmsA study and comparison of different image segmentation algorithms
A study and comparison of different image segmentation algorithms
Manje Gowda
 
A Fuzzy Set Approach for Edge Detection
A Fuzzy Set Approach for Edge DetectionA Fuzzy Set Approach for Edge Detection
A Fuzzy Set Approach for Edge Detection
CSCJournals
 
IRJET- Image Feature Extraction using Hough Transformation Principle
IRJET- Image Feature Extraction using Hough Transformation PrincipleIRJET- Image Feature Extraction using Hough Transformation Principle
IRJET- Image Feature Extraction using Hough Transformation Principle
IRJET Journal
 

What's hot (20)

EDGE DETECTION OF MICROSCOPIC IMAGE
EDGE DETECTION OF MICROSCOPIC IMAGEEDGE DETECTION OF MICROSCOPIC IMAGE
EDGE DETECTION OF MICROSCOPIC IMAGE
 
Performance Evaluation of Image Edge Detection Techniques
Performance Evaluation of Image Edge Detection Techniques Performance Evaluation of Image Edge Detection Techniques
Performance Evaluation of Image Edge Detection Techniques
 
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...
 
By33458461
By33458461By33458461
By33458461
 
D018112429
D018112429D018112429
D018112429
 
Fpga implementation of image segmentation by using edge detection based on so...
Fpga implementation of image segmentation by using edge detection based on so...Fpga implementation of image segmentation by using edge detection based on so...
Fpga implementation of image segmentation by using edge detection based on so...
 
Fpga implementation of image segmentation by using edge detection based on so...
Fpga implementation of image segmentation by using edge detection based on so...Fpga implementation of image segmentation by using edge detection based on so...
Fpga implementation of image segmentation by using edge detection based on so...
 
A Review over Different Blur Detection Techniques in Image Processing
A Review over Different Blur Detection Techniques in Image ProcessingA Review over Different Blur Detection Techniques in Image Processing
A Review over Different Blur Detection Techniques in Image Processing
 
Image Segmentation using Otsu's Method - Computer Graphics (UCS505) Project R...
Image Segmentation using Otsu's Method - Computer Graphics (UCS505) Project R...Image Segmentation using Otsu's Method - Computer Graphics (UCS505) Project R...
Image Segmentation using Otsu's Method - Computer Graphics (UCS505) Project R...
 
AUTOMATED IMAGE MOSAICING SYSTEM WITH ANALYSIS OVER VARIOUS IMAGE NOISE
AUTOMATED IMAGE MOSAICING SYSTEM WITH ANALYSIS OVER VARIOUS IMAGE NOISEAUTOMATED IMAGE MOSAICING SYSTEM WITH ANALYSIS OVER VARIOUS IMAGE NOISE
AUTOMATED IMAGE MOSAICING SYSTEM WITH ANALYSIS OVER VARIOUS IMAGE NOISE
 
AN ENHANCED EDGE ADAPTIVE STEGANOGRAPHY APPROACH USING THRESHOLD VALUE FOR RE...
AN ENHANCED EDGE ADAPTIVE STEGANOGRAPHY APPROACH USING THRESHOLD VALUE FOR RE...AN ENHANCED EDGE ADAPTIVE STEGANOGRAPHY APPROACH USING THRESHOLD VALUE FOR RE...
AN ENHANCED EDGE ADAPTIVE STEGANOGRAPHY APPROACH USING THRESHOLD VALUE FOR RE...
 
D45012128
D45012128D45012128
D45012128
 
Digital Image Processing: Image Segmentation
Digital Image Processing: Image SegmentationDigital Image Processing: Image Segmentation
Digital Image Processing: Image Segmentation
 
Importance of Mean Shift in Remote Sensing Segmentation
Importance of Mean Shift in Remote Sensing SegmentationImportance of Mean Shift in Remote Sensing Segmentation
Importance of Mean Shift in Remote Sensing Segmentation
 
IMAGE SEGMENTATION BY USING THRESHOLDING TECHNIQUES FOR MEDICAL IMAGES
IMAGE SEGMENTATION BY USING THRESHOLDING TECHNIQUES FOR MEDICAL IMAGESIMAGE SEGMENTATION BY USING THRESHOLDING TECHNIQUES FOR MEDICAL IMAGES
IMAGE SEGMENTATION BY USING THRESHOLDING TECHNIQUES FOR MEDICAL IMAGES
 
Comparison of Segmentation Algorithms and Estimation of Optimal Segmentation ...
Comparison of Segmentation Algorithms and Estimation of Optimal Segmentation ...Comparison of Segmentation Algorithms and Estimation of Optimal Segmentation ...
Comparison of Segmentation Algorithms and Estimation of Optimal Segmentation ...
 
Mislaid character analysis using 2-dimensional discrete wavelet transform for...
Mislaid character analysis using 2-dimensional discrete wavelet transform for...Mislaid character analysis using 2-dimensional discrete wavelet transform for...
Mislaid character analysis using 2-dimensional discrete wavelet transform for...
 
A study and comparison of different image segmentation algorithms
A study and comparison of different image segmentation algorithmsA study and comparison of different image segmentation algorithms
A study and comparison of different image segmentation algorithms
 
A Fuzzy Set Approach for Edge Detection
A Fuzzy Set Approach for Edge DetectionA Fuzzy Set Approach for Edge Detection
A Fuzzy Set Approach for Edge Detection
 
IRJET- Image Feature Extraction using Hough Transformation Principle
IRJET- Image Feature Extraction using Hough Transformation PrincipleIRJET- Image Feature Extraction using Hough Transformation Principle
IRJET- Image Feature Extraction using Hough Transformation Principle
 

Viewers also liked

Tarea del seminario 2
Tarea del seminario 2Tarea del seminario 2
Tarea del seminario 2
Elena Martín-Hidalgo
 
Darly
DarlyDarly
Virus y antivirus
Virus y antivirusVirus y antivirus
Virus y antivirus
Melissa Magallanes
 
Cincelar - UP emprendedores - pitching - una oferta irresistible
Cincelar - UP emprendedores - pitching - una oferta irresistibleCincelar - UP emprendedores - pitching - una oferta irresistible
Cincelar - UP emprendedores - pitching - una oferta irresistible
Fernando Johann
 
Mine planning process A Madowe SAIMM paper
Mine planning process A Madowe SAIMM paperMine planning process A Madowe SAIMM paper
Mine planning process A Madowe SAIMM paperAlfred Madowe
 
Mehta, Sunner, Crosby & Shrier 2011_What is Sex
Mehta, Sunner, Crosby & Shrier 2011_What is SexMehta, Sunner, Crosby & Shrier 2011_What is Sex
Mehta, Sunner, Crosby & Shrier 2011_What is SexClare Mehta
 
Priyanka kamat Updated
Priyanka kamat UpdatedPriyanka kamat Updated
Priyanka kamat Updatedpriyanka kamat
 
2013 Autocad ELectrical
2013 Autocad ELectrical2013 Autocad ELectrical
2013 Autocad ELectricalsmajam
 
井口省吾の足跡3資料
井口省吾の足跡3資料井口省吾の足跡3資料
井口省吾の足跡3資料
徹 長谷川
 
沼津復活への道Pdf
沼津復活への道Pdf沼津復活への道Pdf
沼津復活への道Pdf
徹 長谷川
 
Internation parity condition
Internation parity conditionInternation parity condition
Internation parity condition
Kanchan Kandel
 

Viewers also liked (17)

192
192192
192
 
Tarea del seminario 2
Tarea del seminario 2Tarea del seminario 2
Tarea del seminario 2
 
Zeitgeist_sample
Zeitgeist_sampleZeitgeist_sample
Zeitgeist_sample
 
SPARKS Ad Single Page
SPARKS Ad Single PageSPARKS Ad Single Page
SPARKS Ad Single Page
 
Bryan Dolly Gultom Resume
Bryan Dolly Gultom ResumeBryan Dolly Gultom Resume
Bryan Dolly Gultom Resume
 
Darly
DarlyDarly
Darly
 
Virus y antivirus
Virus y antivirusVirus y antivirus
Virus y antivirus
 
Cincelar - UP emprendedores - pitching - una oferta irresistible
Cincelar - UP emprendedores - pitching - una oferta irresistibleCincelar - UP emprendedores - pitching - una oferta irresistible
Cincelar - UP emprendedores - pitching - una oferta irresistible
 
Mine planning process A Madowe SAIMM paper
Mine planning process A Madowe SAIMM paperMine planning process A Madowe SAIMM paper
Mine planning process A Madowe SAIMM paper
 
20150728112526096
2015072811252609620150728112526096
20150728112526096
 
Mehta, Sunner, Crosby & Shrier 2011_What is Sex
Mehta, Sunner, Crosby & Shrier 2011_What is SexMehta, Sunner, Crosby & Shrier 2011_What is Sex
Mehta, Sunner, Crosby & Shrier 2011_What is Sex
 
Priyanka kamat Updated
Priyanka kamat UpdatedPriyanka kamat Updated
Priyanka kamat Updated
 
2013 Autocad ELectrical
2013 Autocad ELectrical2013 Autocad ELectrical
2013 Autocad ELectrical
 
井口省吾の足跡3資料
井口省吾の足跡3資料井口省吾の足跡3資料
井口省吾の足跡3資料
 
沼津復活への道Pdf
沼津復活への道Pdf沼津復活への道Pdf
沼津復活への道Pdf
 
Chromite ore
Chromite oreChromite ore
Chromite ore
 
Internation parity condition
Internation parity conditionInternation parity condition
Internation parity condition
 

Similar to Edge detection by using lookup table

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
 
Iw3515281533
Iw3515281533Iw3515281533
Iw3515281533
IJERA Editor
 
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
IRJET Journal
 
ALGORITHM AND TECHNIQUE ON VARIOUS EDGE DETECTION: A SURVEY
ALGORITHM AND TECHNIQUE ON VARIOUS EDGE DETECTION: A SURVEYALGORITHM AND TECHNIQUE ON VARIOUS EDGE DETECTION: A SURVEY
ALGORITHM AND TECHNIQUE ON VARIOUS EDGE DETECTION: A SURVEY
sipij
 
G010124245
G010124245G010124245
G010124245
IOSR Journals
 
EDGE Detection Filter for Gray Image and Observing Performances
EDGE Detection Filter for Gray Image and Observing PerformancesEDGE Detection Filter for Gray Image and Observing Performances
EDGE Detection Filter for Gray Image and Observing Performances
IOSR Journals
 
EDGE Detection Filter for Gray Image and Observing Performances
EDGE Detection Filter for Gray Image and Observing PerformancesEDGE Detection Filter for Gray Image and Observing Performances
EDGE Detection Filter for Gray Image and Observing Performances
IOSR Journals
 
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
 
Study and Comparison of Various Image Edge Detection Techniques
Study and Comparison of Various Image Edge Detection TechniquesStudy and Comparison of Various Image Edge Detection Techniques
Study and Comparison of Various Image Edge Detection Techniques
CSCJournals
 
Image Segmentation Based Survey on the Lung Cancer MRI Images
Image Segmentation Based Survey on the Lung Cancer MRI ImagesImage Segmentation Based Survey on the Lung Cancer MRI Images
Image Segmentation Based Survey on the Lung Cancer MRI Images
IIRindia
 
A NOBEL HYBRID APPROACH FOR EDGE DETECTION
A NOBEL HYBRID APPROACH FOR EDGE  DETECTIONA NOBEL HYBRID APPROACH FOR EDGE  DETECTION
A NOBEL HYBRID APPROACH FOR EDGE DETECTION
ijcses
 
I010634450
I010634450I010634450
I010634450
IOSR Journals
 
Performance of Efficient Closed-Form Solution to Comprehensive Frontier Exposure
Performance of Efficient Closed-Form Solution to Comprehensive Frontier ExposurePerformance of Efficient Closed-Form Solution to Comprehensive Frontier Exposure
Performance of Efficient Closed-Form Solution to Comprehensive Frontier Exposure
iosrjce
 
Removing fence and recovering image details various techniques with performan...
Removing fence and recovering image details various techniques with performan...Removing fence and recovering image details various techniques with performan...
Removing fence and recovering image details various techniques with performan...
RSIS International
 
Removing Fence and Recovering Image Details: Various Techniques with Performa...
Removing Fence and Recovering Image Details: Various Techniques with Performa...Removing Fence and Recovering Image Details: Various Techniques with Performa...
Removing Fence and Recovering Image Details: Various Techniques with Performa...
RSIS International
 
A010110104
A010110104A010110104
A010110104
IOSR Journals
 
Algorithm for the Comparison of Different Types of First Order Edge Detection...
Algorithm for the Comparison of Different Types of First Order Edge Detection...Algorithm for the Comparison of Different Types of First Order Edge Detection...
Algorithm for the Comparison of Different Types of First Order Edge Detection...
IOSR Journals
 
Real time Canny edge detection
Real time Canny edge detectionReal time Canny edge detection
Real time Canny edge detection
Shashank Kapoor
 
Ijarcet vol-2-issue-7-2246-2251
Ijarcet vol-2-issue-7-2246-2251Ijarcet vol-2-issue-7-2246-2251
Ijarcet vol-2-issue-7-2246-2251Editor IJARCET
 
Ijarcet vol-2-issue-7-2246-2251
Ijarcet vol-2-issue-7-2246-2251Ijarcet vol-2-issue-7-2246-2251
Ijarcet vol-2-issue-7-2246-2251Editor IJARCET
 

Similar to Edge detection by using lookup table (20)

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...
 
Iw3515281533
Iw3515281533Iw3515281533
Iw3515281533
 
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
 
ALGORITHM AND TECHNIQUE ON VARIOUS EDGE DETECTION: A SURVEY
ALGORITHM AND TECHNIQUE ON VARIOUS EDGE DETECTION: A SURVEYALGORITHM AND TECHNIQUE ON VARIOUS EDGE DETECTION: A SURVEY
ALGORITHM AND TECHNIQUE ON VARIOUS EDGE DETECTION: A SURVEY
 
G010124245
G010124245G010124245
G010124245
 
EDGE Detection Filter for Gray Image and Observing Performances
EDGE Detection Filter for Gray Image and Observing PerformancesEDGE Detection Filter for Gray Image and Observing Performances
EDGE Detection Filter for Gray Image and Observing Performances
 
EDGE Detection Filter for Gray Image and Observing Performances
EDGE Detection Filter for Gray Image and Observing PerformancesEDGE Detection Filter for Gray Image and Observing Performances
EDGE Detection Filter for Gray Image and Observing Performances
 
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 ...
 
Study and Comparison of Various Image Edge Detection Techniques
Study and Comparison of Various Image Edge Detection TechniquesStudy and Comparison of Various Image Edge Detection Techniques
Study and Comparison of Various Image Edge Detection Techniques
 
Image Segmentation Based Survey on the Lung Cancer MRI Images
Image Segmentation Based Survey on the Lung Cancer MRI ImagesImage Segmentation Based Survey on the Lung Cancer MRI Images
Image Segmentation Based Survey on the Lung Cancer MRI Images
 
A NOBEL HYBRID APPROACH FOR EDGE DETECTION
A NOBEL HYBRID APPROACH FOR EDGE  DETECTIONA NOBEL HYBRID APPROACH FOR EDGE  DETECTION
A NOBEL HYBRID APPROACH FOR EDGE DETECTION
 
I010634450
I010634450I010634450
I010634450
 
Performance of Efficient Closed-Form Solution to Comprehensive Frontier Exposure
Performance of Efficient Closed-Form Solution to Comprehensive Frontier ExposurePerformance of Efficient Closed-Form Solution to Comprehensive Frontier Exposure
Performance of Efficient Closed-Form Solution to Comprehensive Frontier Exposure
 
Removing fence and recovering image details various techniques with performan...
Removing fence and recovering image details various techniques with performan...Removing fence and recovering image details various techniques with performan...
Removing fence and recovering image details various techniques with performan...
 
Removing Fence and Recovering Image Details: Various Techniques with Performa...
Removing Fence and Recovering Image Details: Various Techniques with Performa...Removing Fence and Recovering Image Details: Various Techniques with Performa...
Removing Fence and Recovering Image Details: Various Techniques with Performa...
 
A010110104
A010110104A010110104
A010110104
 
Algorithm for the Comparison of Different Types of First Order Edge Detection...
Algorithm for the Comparison of Different Types of First Order Edge Detection...Algorithm for the Comparison of Different Types of First Order Edge Detection...
Algorithm for the Comparison of Different Types of First Order Edge Detection...
 
Real time Canny edge detection
Real time Canny edge detectionReal time Canny edge detection
Real time Canny edge detection
 
Ijarcet vol-2-issue-7-2246-2251
Ijarcet vol-2-issue-7-2246-2251Ijarcet vol-2-issue-7-2246-2251
Ijarcet vol-2-issue-7-2246-2251
 
Ijarcet vol-2-issue-7-2246-2251
Ijarcet vol-2-issue-7-2246-2251Ijarcet vol-2-issue-7-2246-2251
Ijarcet vol-2-issue-7-2246-2251
 

More from eSAT Journals

Mechanical properties of hybrid fiber reinforced concrete for pavements
Mechanical properties of hybrid fiber reinforced concrete for pavementsMechanical properties of hybrid fiber reinforced concrete for pavements
Mechanical properties of hybrid fiber reinforced concrete for pavements
eSAT Journals
 
Material management in construction – a case study
Material management in construction – a case studyMaterial management in construction – a case study
Material management in construction – a case study
eSAT Journals
 
Managing drought short term strategies in semi arid regions a case study
Managing drought    short term strategies in semi arid regions  a case studyManaging drought    short term strategies in semi arid regions  a case study
Managing drought short term strategies in semi arid regions a case study
eSAT Journals
 
Life cycle cost analysis of overlay for an urban road in bangalore
Life cycle cost analysis of overlay for an urban road in bangaloreLife cycle cost analysis of overlay for an urban road in bangalore
Life cycle cost analysis of overlay for an urban road in bangalore
eSAT Journals
 
Laboratory studies of dense bituminous mixes ii with reclaimed asphalt materials
Laboratory studies of dense bituminous mixes ii with reclaimed asphalt materialsLaboratory studies of dense bituminous mixes ii with reclaimed asphalt materials
Laboratory studies of dense bituminous mixes ii with reclaimed asphalt materials
eSAT Journals
 
Laboratory investigation of expansive soil stabilized with natural inorganic ...
Laboratory investigation of expansive soil stabilized with natural inorganic ...Laboratory investigation of expansive soil stabilized with natural inorganic ...
Laboratory investigation of expansive soil stabilized with natural inorganic ...
eSAT Journals
 
Influence of reinforcement on the behavior of hollow concrete block masonry p...
Influence of reinforcement on the behavior of hollow concrete block masonry p...Influence of reinforcement on the behavior of hollow concrete block masonry p...
Influence of reinforcement on the behavior of hollow concrete block masonry p...
eSAT Journals
 
Influence of compaction energy on soil stabilized with chemical stabilizer
Influence of compaction energy on soil stabilized with chemical stabilizerInfluence of compaction energy on soil stabilized with chemical stabilizer
Influence of compaction energy on soil stabilized with chemical stabilizer
eSAT Journals
 
Geographical information system (gis) for water resources management
Geographical information system (gis) for water resources managementGeographical information system (gis) for water resources management
Geographical information system (gis) for water resources management
eSAT Journals
 
Forest type mapping of bidar forest division, karnataka using geoinformatics ...
Forest type mapping of bidar forest division, karnataka using geoinformatics ...Forest type mapping of bidar forest division, karnataka using geoinformatics ...
Forest type mapping of bidar forest division, karnataka using geoinformatics ...
eSAT Journals
 
Factors influencing compressive strength of geopolymer concrete
Factors influencing compressive strength of geopolymer concreteFactors influencing compressive strength of geopolymer concrete
Factors influencing compressive strength of geopolymer concrete
eSAT Journals
 
Experimental investigation on circular hollow steel columns in filled with li...
Experimental investigation on circular hollow steel columns in filled with li...Experimental investigation on circular hollow steel columns in filled with li...
Experimental investigation on circular hollow steel columns in filled with li...
eSAT Journals
 
Experimental behavior of circular hsscfrc filled steel tubular columns under ...
Experimental behavior of circular hsscfrc filled steel tubular columns under ...Experimental behavior of circular hsscfrc filled steel tubular columns under ...
Experimental behavior of circular hsscfrc filled steel tubular columns under ...
eSAT Journals
 
Evaluation of punching shear in flat slabs
Evaluation of punching shear in flat slabsEvaluation of punching shear in flat slabs
Evaluation of punching shear in flat slabs
eSAT Journals
 
Evaluation of performance of intake tower dam for recent earthquake in india
Evaluation of performance of intake tower dam for recent earthquake in indiaEvaluation of performance of intake tower dam for recent earthquake in india
Evaluation of performance of intake tower dam for recent earthquake in india
eSAT Journals
 
Evaluation of operational efficiency of urban road network using travel time ...
Evaluation of operational efficiency of urban road network using travel time ...Evaluation of operational efficiency of urban road network using travel time ...
Evaluation of operational efficiency of urban road network using travel time ...
eSAT Journals
 
Estimation of surface runoff in nallur amanikere watershed using scs cn method
Estimation of surface runoff in nallur amanikere watershed using scs cn methodEstimation of surface runoff in nallur amanikere watershed using scs cn method
Estimation of surface runoff in nallur amanikere watershed using scs cn method
eSAT Journals
 
Estimation of morphometric parameters and runoff using rs & gis techniques
Estimation of morphometric parameters and runoff using rs & gis techniquesEstimation of morphometric parameters and runoff using rs & gis techniques
Estimation of morphometric parameters and runoff using rs & gis techniques
eSAT Journals
 
Effect of variation of plastic hinge length on the results of non linear anal...
Effect of variation of plastic hinge length on the results of non linear anal...Effect of variation of plastic hinge length on the results of non linear anal...
Effect of variation of plastic hinge length on the results of non linear anal...
eSAT Journals
 
Effect of use of recycled materials on indirect tensile strength of asphalt c...
Effect of use of recycled materials on indirect tensile strength of asphalt c...Effect of use of recycled materials on indirect tensile strength of asphalt c...
Effect of use of recycled materials on indirect tensile strength of asphalt c...
eSAT Journals
 

More from eSAT Journals (20)

Mechanical properties of hybrid fiber reinforced concrete for pavements
Mechanical properties of hybrid fiber reinforced concrete for pavementsMechanical properties of hybrid fiber reinforced concrete for pavements
Mechanical properties of hybrid fiber reinforced concrete for pavements
 
Material management in construction – a case study
Material management in construction – a case studyMaterial management in construction – a case study
Material management in construction – a case study
 
Managing drought short term strategies in semi arid regions a case study
Managing drought    short term strategies in semi arid regions  a case studyManaging drought    short term strategies in semi arid regions  a case study
Managing drought short term strategies in semi arid regions a case study
 
Life cycle cost analysis of overlay for an urban road in bangalore
Life cycle cost analysis of overlay for an urban road in bangaloreLife cycle cost analysis of overlay for an urban road in bangalore
Life cycle cost analysis of overlay for an urban road in bangalore
 
Laboratory studies of dense bituminous mixes ii with reclaimed asphalt materials
Laboratory studies of dense bituminous mixes ii with reclaimed asphalt materialsLaboratory studies of dense bituminous mixes ii with reclaimed asphalt materials
Laboratory studies of dense bituminous mixes ii with reclaimed asphalt materials
 
Laboratory investigation of expansive soil stabilized with natural inorganic ...
Laboratory investigation of expansive soil stabilized with natural inorganic ...Laboratory investigation of expansive soil stabilized with natural inorganic ...
Laboratory investigation of expansive soil stabilized with natural inorganic ...
 
Influence of reinforcement on the behavior of hollow concrete block masonry p...
Influence of reinforcement on the behavior of hollow concrete block masonry p...Influence of reinforcement on the behavior of hollow concrete block masonry p...
Influence of reinforcement on the behavior of hollow concrete block masonry p...
 
Influence of compaction energy on soil stabilized with chemical stabilizer
Influence of compaction energy on soil stabilized with chemical stabilizerInfluence of compaction energy on soil stabilized with chemical stabilizer
Influence of compaction energy on soil stabilized with chemical stabilizer
 
Geographical information system (gis) for water resources management
Geographical information system (gis) for water resources managementGeographical information system (gis) for water resources management
Geographical information system (gis) for water resources management
 
Forest type mapping of bidar forest division, karnataka using geoinformatics ...
Forest type mapping of bidar forest division, karnataka using geoinformatics ...Forest type mapping of bidar forest division, karnataka using geoinformatics ...
Forest type mapping of bidar forest division, karnataka using geoinformatics ...
 
Factors influencing compressive strength of geopolymer concrete
Factors influencing compressive strength of geopolymer concreteFactors influencing compressive strength of geopolymer concrete
Factors influencing compressive strength of geopolymer concrete
 
Experimental investigation on circular hollow steel columns in filled with li...
Experimental investigation on circular hollow steel columns in filled with li...Experimental investigation on circular hollow steel columns in filled with li...
Experimental investigation on circular hollow steel columns in filled with li...
 
Experimental behavior of circular hsscfrc filled steel tubular columns under ...
Experimental behavior of circular hsscfrc filled steel tubular columns under ...Experimental behavior of circular hsscfrc filled steel tubular columns under ...
Experimental behavior of circular hsscfrc filled steel tubular columns under ...
 
Evaluation of punching shear in flat slabs
Evaluation of punching shear in flat slabsEvaluation of punching shear in flat slabs
Evaluation of punching shear in flat slabs
 
Evaluation of performance of intake tower dam for recent earthquake in india
Evaluation of performance of intake tower dam for recent earthquake in indiaEvaluation of performance of intake tower dam for recent earthquake in india
Evaluation of performance of intake tower dam for recent earthquake in india
 
Evaluation of operational efficiency of urban road network using travel time ...
Evaluation of operational efficiency of urban road network using travel time ...Evaluation of operational efficiency of urban road network using travel time ...
Evaluation of operational efficiency of urban road network using travel time ...
 
Estimation of surface runoff in nallur amanikere watershed using scs cn method
Estimation of surface runoff in nallur amanikere watershed using scs cn methodEstimation of surface runoff in nallur amanikere watershed using scs cn method
Estimation of surface runoff in nallur amanikere watershed using scs cn method
 
Estimation of morphometric parameters and runoff using rs & gis techniques
Estimation of morphometric parameters and runoff using rs & gis techniquesEstimation of morphometric parameters and runoff using rs & gis techniques
Estimation of morphometric parameters and runoff using rs & gis techniques
 
Effect of variation of plastic hinge length on the results of non linear anal...
Effect of variation of plastic hinge length on the results of non linear anal...Effect of variation of plastic hinge length on the results of non linear anal...
Effect of variation of plastic hinge length on the results of non linear anal...
 
Effect of use of recycled materials on indirect tensile strength of asphalt c...
Effect of use of recycled materials on indirect tensile strength of asphalt c...Effect of use of recycled materials on indirect tensile strength of asphalt c...
Effect of use of recycled materials on indirect tensile strength of asphalt c...
 

Recently uploaded

一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理
一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理
一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理
bakpo1
 
HYDROPOWER - Hydroelectric power generation
HYDROPOWER - Hydroelectric power generationHYDROPOWER - Hydroelectric power generation
HYDROPOWER - Hydroelectric power generation
Robbie Edward Sayers
 
Gen AI Study Jams _ For the GDSC Leads in India.pdf
Gen AI Study Jams _ For the GDSC Leads in India.pdfGen AI Study Jams _ For the GDSC Leads in India.pdf
Gen AI Study Jams _ For the GDSC Leads in India.pdf
gdsczhcet
 
ethical hacking in wireless-hacking1.ppt
ethical hacking in wireless-hacking1.pptethical hacking in wireless-hacking1.ppt
ethical hacking in wireless-hacking1.ppt
Jayaprasanna4
 
DESIGN A COTTON SEED SEPARATION MACHINE.docx
DESIGN A COTTON SEED SEPARATION MACHINE.docxDESIGN A COTTON SEED SEPARATION MACHINE.docx
DESIGN A COTTON SEED SEPARATION MACHINE.docx
FluxPrime1
 
Top 10 Oil and Gas Projects in Saudi Arabia 2024.pdf
Top 10 Oil and Gas Projects in Saudi Arabia 2024.pdfTop 10 Oil and Gas Projects in Saudi Arabia 2024.pdf
Top 10 Oil and Gas Projects in Saudi Arabia 2024.pdf
Teleport Manpower Consultant
 
The role of big data in decision making.
The role of big data in decision making.The role of big data in decision making.
The role of big data in decision making.
ankuprajapati0525
 
Immunizing Image Classifiers Against Localized Adversary Attacks
Immunizing Image Classifiers Against Localized Adversary AttacksImmunizing Image Classifiers Against Localized Adversary Attacks
Immunizing Image Classifiers Against Localized Adversary Attacks
gerogepatton
 
NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...
NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...
NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...
Amil Baba Dawood bangali
 
H.Seo, ICLR 2024, MLILAB, KAIST AI.pdf
H.Seo,  ICLR 2024, MLILAB,  KAIST AI.pdfH.Seo,  ICLR 2024, MLILAB,  KAIST AI.pdf
H.Seo, ICLR 2024, MLILAB, KAIST AI.pdf
MLILAB
 
Democratizing Fuzzing at Scale by Abhishek Arya
Democratizing Fuzzing at Scale by Abhishek AryaDemocratizing Fuzzing at Scale by Abhishek Arya
Democratizing Fuzzing at Scale by Abhishek Arya
abh.arya
 
The Benefits and Techniques of Trenchless Pipe Repair.pdf
The Benefits and Techniques of Trenchless Pipe Repair.pdfThe Benefits and Techniques of Trenchless Pipe Repair.pdf
The Benefits and Techniques of Trenchless Pipe Repair.pdf
Pipe Restoration Solutions
 
Water Industry Process Automation and Control Monthly - May 2024.pdf
Water Industry Process Automation and Control Monthly - May 2024.pdfWater Industry Process Automation and Control Monthly - May 2024.pdf
Water Industry Process Automation and Control Monthly - May 2024.pdf
Water Industry Process Automation & Control
 
Event Management System Vb Net Project Report.pdf
Event Management System Vb Net  Project Report.pdfEvent Management System Vb Net  Project Report.pdf
Event Management System Vb Net Project Report.pdf
Kamal Acharya
 
Cosmetic shop management system project report.pdf
Cosmetic shop management system project report.pdfCosmetic shop management system project report.pdf
Cosmetic shop management system project report.pdf
Kamal Acharya
 
Railway Signalling Principles Edition 3.pdf
Railway Signalling Principles Edition 3.pdfRailway Signalling Principles Edition 3.pdf
Railway Signalling Principles Edition 3.pdf
TeeVichai
 
Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)
Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)
Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)
MdTanvirMahtab2
 
ASME IX(9) 2007 Full Version .pdf
ASME IX(9)  2007 Full Version       .pdfASME IX(9)  2007 Full Version       .pdf
ASME IX(9) 2007 Full Version .pdf
AhmedHussein950959
 
Vaccine management system project report documentation..pdf
Vaccine management system project report documentation..pdfVaccine management system project report documentation..pdf
Vaccine management system project report documentation..pdf
Kamal Acharya
 
CME397 Surface Engineering- Professional Elective
CME397 Surface Engineering- Professional ElectiveCME397 Surface Engineering- Professional Elective
CME397 Surface Engineering- Professional Elective
karthi keyan
 

Recently uploaded (20)

一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理
一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理
一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理
 
HYDROPOWER - Hydroelectric power generation
HYDROPOWER - Hydroelectric power generationHYDROPOWER - Hydroelectric power generation
HYDROPOWER - Hydroelectric power generation
 
Gen AI Study Jams _ For the GDSC Leads in India.pdf
Gen AI Study Jams _ For the GDSC Leads in India.pdfGen AI Study Jams _ For the GDSC Leads in India.pdf
Gen AI Study Jams _ For the GDSC Leads in India.pdf
 
ethical hacking in wireless-hacking1.ppt
ethical hacking in wireless-hacking1.pptethical hacking in wireless-hacking1.ppt
ethical hacking in wireless-hacking1.ppt
 
DESIGN A COTTON SEED SEPARATION MACHINE.docx
DESIGN A COTTON SEED SEPARATION MACHINE.docxDESIGN A COTTON SEED SEPARATION MACHINE.docx
DESIGN A COTTON SEED SEPARATION MACHINE.docx
 
Top 10 Oil and Gas Projects in Saudi Arabia 2024.pdf
Top 10 Oil and Gas Projects in Saudi Arabia 2024.pdfTop 10 Oil and Gas Projects in Saudi Arabia 2024.pdf
Top 10 Oil and Gas Projects in Saudi Arabia 2024.pdf
 
The role of big data in decision making.
The role of big data in decision making.The role of big data in decision making.
The role of big data in decision making.
 
Immunizing Image Classifiers Against Localized Adversary Attacks
Immunizing Image Classifiers Against Localized Adversary AttacksImmunizing Image Classifiers Against Localized Adversary Attacks
Immunizing Image Classifiers Against Localized Adversary Attacks
 
NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...
NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...
NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...
 
H.Seo, ICLR 2024, MLILAB, KAIST AI.pdf
H.Seo,  ICLR 2024, MLILAB,  KAIST AI.pdfH.Seo,  ICLR 2024, MLILAB,  KAIST AI.pdf
H.Seo, ICLR 2024, MLILAB, KAIST AI.pdf
 
Democratizing Fuzzing at Scale by Abhishek Arya
Democratizing Fuzzing at Scale by Abhishek AryaDemocratizing Fuzzing at Scale by Abhishek Arya
Democratizing Fuzzing at Scale by Abhishek Arya
 
The Benefits and Techniques of Trenchless Pipe Repair.pdf
The Benefits and Techniques of Trenchless Pipe Repair.pdfThe Benefits and Techniques of Trenchless Pipe Repair.pdf
The Benefits and Techniques of Trenchless Pipe Repair.pdf
 
Water Industry Process Automation and Control Monthly - May 2024.pdf
Water Industry Process Automation and Control Monthly - May 2024.pdfWater Industry Process Automation and Control Monthly - May 2024.pdf
Water Industry Process Automation and Control Monthly - May 2024.pdf
 
Event Management System Vb Net Project Report.pdf
Event Management System Vb Net  Project Report.pdfEvent Management System Vb Net  Project Report.pdf
Event Management System Vb Net Project Report.pdf
 
Cosmetic shop management system project report.pdf
Cosmetic shop management system project report.pdfCosmetic shop management system project report.pdf
Cosmetic shop management system project report.pdf
 
Railway Signalling Principles Edition 3.pdf
Railway Signalling Principles Edition 3.pdfRailway Signalling Principles Edition 3.pdf
Railway Signalling Principles Edition 3.pdf
 
Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)
Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)
Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)
 
ASME IX(9) 2007 Full Version .pdf
ASME IX(9)  2007 Full Version       .pdfASME IX(9)  2007 Full Version       .pdf
ASME IX(9) 2007 Full Version .pdf
 
Vaccine management system project report documentation..pdf
Vaccine management system project report documentation..pdfVaccine management system project report documentation..pdf
Vaccine management system project report documentation..pdf
 
CME397 Surface Engineering- Professional Elective
CME397 Surface Engineering- Professional ElectiveCME397 Surface Engineering- Professional Elective
CME397 Surface Engineering- Professional Elective
 

Edge detection by using lookup table

  • 1. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 __________________________________________________________________________________________ Volume: 02 Issue: 10 | Oct-2013, Available @ http://www.ijret.org 483 EDGE DETECTION BY USING LOOKUP TABLE M. Sushma Sri1 , M. Narayana2 1 M.Tech Student, 2 Professor & H.O.D, ECE, J.P.N.C.E, Andhra Pradesh, India, hiremath.sushmasri@gmail.com, sai_15surya@yahoo.co.in Abstract Edge detection is a fundamental tool used in most image processing applications. We proposed a simple, fast and efficient technique to detect the edge for the identifying, locating sharp discontinuities in an image and boundary of an image. In this paper, we found that proposed method called LookUp Table performs well, which requires least computational time as compared to conventional Edge Detection techniques. And also in this paper we presented a comparative performance of various conventional Edge Detection Techniques. Keywords: Edge detectors, Lookup table. --------------------------------------------------------------------***----------------------------------------------------------------------- 1. INTRODUCTION Edge Detection refers to the process of identifying and locating sharp discontinuities in an image. The discontinuities are abrupt changes in pixel intensity which characterize boundaries of objects in a scene. Edge Detection is one of the most frequently used techniques in digital image processing [10]. The boundaries of object surfaces in a scene often called lead to oriented localized changes in intensity of an image called edges [12]. Edge detection is one of the most commonly used operations in image analysis, and there are probably more algorithms in the literature for enhancing and detecting edges than any other single subject. The reason for this is that edges from the outline of an image. An edge is the boundary between an object and the background, and indicates the boundary between overlapping objects. This means that if the edges in an image can be accurately, all of the objects can be located and basic properties. Edge detection is a fundamental of low-level image processing and good edges are necessary for higher-level processing [9]. Classical methods of edge detection involve convolving the image with an operator (a 2- D filter), which is constructed to be sensitive to large gradients in the image while returning values of zero in uniform regions. Edge detection technique also transforms image benefiting from changes in gray tones in the image. Edges are signs of lack of continuity and ending as a result of this formation the edge is obtained without encountering any changes in physical qualities of an image [7,17]. There are extremely large numbers of edge detection operators available each designed to be sensitive to certain edges [10]. Edge detection is difficult to implement in noisy images, since both noise and edges contains high frequency content [10]. 1.1 Edge Detector Background Edge detection is a tool used in most image processing application. Edge detection is an important technique in applications like object recognition, motion analysis, and pattern recognition [12]. The boundaries of object surfaces in a scene often lead to oriented localized changes in intensity of an image called edges [15.]There are many ways to perform edge detection however, majority of the different method can be grouped into two major categories:- (a) Gradient: - the gradient method detects the edges by looking for the maximum and minimum in the first derivative of the image. (b) Laplacian: - the Laplacian method searches for zero crossing in the second derivative of the image to find edges [7]. 1.2 Edge Detection Techniques There is different edge detection techniques available, the compared ones are as follows: (a) Sobel Operator Sobel operator is one if the pixel based edge detection algorithm. It can detect edge by calculating partial derivatives in 3 x 3 neighbourhoods. The reason for using Sobel operator is that it is insensitive to noise and it has relatively small mask in images. The convolution kernel, one kernel is simply the other rotated by 90degrees.These kernels are designed to respond to edges running vertically and horizontally relative to the pixel grid, one kernel for each of the two perpendicular orientations. The kernels can be applied separately to input image to produce separate measurement of gradient component in each orientation which can be combined to find the absolute magnitude of gradient at each point. (b) Robert Cross operator The Robert Cross operator performs a simple and quick 2-D spatial gradient measurement on an image. The operator
  • 2. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 __________________________________________________________________________________________ Volume: 02 Issue: 10 | Oct-2013, Available @ http://www.ijret.org 484 consists of a pair of 2 x2 convolution kernel. These kernels are designed to respond maximally to edges running at 45degrees to the pixel grid one kernel for each of the two perpendicular orientations. The kernels can be applied separately to the input image to produce separate measurement of the gradient component in each orientation these can then be combined together to find the absolute magnitude of the gradient at each point. (c) Prewitt Detection The Prewitt Operator is similar to the Sobel operator and it is used for detecting vertical and horizontal edges in images [6]. The Prewitt edge detector is an appropriate way to estimate the magnitude and orientation of an edge. The Prewitt operator is limited to eight possible orientations [14] although most direct orientation estimates are not exactly accurate. The Prewitt operator is estimated in the 3 x 3 neighbourhood for eight directions [15]. The entire eight masks are calculated then the one with the largest module is selected. (d) Canny Operator Among the edge detection already discussed, the [2] Canny edge detector is the most rigorously defined operator and is widely used. It smoothes the image with appropriate Gaussian filter to reduce desired image. And it also determines Gradient magnitude and direction at each pixel. The Canny edge detector is widely considered to be the standard edge detection method in the industry. It is important that edges occurring in images should not be missed and that there be no responses to non-edges. The second criterion is that the edge points be well localized. In other words, the distance between the edge pixels as found by the detector and the actual edge is to be at a minimum. A third criterion is to have only one response to a single edge. This was implemented because the first two were not substantial enough to completely eliminate the possibility of multiple responses to an edge. Based on these criteria, the canny edge detector first smoothes the image to eliminate and noise. It then finds the image gradient to highlight regions with high spatial derivatives. Canny saw the edge detection problem as a signal processing optimization problem, so he developed an objective function to be optimized [12]. 2. IMAGE SEGMENTATION The first step in image analysis is segment the image. Segmentation subdivides an image into its constituent parts or objects. The level to which this subdivision is carried depends on the problem being viewed. Some time need to segment the object from the background to read the image correctly and identify the content of the image for this reason there are two techniques of segmentation, discontinuity detection technique and Similarity detection technique [15, 17]. In the first technique, one approach is to partition an image based on abrupt changes in gray-level image. The second technique is based on the threshold and region growing. This paper discusses the first techniques using LookUp Table Edge Detection method. 2.1 Edge Detection for Image Segmentation Edge detection techniques transform images to edge images benefiting from the changes of grey tones in the images. Edges are the sign of lack of continuity, and ending. As a result of this transformation, edge image is obtained without encountering any changes in physical qualities of the main image [16]. Objects consist of numerous parts of different colour levels. In an image with different grey levels, despite an obvious change in the grey levels of the object, the shape of the image can be distinguished in Figure: 6. An Edge in an image is a significant local change in the image intensity, usually associated with a discontinuity in either the image intensity or the first derivative of the image intensity. An edge is the boundary between an object and the background. The edge representation of an image significantly reduces the quantity of data to be processed, yet it retains essential information regarding the shapes of objects in the scene. 3. PROPOSED METHOD The proposed method presents determining edges of images by using Lookup table and it is necessary to point out the true edges to get the best results. In this respect we present the advantages of Lookup table by comparing with conventional edge detector techniques i.e., Sobel, Robert, Prewitt, and Canny in which the LUT technique gives better detection in less time. 3.1 LOOKUP TABLE In data analysis such as image processing a lookup table (LUT) is used to transform the input data into a more desirable output format. Lookup table is an array that replaces runtime computation with a simpler array indexing operation. Lookup table are often called LUT’s and given an output value for each range. 3.1.1. Applylut The use of applylut is it will process binary image by using lookup table. It performs 2 by 2 or 3 by 3 neighbourhood on binary image by using lookup table. (a) 2-by-2 Neighbourhood For 2-by-2 neighbourhoods, length (LUT) is 16. There are four pixels in each neighbourhood, and two possible states for each pixel, so the total number of permutations is 24 = 16. To produce the matrix of indices, applylut convolves the binary image with this matrix. 8 2 4 1
  • 3. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 __________________________________________________________________________________________ Volume: 02 Issue: 10 | Oct-2013, Available @ http://www.ijret.org 485 The resulting convolution contains integer values in the range [0, 15]. Applylut uses the central part of the convolution, of the same size as binary image, and adds 1 to each value to shift the range to [1,16]. It then constructs A by replacing the values in the cells of the index matrix with the values in the lut that indices the point to. (b) 3-by-3 Neighbourhood For 3-by-3 neighbourhoods, length (LUT) is 512. There are nine pixels in each neighbourhood, and two possible states for each pixel, so the total number of permutations is 29 = 512. To produce the matrix of indices, applylut convolves the binary image BW with this matrix. 256 32 4 128 16 2 64 8 1 The resulting convolution contains integer values in the range [0,511]. Applylut uses the central part of the convolution, of the same size as binary image, and adds 1 to each value to shift the range to [15,12]. It then constructs A by replacing the values in the cells of the index matrix with the values in LUT that the indices point to. 4. RESULTS &DISCUSSIONS In this paper, original image is taken and the image is converted into binary image which is shown in figure (1) & figure (2) respectively. Next for this binary image Edge techniques are implemented by using proposed method Lookup table and conventional edge techniques are Sobel operator, Robert operator, Prewitt operator, & Canny operator and their images are shown in figure (4),figure (5), figure (6),figure (7) respectively. And the LUT image is shown in figure (3). We found that proposed method which gives simple, fast and efficient results in less computational time. Hence the proposed method performs well as compared to conventional methods as shown in figures. Table1: Comparison of Computational Time IMAGE SOBEL (sec) ROBERT (sec) PREWITT (sec) CANNY (sec) LUT (sec) 1. 0.2991 0.2350 0.1964 0.3566 0.00 84 2. 0.1601 0.0475 0.0257 0.2080 0.00 55 Fig1: Original Image Fig2: Binary Image Fig3: LUT Fig4: Sobel
  • 4. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 __________________________________________________________________________________________ Volume: 02 Issue: 10 | Oct-2013, Available @ http://www.ijret.org 486 Fig5: Robert Fig6: Prewitt Fig7: Canny Fig8: Original Image Fig9: Binary Image Fig10: LUT Fig11: Sobel Fig12: Robert
  • 5. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 __________________________________________________________________________________________ Volume: 02 Issue: 10 | Oct-2013, Available @ http://www.ijret.org 487 Fig13: Prewitt Fig14: Canny CONCLUSIONS Edge detection is one of the most commonly used operations in image analysis. From the comparative study we conclude that the Canny Edge detection performs well compared to Roberts, Prewitt, and Sobel Operators but Canny Detection performance is worse than our propose method known as LookUp Table. Also Canny Detection is more costlier and time consuming. This proposed method known LookUp Table is simple, fast and efficient technique which requires least computational time and gives better results compared to conventional Edge Detection Techniques. REFERENCES [1] M.B. Ahmad and T.S.Choi, Local Threshold and Boolean Function Based Edge Detection, IEEE Transactions on Consumer Electronics, Vol.45,No 3.August 1999. [2] J.Canny. A computational approach to edge detection, IEEE Transactions in pattern analysis and machine intelligence vol. 8 pp. 679-698, 1986 [3] Chunxi Ma, et.al. ; “An improved Sobel algorithm based filter”, Institute of Electrical and Electronics Engineers, 2nd International IEEE conference, China, volume:1, pp,88-93, August 1, 2010. [4] Dao Qiang Zhanga and Song Can Chena, “A novel kernelized fuzzy C-means algorithm with application in medical image segmentation”, Artificial Intelligence in Medicine, vol. 32, 2004, pp.37-50 [5] Dinesh K. Sharma, Loveleen Gaur and Daniel Okunbor,“Image Compression and Feature Extraction with Neural Network”, Proceedings of the Academy of Information and Management Sciences, Vol.11, No.1, 2007, pp. 33-38. [6] R.C.Gonzalez and R.E.Woods, Digital Image Processing 2nd ed. Prentice Hall, 2002. Jianbo Shi; Jitendra Malik, “Normalized Cuts and Image Segmentation”,IEEE Trans. Pattern Analysis and Machine Intelligence. Vol 22, No 8, 2000 [7] M.Ibrahiem, M.EL Emery, On the application of Artificial Neural in analysing and classifying human chromosome, Journal of Computer science vol. 2(1) pp. 72-75 2006. [8] R.Maini, H.Aggarwal. Study and comparison of various image edge detection techniques, International Journal of Image processing (IJIP), volume (3) [9] Mantas Paulinas and Andrius Usinskas, “A Survey of Genetic Algorithms Applicatons for Image Enhancement and Segmentation”, Information Technology and Control, vol.36, No.3, 2007, pp.278-284. [10] D.Marr, E.C.Hildreth. Theory of edge detection, proceeding of the Royal Society, 201b, pp187-217, 1980 [11] S. Price, "Edges: The Canny Edge Detector", July 4, 1996. [12] A. Rosenfel, Computer vision, a source of models for biological visual process, IEEE Transaction on Biomedical 36(1), pp. 83-94, 1989. [13] Sobel, Neighbourhood coding of binary images fast contour following and general array binary processing, Computer graphics and image processing vol. 8, pp. 127- 135, 1978. [14] N. Senthilkumaran and R.Rajesh, A study on edge detection methods for image segmentation Proceedings of the international Conference on Mathematics and Computer Science (ICMCS-2009) vol. 1, pp. 255-259, 2009. [15] N. Senthilkumaran and R.Rajesh, Edge Detection Techniques for image segmentation-A survey, Proceedings of the international conference on managing next generation software applications (MNGSA-08) pp. 749-760, 2008. [16] WenshuoGao, et.al. ; “An improved Sobel edge detection”, computer science and information technology (ICCSIT), 2010 3rd IEEE International Conference, China, volume: 5, pp. 67-71, 9-11 July 2010. [17]A. Yuille and T.A.Poggio. Scaling theorems for zero crossing IEEE Transaction on Pattern Anal Machine Intelligence vol. 8, no.1 pp. 157-163, 1986
  • 6. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 __________________________________________________________________________________________ Volume: 02 Issue: 10 | Oct-2013, Available @ http://www.ijret.org 488 BIOGRAPHIES M. Sushma Sri Pursuing M.Tech(WMC) from Jaya Prakash Narayana College of Engineering B.Tech(ECE) from Jaya Prakash Narayana College of Engineering Currently she is working as Lecturer in Govt. Polytechnic College and has 2 years of Experience in teaching. Her areas of interest include, Image processing, Wireless Networks, Signal Processing, Communication. Dr. M. Narayana is a professor and HOD in ECE. He received B.Tech from G. Pullareddy College of Engg, Kurnool, SKU, Ananthapur, and M.Tech. From JNTUH, Hyderabad, AP, India and received Ph.D from JNTUA, Ananthapur, AP. He has fifteen years of experience in teaching undergraduate and post graduate students, and guided more than 20 undergraduate and more than 10 postgraduate thesis. He has produced 8 papers in International Journals, 4 papers in International Conferences and 1 paper in National Conferences. His research interests are in areas of signal and image processing, segmentation, pattern recognition, content based image retrieval. He acted as Resource Person for Workshop/ Conferences.