Contents
Before we begin talking in depth about the edge detection algorithms, we will first explore some basic background knowledge required to understand the concepts used in this project. Specifically, we will go over color intensity, how images can be represented as a 2 dimensional matrix of vectors, how a gradient vector can be found based on the intensities, how matrix convolution can be used, and Gaussian smoothing.
Fisher, Robert, et al. "Pixel Values." HIPR, homepages.inf.ed.ac.uk/rbf/HIPR2/value.htm. Accessed 10 April 2022.
Dachsbacher, Carsten, et al. "GPU Computing: Image Convolution." Karlsruhe Institute of Technology, cg.ivd.kit.edu/downloads/assignment3_GPUC.pdf. Accessed 8 April 2022.
Jain, Ramesh, et al. Machine Vision. McGraw-Hill, 1995. cse.usf.edu/~r1k/MachineVisionBook/MachineVision.pdf. Accessed 10 April 2022
Chrishold, Wendy, and Ridpath, Chris. "Techniques for Accessibility Evaluation and Repair Tools." W3C, www.w3.org/TR/AERT/#color-contrast. Accessed 10 April 2022.
Jacobs, David. "Image Gradients." www.cs.umd.edu/~djacobs/CMSC426/ImageGradients.pdf. Accessed 9 April 2022.
Prewitt, J.M.S. "Object enhancement and extraction." Picture Processing and Psychopictorics, 1970, pp. 75-149.
Sobel, Irwin. "An Isotropic 3x3 Image Gradient Operator" Presentation at Stanford A.I. Project, 1968. researchgate.net/publication/239398674_An_Isotropic_3x3_Image_Gradient_Operator. Accessed 10 April 2022.
Pound, Mike. "Canny Edge Detector - Computerphile." YouTube, uploaded by Computerphile, 11 November 2015, www.youtube.com/watch?v=sRFM5IEqR2w. Accessed 10 April 2022.
James, Alex P. "Edge Detection for Pattern Recognition: A Survey." arXiv, 2016, arxiv.org/ftp/arxiv/papers/1602/1602.04593.pdf. Accessed 10 April 2022.
Kalyani, B., et al. "Segmentation and Object Recognition Using Edge Detection Techniques." International Journal of Computer Science & Information Technology, vol. 2, no. 6, 2010, airccse.org/journal/jcsit/1210ijcsit14.pdf. Accessed 13 April 2022.
Farooque, Mohd A., Rohankar, Jayant S. "Survey on Various Noises and Techniques for Denoising the Color Image." International Journal of Application or Innovation in Engineering and Management, vol. 2, no. 11, 2013, www.ijaiem.org/volume2issue11/IJAIEM-2013-11-24-070.pdf. Accessed 02 May 2022.
Fisher, Robert, et al. "Gaussian Smoothing." HIPR, homepages.inf.ed.ac.uk/rbf/HIPR2/gsmooth.htm. Accessed 02 May 2022.