Back to Glossary

Edge Detection

Vision

Finding boundaries between image regions by detecting sharp intensity changes. Canny edge detection (Gaussian smoothing + gradient magnitude + non-maximum suppression + hysteresis thresholding) is the classic algorithm. Edges provide structural cues for object recognition, grasp planning, and visual SLAM feature extraction.

Related terms