可以调节参数的Canny算法我要分享

Canny algorithm with adjustable parameters

matlab 可以 参数 canny 算法

关注次数: 204

下载次数: 0

文件大小: 2.59 kB

代码分类: 其他

开发平台: matlab

下载需要积分: 2积分

版权声明:如果侵犯了您的权益请与我们联系,我们将在24小时内删除。

代码描述

中文说明: Canny边缘检测算子是John F. Canny于 1986 年开发出来的一个多级边缘检测算法。步骤是去噪声、寻找图中的亮度梯度、在图像中跟踪边缘。算法过程中涉及一部分参数,大部分的代码参数都是固定的,这个的参数是可调的。


English Description:

Canny edge detection operator is a multi-level edge detection algorithm developed by John F. canny in 1986. The steps are denoising, finding the brightness gradient in the image and tracking the edge in the image. Some parameters are involved in the process of the algorithm, most of the code parameters are fixed, and the parameters of this algorithm are adjustable.


代码预览