边缘检测我要分享

edge detection

边缘检测 图像变化检测 图像深度检测 Marr算子 边缘算子检测 MATLAB

关注次数: 161

下载次数: 0

文件大小: 90KB

代码分类: 仿真计算

开发平台: matlab

下载需要积分: 1积分

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

代码描述

中文说明:

边缘检测是图像处理和计算机视觉中的基本问题,边缘检测的目的是标识数字图像中亮度变化明显的点。图像属性中的显著变化通常反映了属性的重要事件和变化。这些包括(i)深度上的不连续、(ii)表面方向不连续、(iii)物质属性变化和(iv)场景照明变化。边缘检测是图像处理和计算机视觉中,尤其是特征提取中的一个研究领域。 一阶:?Roberts Cross算子,Prewitt算子,Sobel算子, Kirsch算子,罗盘算子; 二阶: Marr-Hildreth,在梯度方向的二阶导数过零点,Canny算子,Laplacian算子。


English Description:

Edge detection is a basic problem in image processing and computer vision. The purpose of edge detection is to identify the points with obvious brightness changes in digital images. Significant changes in image attributes usually reflect important events and changes in attributes. These include (I) discontinuities in depth, (II) discontinuities in surface orientation, (III) changes in material properties, and (IV) changes in scene illumination. Edge detection is a research field in image processing and computer vision, especially in feature extraction.


代码预览

边缘检测\ex1.m

边缘检测\lena.jpg

边缘检测