用改进的Hough变换提取直线我要分享

Using modified Hough transform line

matlab 提取 改进 变换 hough 直线

关注次数: 240

下载次数: 0

文件大小: 2.37 kB

代码分类: 其他

开发平台: matlab

下载需要积分: 2积分

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

代码描述

中文说明:针对传统的 Hough 变换和链码法存在的计算效率低和漏检、误检等问题,提出新的直线特征提取算法. 该算法在 Canny 边缘的基础上,使用一个聚类算法将边缘分类,缩小了检测直线的范围; 进一步剔除聚类结果中的伪直线; 最后使用改进的 Hough 变换,较快地将直线提取出来


English Description:

For classical Hough transform and calculation of the chain code method is inefficient and false, false detection problems, propose new line   Feature extraction algorithms. On the basis of the algorithm the Canny edge, using a clustering algorithm to sort the edge, narrowed the range of line detection; Into the  Step remove clustering results in a pseudo line; Finally, using modified Hough transform, fast extracting straight lines


代码预览