搜索资源列表
hough_detect
- 国外matlab研究站点下载的hough变换直线及圆检测代码-abroad Matlab research site to download the Hough transform linear and circular detection code
HoughLine
- 利用OPenCV写的一个hough变换检测直线的程序
LineDetectonviaStandardHoughTranform
- 利用hough变换检测直线的matlab实现,希望对初学者有用.
hough 程序例子
- hough变换的代码,这个变换可以原来检测直线或圆等图形。-Hough Transform code, can transform the original circular or linear detection, such as graphics.
Hough变换直线检测
- 直线Hough变换利用图像空间和Hough参数空间的点-线对偶性,把图像空间中的检测问题转换到参数空间。通过在参数空间里进行简单的累加统计,检测峰值。这里基于伪方向的直线提取算法。只对具有相同伪方向的边缘点对采样减小了采样空间,提高了精度。
hough
- 用函数hough检测直线,程序很好,可以调里面参数。效果很好-Use function houhg to check the line
houghtest
- 使用hough变换检测直线的matlab程序-Detect the use of straight line hough transform matlab program
HoughTransformconsole
- Using opencv, Hough Transformation extract lines from edges.
houghlines
- hough变换用于直线的检测,适用于计算机视觉的初学者,简单容易理解-hough transform for line detection, computer vision for beginners, easy to understand. . .
houghdetectline
- hough变换检测直线,MATLAB环境下可直接运行-hough detect lines
HoughGrd
- 使用hough 变换检测直线,参数可以任意设定,程序说明详细。-Using the hough transform to detect straight lines, the parameter can be set, detailed descr iption of the procedures.
houghl1
- 编码实现Hough变换算法,最基本的Hough变换检测直线方法,可以实现-achieve to detect lines
hough
- hough变换检测园和直线,计算机视觉作业-Park and the straight line hough transform detection, computer vision operations
hough
- 主要用于直线检测,可以检测多条直线,但参数设置不好的话,效果并不是很好-Line detection
hough
- MATLAB代码中hough变换检测直线-Detection Hough transform in MATLAB code line
hough
- matlab利用hough变换检测直线的程序-matlab use hough transform line detection procedures
MATLAB.zip
- Hough变换利用图像空间和Hough参数空间的点-线对偶性,把图像空间中的检测问题转换到参数空间。通过在参数空间里进行简单的累加统计,然后在Hough参数空间寻找累加器峰值的方法检测直线。例如,图1(a)中的九条线段对应于如图1(b)所示的其Hough参数空间的九个累加器峰值。图1(b)中,Hough参数空间的横纵坐标分别为直线极坐标方程:ρ=x×cos(θ) + y×sin(θ) 的两个参数ρ和θ。九个峰值的ρ和θ值唯一的确定其对应线段所在直线的两个参数。并且线段的长度决定坐标(ρ,θ)处的
基于Hough变换的直线检测
- 使用霍夫变换,将直角坐标中的线转换为极坐标中的点,检测图像中的直线,
hough直线检测matlab代码
- 一种用matlab实现的hough直线检测算法,包括灰度化,特征点标注,与最终结果图。参数可调。
hough
- 可以对图像进行边缘检测,滤波,二值化处理,最后提取图像中的直线。(Edge detection can be carried out on the image, filtering, two value processing, and finally extract the image of the straight line.)