中文说明: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.