文件名称:CANNY
介绍说明--下载内容来自于网络,使用问题请自行百度
根据CNNAY算法的4个步骤
1. 用高斯滤波器平滑图像;(图像去噪)
2. 用一阶偏导有限差分计算梯度幅值和方向;(特征增强)
3. 对梯度幅值进行非极大值抑制 ;(边缘检测)
4. 用双阈值算法检测和连接边缘。(形态学处理)
编写的边缘检测程序,简单实用(There are four parts of Canny edge detection:
1. smoothing the image with Gauss filter; (image denoising)
2. calculate gradient amplitude and direction by first order partial derivative finite difference method (feature enhancement)
3. non maximum suppression of the gradient amplitude; (edge detection)
4. detect and connect edges with double threshold algorithm. (morphological treatment))
1. 用高斯滤波器平滑图像;(图像去噪)
2. 用一阶偏导有限差分计算梯度幅值和方向;(特征增强)
3. 对梯度幅值进行非极大值抑制 ;(边缘检测)
4. 用双阈值算法检测和连接边缘。(形态学处理)
编写的边缘检测程序,简单实用(There are four parts of Canny edge detection:
1. smoothing the image with Gauss filter; (image denoising)
2. calculate gradient amplitude and direction by first order partial derivative finite difference method (feature enhancement)
3. non maximum suppression of the gradient amplitude; (edge detection)
4. detect and connect edges with double threshold algorithm. (morphological treatment))
相关搜索: Canny边缘检测
(系统自动生成,下载前可以参看下载内容)
下载文件列表
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.