Edge Detection in Computer Vision Systems
These two videos introduce an approach to the detection of intensity changes, or edges, in an image, that combines image smoothing, differentiation, and feature detection. The first video provides an overview of the process and the second video describes the details of how the method is implemented in a computer vision system. The particular method introduced is especially relevant to understanding the early stages of processing in human vision.
Videos
The following links take you to the videos on YouTube:
- Edge Detection Overview (11:16)
- Edge Detection in Computer Vision Systems (21:46)
The video files are also stored in our shared folder on Google Drive, named
edge_detection_overview.mp4
(188 MB) and edge_detection_details.mp4
(319 MB).
Video Transcripts
The following pdf files provide transcripts of the videos:
The above pdf files are also stored in the shared folder on Google Drive.
Slides
The following pdf files provide the slides presented in the videos:
The above pdf files are also stored in the shared folder on Google Drive.