
纯C语言Canny边缘检测
Download(1)
Directory: Special Effects
Plat: C/C++
Size: 8663KB
Downloads: 1
Upload time: 2018-10-24 18:13:14
Uploader: OWEN_HU
Description: 1。 Gauss is fuzzy。This step is very simple, similar to the LoG operator (Laplacian of Gaussian) for Gaussian blur, the main purpose is to remove noise。Because noise is also concentrated in high frequency signals, it is easy to be identified as pseudo edgescanny边缘检测 c语言。 Gauss blurring is used to remove noise and reduce false edge recognition。 But because the image edge information is also a high frequency signal, Gaussian blur radius selection is very important, too large radius is easy to make some weak edges can not be detected2。
calculate gradient amplitude and direction。The edges of an image can point in different directions, so the classical Canny algorithm uses four gradient operators to calculate the gradients in horizontal, vertical and diagonal directions respectively。 But usually four gradients are not used to calculate four directions respectively。Commonly used edge difference operators (such as Rober, Prewitt, Sobel) calculate the horizontal and vertical difference Gx and Gycanny边缘检测 c语言。

File list:
testcanny, 0 , 2016-01-21
testcanny\Debug, 0 , 2016-01-22
testcanny\Debug\testcanny.exe, 43008 , 2016-01-22
testcanny\Debug\testcanny.ilk, 377236 , 2016-01-22
testcanny\Debug\testcanny.pdb, 1395712 , 2016-01-22
testcanny\Release, 0 , 2016-01-22
testcanny\Release\testcanny.exe, 13312 , 2016-01-22
testcanny\Release\testcanny.pdb, 945152 , 2016-01-22
testcanny\testcanny, 0 , 2016-01-22

testcanny\testcanny.ncb, 19647488 , 2016-01-22
testcanny\testcanny.sln, 893 , 2016-01-19
testcanny\testcanny.suo, 15360 , 2016-01-22
testcanny\testcanny\Debug, 0 , 2016-01-22
testcanny\testcanny\Debug\BuildLog.htm, 12802 , 2016-01-22
testcanny\testcanny\Debug\mt.dep, 67 , 2016-01-22
testcanny\testcanny\Debug\stdafx.obj, 12093 , 2016-01-22
testcanny\testcanny\Debug\testcanny.exe.embed.manifest, 663 , 2016-01-22
testcanny\testcanny\Debug\testcanny.exe.embed.manifest.res, 728 , 2016-01-22
testcanny\testcanny\Debug\testcanny.exe.intermediate.manifest, 621 , 2016-01-22

testcanny\testcanny\Debug\testcanny.obj, 131955 , 2016-01-22
testcanny\testcanny\Debug\testcanny.pch, 3211264 , 2016-01-22
testcanny\testcanny\Debug\vc90.idb, 723968 , 2016-01-22
testcanny\testcanny\Debug\vc90.pdb, 978944 , 2016-01-22
testcanny\testcanny\ReadMe.txt, 1195 , 2016-01-19
testcanny\testcanny\Release, 0 , 2016-01-22
testcanny\testcanny\Release\BuildLog.htm, 8044 , 2016-01-22
testcanny\testcanny\Release\mt.dep, 67 , 2016-01-22
testcanny\testcanny\Release\stdafx.obj, 73356 , 2016-01-22
testcanny\testcanny\Release\testcanny.exe.intermediate.manifest, 616 , 2016-01-22

testcanny\testcanny\Release\testcanny.obj, 1697033 , 2016-01-22
testcanny\testcanny\Release\testcanny.pch, 4128768 , 2016-01-22
testcanny\testcanny\Release\vc90.idb, 265216 , 2016-01-22
testcanny\testcanny\Release\vc90.pdb, 765952 , 2016-01-22
testcanny\testcanny\stdafx.cpp, 214 , 2016-01-19
testcanny\testcanny\stdafx.h, 233 , 2016-01-19
testcanny\testcanny\targetver.h, 498 , 2016-01-19
testcanny\testcanny\testcanny.cpp, 13601 , 2016-01-22
testcanny\testcanny\testcanny.vcproj, 5260 , 2016-01-21
testcanny\testcanny\testcanny.vcproj.TAO.Administrator.user, 1403 , 2016-01-22
Download users:
Relate files:
Comment:
Favorite users:
本文来自电脑杂谈,转载请注明本文网址:
http://www.pc-fly.com/a/jisuanjixue/article-100458-1.html
看看淘宝什么吊样了