搜索资源列表
linedetec
- 这是一个使用hough变换来实现一副图像中直线检测的代码,比较高效而且检测效果很不错-use hough transform to achieve an image line detection code, more efficient and effective detection is pretty good
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参数空间的点-线对偶性,把图像空间中的检测问题转换到参数空间。通过在参数空间里进行简单的累加统计,检测峰值。这里基于伪方向的直线提取算法。只对具有相同伪方向的边缘点对采样减小了采样空间,提高了精度。
LaneDetect
- 用Hough变换检测车道直线,用MATLAB自带的Hough(),houghlines(),houghpeaks()实现-Lane with a straight line Hough transform detection, using MATLAB' s own Hough (), houghlines (), houghpeaks () to achieve
hough
- 用函数hough检测直线,程序很好,可以调里面参数。效果很好-Use function houhg to check the line
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
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
- 霍夫变换,用于图像中直线检测,可以通过改变阈值设置改变结果-used in image processing for line detection after transform done threshold can be set on the result.
Hough
- 数字图像处理方面,利用HOUGH变换检测图像中的直线,中间设计多方面有加噪声也有滤波。-Digital image processing, use HOUGH transform to detect straight lines in an image, there are many middle-plus-noise design also has filtering.
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_LineDetect
- 详解利用Hough变换进行直线检测的代码(detailed interpretation of the code that uses Hough transform for line detection)