文件名称:边缘提取
- 所属分类:
- 图形图像处理(光照,映射..)
- 资源属性:
- 上传时间:
- 2017-12-16
- 文件大小:
- 1kb
- 下载次数:
- 0次
- 提 供 者:
- Scho*****
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
边缘提取:边缘检测的基本思想首先是利用边缘增强算子,突出图像中的局部边缘,然后定义象素的“边缘强度”,通过设置阈值的方法提取边缘点集。由于噪声和模糊的存在,监测到的边界可能会变宽或在某点处发生间断。因此,边界检测包括两个基本内容:
(1)用边缘算子提取出反映灰度变化的边缘点集。
(2)在边缘点集合中剔除某些边界点或填补边界间断点,并将这些边缘连接成完整的线。(Edge extraction: the basic idea of edge detection is to use edge enhancement operator to highlight the local edge of image, and then define the edge intensity of pixels, and set the threshold method to extract the edge point set. Due to the presence of noise and blurring, the monitored boundaries may be widened or discontinuous at some point. Therefore, the boundary detection includes two basic contents:
(1) edge operators are used to extract the set of edge points that reflect the change of gray level.
(2) eliminate some boundary points in the set of edge points or fill the breakpoints between the boundaries, and connect these edges into a complete line.)
(1)用边缘算子提取出反映灰度变化的边缘点集。
(2)在边缘点集合中剔除某些边界点或填补边界间断点,并将这些边缘连接成完整的线。(Edge extraction: the basic idea of edge detection is to use edge enhancement operator to highlight the local edge of image, and then define the edge intensity of pixels, and set the threshold method to extract the edge point set. Due to the presence of noise and blurring, the monitored boundaries may be widened or discontinuous at some point. Therefore, the boundary detection includes two basic contents:
(1) edge operators are used to extract the set of edge points that reflect the change of gray level.
(2) eliminate some boundary points in the set of edge points or fill the breakpoints between the boundaries, and connect these edges into a complete line.)
相关搜索: matlab
(系统自动生成,下载前可以参看下载内容)
下载文件列表
文件名 | 大小 | 更新时间 |
---|---|---|
BianYuanTiQu3.m | 774 | 2017-09-27 |
BianYuanTiQu1.m | 720 | 2017-09-27 |
BianYuanTiQu2.m | 1064 | 2017-09-27 |