目前常用的所有边缘检测算子我要分享

All of the currently used for edge detection operator

边缘检测算子 frei-chen kirsch direcedge Prewitt-Compass Robinson-Compass function函数 Ruzon 罗盘算子 灰度图像

关注次数: 386

下载次数: 1

文件大小: 13KB

代码分类: 图像处理

开发平台: matlab

下载需要积分: 1积分

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

代码描述

中文说明:

基本上整理了目前常用的所有边缘检测算子,并添加了自定义的frei-chen、kirsch、direcedge、PrewittCompass、RobinsonCompass边缘检测算子function函数。此外,还有Ruzon罗盘算子的matlab实现程序,能对灰度图像的边缘加以检测。


English Description:

Sorting of the current commonly used basically all edge detection operator, and add a custom frei - Chen, kirsch, direcedge, PrewittCompass, RobinsonCompass edge detection operator function function.In addition, there are Ruzon compass operator matlab procedures, for gray image edge detection.


代码预览

CompassMATLAB

.............\CompassMATLAB

.............\.............\demo4_edge.m

.............\.............\direcedge.m

.............\.............\frei_chen.m

.............\.............\kirsch.m

.............\.............\PrewittCompass.m

.............\.............\RobinsonCompass.m

.............\.............\RuzonCompassMAT

.............\.............\...............\CArea.m

.............\.............\...............\ComputeOutputParameters.m

.............\.............\...............\CreateMask.m

.............\.............\...............\CreatePAreaMask.m

.............\.............\...............\CreateWedgeHistograms.m

.............\.............\...............\demo.m

.............\.............\...............\GrayEMD.m

.............\.............\...............\RuzonCompass.m