CFP last date
20 May 2024
Reseach Article

A Review on Edge detection Technique “Canny Edge Detection”

by Ramnarayan, Nikita Saklani, Vasundhara Verma
International Journal of Computer Applications
Foundation of Computer Science (FCS), NY, USA
Volume 178 - Number 10
Year of Publication: 2019
Authors: Ramnarayan, Nikita Saklani, Vasundhara Verma
10.5120/ijca2019918828

Ramnarayan, Nikita Saklani, Vasundhara Verma . A Review on Edge detection Technique “Canny Edge Detection”. International Journal of Computer Applications. 178, 10 ( May 2019), 28-30. DOI=10.5120/ijca2019918828

@article{ 10.5120/ijca2019918828,
author = { Ramnarayan, Nikita Saklani, Vasundhara Verma },
title = { A Review on Edge detection Technique “Canny Edge Detection” },
journal = { International Journal of Computer Applications },
issue_date = { May 2019 },
volume = { 178 },
number = { 10 },
month = { May },
year = { 2019 },
issn = { 0975-8887 },
pages = { 28-30 },
numpages = {9},
url = { https://ijcaonline.org/archives/volume178/number10/30568-2019918828/ },
doi = { 10.5120/ijca2019918828 },
publisher = {Foundation of Computer Science (FCS), NY, USA},
address = {New York, USA}
}
%0 Journal Article
%1 2024-02-07T00:50:01.944927+05:30
%A Ramnarayan
%A Nikita Saklani
%A Vasundhara Verma
%T A Review on Edge detection Technique “Canny Edge Detection”
%J International Journal of Computer Applications
%@ 0975-8887
%V 178
%N 10
%P 28-30
%D 2019
%I Foundation of Computer Science (FCS), NY, USA
Abstract

The traditional Canny edge detection method is widely used in gray image processing. However, this traditional algorithm is unable to deal with color images and the parameters in the algorithm are difficult to be determined adaptively. In this paper, an improved Canny algorithm is proposed to detect edges in color image. The proposed algorithm is composed of the following steps: quaternion weighted average filter, vector Sobel gradient computation, non-maxima suppression based on interpolation, edge detection and connection. Experimental results show that the proposed algorithm outperforms other color image edge detection methods and can be widely used in color image processing. This project we present a two dimensional edge detector which gives the edge position in an image with sub-pixel accuracy. The method presented here gives an excellent accuracy (the position bias mean is almost zero and the standard deviation is less than one tenth of a pixel) with a low computational cost’ and its simple since it is derivated from the well known Non-Maxima Suppression method in Matlab[1].

References
  1. LS. Davis, "A survey of edge detection techniques", Computer Graphics and Image Processing, vol 4, no. 3, pp: 248-260, 1975.
  2. R. O. Duda. and P. E. Hart, “Pattern Classification and Scene Analysis,” Wiley, New York, 1973.
  3. Abdallah A. Alshennawy, And Ayman A. Aly, "Edge Detection in Digital Images Using Fuzzy Logic Technique”. World Academy of Science Engineering and Technology 51 , pp:178-186, 2009.
  4. Begol, Moslem and Maghooli,Keivan “Improving Digital Image Edge Detection by Fuzzy Systems” World Academy of Science, Engineering and Technology 81, pp: 76-79, 2011.
  5. Lei Zhang, Mei Xiao, Jian Ma and Hongxun Song “Edge Detection by Adaptive Neuro-Fuzzy Inference System” 2nd International Congress on Image and Signal Processing, CISP '09.2009.
  6. Hamed Mehrara , Mohammad Zahedinejad and Ali Pourmohammad “Novel Edge Detection Using BP Neural Network Based on Threshold Binarization” Second International Conference on Computer and Electrical Engineering, pp:408-412, 2009.
  7. T. Law, H. Itoh, H. Seki, “Image filtering, edge detection, and edge tracing using fuzzy reasoning,” IEEE Transactions on Pattern Analysis and Machine Intelligence, Vol.18, pp.481-491, 1996.
  8. Jinbo Wu, Zhouping Yin, and Youlun Xiong, “The Fast Multilevel Fuzzy Edge Detection of Blurry Images,” IEEE Signal Processing Letters, vol. 14, no. 5, 2007.
  9. Tamalika Chaira, A.K. Ray, “A new measure using intuitionistic fuzzy set theory and its application to edge detection,” Applied Soft Computing, 8 pp.919–927, 2008.
  10. M. EminYüksel, “Edge detection in noisy images by neuro-fuzzy processing,” Int. J. Electron. Commun. (AEü) 61 pp.82–89, 2007.
Index Terms

Computer Science
Information Sciences

Keywords

Canny algorithm Matlab Digital Image Sobel Algorithm.