Canny进行边缘检测我要分享

Canny for edge detection

边缘-直线 直线提取 canny canny-hough canny-边缘

关注次数: 293

下载次数: 1

文件大小: 618B

代码分类: 图像处理

开发平台: matlab

下载需要积分: 1积分

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

代码描述

中文说明:Canny进行边缘检测,得到图像的边缘,然后sobel算子对图像边缘进行卷积,然后用Hough变换进行直线提取。


English Description:

Canny detects the edge of the image, convolutes the edge of the image with Sobel operator, and extracts the line with Hough transform.


代码预览