Hough变换检测图像中的直线我要分享

Hough transform in detecting the image line

关注次数: 229

下载次数: 0

文件大小: 9.59 kB

代码分类: 其他

开发平台: matlab

下载需要积分: 2积分

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

代码描述

中文说明:利用图像空间和Hough参数空间的点-线对偶性,把图像空间中的检测问题转换到参数空间。通过在参数空间里进行简单的累加统计,然后在Hough参数空间寻找累加器峰值的方法检测直线。


English Description:

Image space and Hough parameters of point-line dualities, problem detection in image space to the parameter space. By simply accumulating statistics in the parameter space, and then in the Hough space looking for methods for detection of linear peak accumulators.


代码预览

相关推荐