What is the difference between a Line and an Edge in image detection?

前端 未结 3 497
旧巷少年郎
旧巷少年郎 2020-12-11 21:06

We have been learning about methods like Sobel and Roberts\' convolution matrices to detect edges within images, extending to the Canny method to clear them up. But now, we

3条回答
  •  独厮守ぢ
    2020-12-11 22:09

    Methods like Sobel and Roberts help you to detect edges in the image. Methods like Hough Transform help to identify if these edges are actually geometrical shapes such as lines, circles and ellipses.

提交回复
热议问题