文件名称:canny

介绍说明--下载内容均来自于网络,请自行研究使用

最优的阶梯型边缘检测算法(canny边缘检测)

1.Canny边缘检测基本原理

(1)图象边缘检测必须满足两个条件:一能有效地抑制噪声;二必须尽量精确确定边缘的位置。

(2)根据对信噪比与定位乘积进行测度,得到最优化逼近算子。这就是Canny边缘检测算子。

(3)类似与Marr(LoG)边缘检测方法,也属于先平滑后求导数的方法。

2.Canny边缘检测算法:

step1:用高斯滤波器平滑图象;

step2:用一阶偏导的有限差分来计算梯度的幅值和方向;

step3:对梯度幅值进行非极大值抑制;

step4:用双阈值算法检测和连接边缘。

step1:高斯平滑函数

-The optimal type stair edge detection algorithm (canny edge detection)

1 Canny edge detection principle

(1) the image edge detection must meet two conditions: one can effectively reduce the noise, 2 must try to accurately determine edge position.

(2) according to the signal-to-noise ratio and the product localization estimate, get optimal approximation operator. This is the Canny edge detection operators.

(3) similar to Marr (LoG) edge detection method, also belongs to the first derivative method for smooth after.

2 Canny edge detection algorithm:

Step1: using gauss filter smooth image,

Step2: a partial derivatives with finite difference to calculate gradient value and direction,

Step3: a gradient of maximum inhibition,

Step4: double threshold algorithm of edge detection and connection.

Step1: gaussian smooth functions
相关搜索: canny边缘检测

(系统自动生成,下载前可以参看下载内容)

下载文件列表

canny边缘检测\testEdge2.dsw

.............\testEdge2.ncb

.............\testEdge2.plg

.............\TestEdege.c

.............\testEdge2.dsp

.............\fruits.jpg

.............\Debug\vc60.idb

.............\.....\vc60.pdb

.............\.....\TestEdge.obj

.............\.....\testEdge2.exe

.............\.....\testEdge2.pdb

.............\.....\TestEdge.obj.enc

.............\.....\testEdge2.ilk

.............\.....\testEdge2.pch

.............\TestEdge.c

.............\testEdge2.opt

.............\Debug

canny边缘检测

相关说明

  • 本站资源为会员上传分享交流与学习,如有侵犯您的权益,请联系我们删除.
  • 本站是交换下载平台,提供交流渠道,下载内容来自于网络,除下载问题外,其它问题请自行百度更多...
  • 请直接用浏览器下载本站内容,不要使用迅雷之类的下载软件,用WinRAR最新版进行解压.
  • 如果您发现内容无法下载,请稍后再次尝试;或者到消费记录里找到下载记录反馈给我们.
  • 下载后发现下载的内容跟说明不相乎,请到消费记录里找到下载记录反馈给我们,经确认后退回积分.
  • 如下载前有疑问,可以通过点击"提供者"的名字,查看对方的联系方式,联系对方咨询.

相关评论

暂无评论内容.

发表评论

*主  题:
*内  容:
*验 证 码:

源码中国 www.ymcn.org