搜索资源列表
hough 程序例子
- hough变换的代码,这个变换可以原来检测直线或圆等图形。-Hough Transform code, can transform the original circular or linear detection, such as graphics.
Hough变换
- 直线拟合的强大算法。可以对一组离散的点进行直线拟合,并计算斜率。
Hough变换直线检测
- 直线Hough变换利用图像空间和Hough参数空间的点-线对偶性,把图像空间中的检测问题转换到参数空间。通过在参数空间里进行简单的累加统计,检测峰值。这里基于伪方向的直线提取算法。只对具有相同伪方向的边缘点对采样减小了采样空间,提高了精度。
hough
- 使用Hough变化来划分出位图中的直线线段,程序比较简单,并附示例-The change of use of Hough bit map is divided into straight line segments, the program is relatively simple, together with examples
hough
- 用函数hough检测直线,程序很好,可以调里面参数。效果很好-Use function houhg to check the line
HoughTransformconsole
- Using opencv, Hough Transformation extract lines from edges.
Houghtransform
- 图像处理的霍夫变换程序,采用M语言编写,对数字图像进行直线追踪-HOUGHLINES- detects lines in a binary image using common computer vision operation known as the Hough Transform.
_Hough__doc
- hogh变换,从图像中提取直线。程序过程详细。-hough transform,find lines from images.you can learn how to use the hough transform
houghlines
- hough变换用于直线的检测,适用于计算机视觉的初学者,简单容易理解-hough transform for line detection, computer vision for beginners, easy to understand. . .
houghdetectline
- hough变换检测直线,MATLAB环境下可直接运行-hough detect lines
hough
- 用matlab编写的利用Hough变换法提取直线的代码,用该函数实现利用Hough变换提取直线的功能。-Written by matlab extracted using Hough transform line of code, with the function to achieve the use straight-line Hough transform to extract features.
hough
- hough变换识别直线,识别圆,提取圆心半径-hough transform line identification, identification circle, the radius of the center extraction
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
基于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.)
hough变换找直线matlab下能直接运行
- hough变换找直线matlab下能直接运行。(Finding straight lines by Hough transform)