HimashiRathnayake / Canny-Edge-Detector

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Canny-Edge-Detector

This repo contains the implementation of the canny edge detector.
The canny edge detector is an algorithmic approach for edge detection that uses a multi-stage process to detect a wide range of edges in an image.

Algorithm Steps:

  1. Convert to Gray Scale
  2. Noise Reduction
  3. Gradient Estimation
  4. Non-maxima Suppression
  5. Double Threshold