This document summarizes a lecture on edge detection in computer vision. It discusses how edges can be detected by finding places of rapid change in image intensity using derivatives and gradient filters like the Sobel operator. It also covers non-maximum suppression to thin edges and Canny edge detection, which uses two thresholds to link edges after filtering the image with derivatives of Gaussians. The Canny edge detector is presented as the standard computer vision pipeline for edge detection.