canny

所属分类:图形图像处理
开发工具:C/C++
文件大小:1242KB
下载次数:138
上传日期:2010-07-27 08:58:34
上 传 者fzylx
说明:  最优的阶梯型边缘检测算法(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边缘检测\testEdge2.dsw (541, 2010-07-22)
canny边缘检测\testEdge2.ncb (41984, 2010-07-27)
canny边缘检测\testEdge2.plg (1187, 2010-07-27)
canny边缘检测\TestEdege.c (249, 2010-07-22)
canny边缘检测\testEdge2.dsp (4203, 2010-07-22)
canny边缘检测\fruits.jpg (251484, 2010-07-09)
canny边缘检测\Debug\vc60.idb (50176, 2010-07-27)
canny边缘检测\Debug\vc60.pdb (77824, 2010-07-27)
canny边缘检测\Debug\TestEdge.obj (16135, 2010-07-27)
canny边缘检测\Debug\testEdge2.exe (172095, 2010-07-27)
canny边缘检测\Debug\testEdge2.pdb (435200, 2010-07-27)
canny边缘检测\Debug\TestEdge.obj.enc (15732, 2010-07-22)
canny边缘检测\Debug\testEdge2.ilk (199848, 2010-07-27)
canny边缘检测\Debug\testEdge2.pch (3087096, 2010-07-27)
canny边缘检测\TestEdge.c (1957, 2010-07-27)
canny边缘检测\testEdge2.opt (53760, 2010-07-27)
canny边缘检测\Debug (0, 2010-07-27)
canny边缘检测 (0, 2010-07-27)

近期下载者

相关文件


收藏者