Home > Software design >  Canny vs Sobel. Why Canny is not able to detect edges?
Canny vs Sobel. Why Canny is not able to detect edges?

Time:01-14

I am having a 16 bit image from which I am trying to detect edges. I converted the image to 8 bit and then applied edge detection. I am getting edges using Sobel, however, Canny doesn't detect edges.

Why does this happen ?

The original image is attached here.(enter image description here

  • Related