/Edge-Detection-Using-Canny

Edge Detection using Canny Edge Detection Algorithm 🔲🔳.

Primary LanguagePython

Edge-Detection-Using-Canny

Edge Detection using Canny Edge Detection Algorithm 🔲🔳.

Steps in Canny Edge Detection Algorithm -

  1. Noise Reduction
    • Smoothen the image using Gaussian Filter.
  2. Gradient Calculation
    • Find the intensity gradient of the image.
  3. Non Maximum Suppression
    • To detect fake edges.
  4. Double Threshold
    • To determine potential edges.
  5. Edge Tracking by Hysteresis
    • Suppress all edges that are weak.