/Canny-Edge-Detection

A basic program that performs edge detection of images in real-time.

Primary LanguageJupyter Notebook

Canny-Edge-Detection

The Canny edge detector is an edge detection operator that uses a multi-stage algorithm to detect a wide range of edges in images. It accepts a gray scale image as input and it uses a multistage algorithm.

Canny -Edge Detection mainly runs in 5 sequential steps:

  • Smoothing
  • Finding Gradients
  • Non-maximum suppression
  • Hystersis Thresholding

Result: