Image Processing (DSP Research)
Image Processing (DSP Research)
Lakshay Dhahinwal
(Enrollment No. 24531004)
What is an Edge?
2
Edge Detection Techniques
– The image is made into a matrix using NumPy module in Python, then
convolution is done with these filters to obtain 2 Kernels.
3
Sobel Edge Detection
=)
– Finally, a threshold is applied to get the final edge map.
4
Sobel Edge Detection
5
Edge Detection Techniques
– Used when simpler, noise free images are present. Less computationally
demanding.
– Python Implementation:
6
Prewitt Edge Detection
7
Edge Detection Techniques
8
Laplacian Based Edge Detection
9
Edge Detection Techniques
10
Canny Edge Detection
11
References
• P. Ganesan and G. Sajiv, "
A comprehensive study of edge detection for image processing
applications
," 2017 International Conference on Innovations in Information,
Embedded and Communication Systems (ICIIECS), Coimbatore, India,
2017, pp. 1-6, doi: 10.1109/ICIIECS.2017.8275968.
• Finding the Edges (Sobel Operator) – Computerphile
• Canny Edge Detector - Computerphile
• Edge Detection Using Laplacian | Edge Detection
12
Thank You
13