-
-
Canny_method.rar
I think some of the edges aren t getting detected becuase of the sobel filters not catching the edges, but I m not sure. I think the thick lines are from not doing the supression and hysteresis properly.
Here is my canny edge code and convolution code:
-
-
-
-
-
include.rar
应用OpenCV进行边缘检测,利用了Canny准则和Canny算法,OpenCV中提供了封装后的Canny函数,应用这个函数对图像进行边缘检测将取得十分理想的效果
-
-
112213.rar
本文首先就传统的边缘检测算子(即一阶算子 Roberts 算子、Sobel 算子、Prewit
算子、二阶算子 Kirsch 算子、Robinson 算子和 LOG 算子)和新兴的边缘检测算子(即 Canny 算子和小波边缘检测方法)的思想和性质进行了理论和探讨,同时给
出了这些边缘检测算子的实验结果,提出了其中的不足。
-
-
-