Canny边缘检测我要分享

Canny edge detection

matlab 检测 canny 边缘

关注次数: 199

下载次数: 0

文件大小: 85.02 kB

代码分类: 其他

开发平台: matlab

下载需要积分: 1积分

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

代码描述

中文说明:matlab练习程序(Canny边缘检测) 我可没直接调用系统函数,要是那样就太水了。其实我的matlab代码很容易就能翻译成c/c++的。 canny 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报


English Description:

MATLAB training program (Canny edge detection) I have no direct calls to the system function, that would spoil the water. My Matlab code is actually very easy to translate c/c + +. Canny edge detection of a total of four parts: 1. the Gaussian smoothing the original image 2. Sobel edge detection of the Gaussian-smoothed image. Also need to maintain horizontal and vertical joint, so a total of three needed Sobel edge detection image. 3. Sobel test image of the joint is non-maximal suppression 4. connection points and hysteresis thresholding.


代码预览