文件名称:Edge-Detection_canny-_perfect
- 所属分类:
- 图形图像处理(光照,映射..)
- 资源属性:
- [C/C++] [Windows] [Visual.Net] [源码]
- 上传时间:
- 2016-07-30
- 文件大小:
- 2.76mb
- 下载次数:
- 0次
- 提 供 者:
- art***
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
Canny算法求图像边缘,C++语言实现。步骤分:求梯度、非极大值移植、自适应阈值、滞后阈值求边缘、边缘细化。算法核心由C语言实现,效果可以和OpenCV和Matlab相媲美。-Canny algorithm for image edge, the use of C++ language, the steps include: for gradient, maximum value suppression, adaptive threshold, hysteresis threshold. The algorithm itself is completely using C language, easy to transplant and modify. Their coding, the results can be compared with the OpenCV or canny Matlab effect is comparable.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
Edge Detection - canny - used - perfect\Test\Debug\opencv_core310d.lib
.......................................\....\.....\opencv_highgui310d.lib
.......................................\....\.....\opencv_imgproc310d.lib
.......................................\....\.....\stdafx.obj
.......................................\....\.....\Test.Build.CppClean.log
.......................................\....\.....\Test.log
.......................................\....\.....\test.obj.enc
.......................................\....\.....\Test.pch
.......................................\....\.....\.....tlog\CL.read.1.tlog
.......................................\....\.....\.........\CL.write.1.tlog
.......................................\....\.....\.........\link.read.1.tlog
.......................................\....\.....\.........\link.write.1.tlog
.......................................\....\.....\.........\Test.lastbuildstate
.......................................\....\.....\.........\unsuccessfulbuild
.......................................\....\.....\vc140.idb
.......................................\....\.....\vc140.pdb
.......................................\....\edge.bmp
.......................................\....\LayOut.cfg
.......................................\....\lena.jpg
.......................................\....\mainApp.log
.......................................\....\PropertyConfig.cfg
.......................................\....\ReadMe.txt
.......................................\....\..lease\stdafx.obj
.......................................\....\.......\Test.log
.......................................\....\.......\Test.obj
.......................................\....\.......\Test.pch
.......................................\....\.......\.....tlog\CL.read.1.tlog
.......................................\....\.......\.........\CL.write.1.tlog
.......................................\....\.......\.........\link.read.1.tlog
.......................................\....\.......\.........\link.write.1.tlog
.......................................\....\.......\.........\Test.lastbuildstate
.......................................\....\.......\vc140.pdb
.......................................\....\star.jpg
.......................................\....\stdafx.cpp
.......................................\....\stdafx.h
.......................................\....\targetver.h
.......................................\....\Test.cpp
.......................................\....\Test.vcxproj
.......................................\....\Test.vcxproj.filters
.......................................\....\x64\Debug\stdafx.obj
.......................................\....\...\.....\Test.log
.......................................\....\...\.....\Test.obj
.......................................\....\...\.....\Test.pch
.......................................\....\...\.....\.....tlog\CL.read.1.tlog
.......................................\....\...\.....\.........\CL.write.1.tlog
.......................................\....\...\.....\.........\link.read.1.tlog
.......................................\....\...\.....\.........\link.write.1.tlog
.......................................\....\...\.....\.........\Test.lastbuildstate
.......................................\....\...\.....\vc140.idb
.......................................\....\...\.....\vc140.pdb
.......................................\Test.sln
.......................................\....\x64\Debug\Test.tlog
.......................................\....\Debug\Test.tlog
.......................................\....\Release\Test.tlog
.......................................\....\x64\Debug
.......................................\....\Debug
.......................................\....\Release
.......................................\....\x64
.......................................\Test
Edge Detection - canny - used - perfect