图像的hough变换我要分享

Hough transform of image

matlab 图像 变换 hough

关注次数: 194

下载次数: 0

文件大小: 1.92 kB

代码分类: 其他

开发平台: matlab

下载需要积分: 2积分

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

代码描述

中文说明:应用背景直线通常对应着重要的边缘信息,直线提取是计算机视觉中一项非常关键重要的技术,因此把直线单独抽取出来研究有重要的意义,其提取方法与一般的边缘检测方法不同。关键技术hough变换是对二值图像进行直线检测的有效方法,其实质是对图像进行坐标变换,将图像空间的点映射到参数空间,使变换的结果便于检测和识别。


English Description:

Application backgroundLinear usually corresponds to an important edge information, the straight line extraction is a very important technology in computer vision, and therefore the linear independently extracted study has important significance. The extraction method and the general method of edge detection.Key TechnologyHough transform line detection method of binary image, the essence of which is the image of coordinate transformation, image space point is mapped into the parameter space, the transform results for detection and recognition.


代码预览