文件名称:CANNY
- 所属分类:
- 图形图像处理(光照,映射..)
- 资源属性:
- 上传时间:
- 2017-10-24
- 文件大小:
- 1kb
- 下载次数:
- 0次
- 提 供 者:
- UJSL*****
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
根据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边缘检测
(系统自动生成,下载前可以参看下载内容)