Search code examples
image-processingedge-detectioncanny-operator

Adaptive Canny Edge detection


What is the adaptive Canny edge detection, and why is it better than normal canny edge detection? Also is it implemented in matlab ?


Solution

  • I've read that the only difference between canny edge detection and Adaptive canny detection is that the thresholds are calculated automatically not constant parameter you set. And yes it is implemented in matlab

    if you have more details add here