Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 254 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 254 Bytes

Canny-Edge-Detector

The Canny edge dectection algorthm is used to detect edges in images while supressing noise. It is implemented through the following steps:

  1. Noise reduction
  2. Gradient calculation
  3. Non-maximum suppression
  4. Double threshold