形态学边缘检测算法我要分享

Morphological edge detection algorithm

matlab

关注次数: 209

下载次数: 1

文件大小: 1.47 kB

代码分类: 其他

开发平台: matlab

下载需要积分: 2积分

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

代码描述

中文说明:基于多尺度多结构元素的形态学边缘检测算法1、多结构:选择线性结构元素,改变结构元素的方向来实现不同结构元素的效果;2、多尺度:改变结构元素的大小实现在不同尺度下对图像进行处理;3、将不同尺度,不同结构下处理得到的图像加权融合得到边缘图像。


English Description:

Morphological multiscale edge detection algorithm based on multi-structure elementsA multi-structure: Choose linear structural elements, change the direction of structural elements to achieve the effect of different structural elements;2, multi-scale: change the size of the structural elements realized at different scales of image processing;3, different scales, different structures weighted image processing resulting fusion obtained edge image.


代码预览