CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 搜索资源 - Line Detection Hough Transform

搜索资源列表

  1. houghpeaks00

    0下载:
  2. 不用多说了,和Hogh搭配使用检测直线的程序 直线Hough变换利用图像空间和Hough参数空间的点-线对偶性,把图像空间中的检测问题转换到参数空间。通过在参数空间里进行简单的累加统计,然后在Hough参数空间寻找累加器峰值的方法检测直线。-Needless to say, Hogh mix and the use of linear detection procedures Hough transform space and the use of images Hough paramete
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:1014
    • 提供者:david
  1. houghcircles_vs10

    0下载:
  2. 图形检测,hough变换检测直线、圆、椭圆。-Pattern detection, hough transform to detect straight line, circle, ellipse.
  3. 所属分类:Special Effects

    • 发布日期:2017-06-09
    • 文件大小:16005120
    • 提供者:che
  1. StandardHT

    0下载:
  2. 用标准Hough变换实现直线检测。内含标准的Hough函数和简单实例。-Standard Hough transform line detection. Hough function includes standard and simple examples.
  3. 所属分类:Graph program

    • 发布日期:2017-04-13
    • 文件大小:1937
    • 提供者:efingIt
  1. StandardHT

    0下载:
  2. 用标准Hough变换实现直线检测。内含标准的Hough函数和简单实例。-Standard Hough transform line detection. Hough function includes standard and simple examples.
  3. 所属分类:Graph program

    • 发布日期:2017-04-13
    • 文件大小:1983
    • 提供者:全个
  1. hough

    0下载:
  2. hough变换检测直线,vc++6.0,内含测试图片,代码注释详细,能让图像编程学习者有所收获-hough transform line detection, vc++6.0, containing the test images, code comments in detail, allowing graphics programming learners to be harvested
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-05-12
    • 文件大小:2823959
    • 提供者:shihao
  1. hough

    0下载:
  2. 霍夫变换检测直线。很好的算法,有助于学习霍夫变换-Hough transform line detection. A good algorithm, is helpful to the study of Hough transform
  3. 所属分类:2D Graphic

  1. Hough

    0下载:
  2. 此文件可以实现霍夫变换直线检测,代码简单实用-This file can be achieved Hough transform line detection, code simple and practical
  3. 所属分类:Special Effects

    • 发布日期:2017-04-25
    • 文件大小:79663
    • 提供者:
  1. hough

    0下载:
  2. matlab实现的hough变换直线检测,包含两种实现代码-hough transform line detection matlab implementation, including two implementations code
  3. 所属分类:Special Effects

    • 发布日期:2017-04-26
    • 文件大小:241175
    • 提供者:cui fan
  1. Lane-detection

    0下载:
  2. 对车道线进行检测,涉及大津阈值,hough变换等,并预测行驶线。-To detect the lane line, involving the Otsu threshold, Hough transform, and the prediction of the running line.
  3. 所属分类:OpenCV

    • 发布日期:2017-04-14
    • 文件大小:4193
    • 提供者:张琪
  1. Hough-translation

    0下载:
  2. 可以对图像进行边缘检测并用Hough变换进行直线提取,经测试后可用-You can use an image edge detection and Hough transform line extraction, after testing available
  3. 所属分类:Special Effects

    • 发布日期:2017-04-12
    • 文件大小:972
    • 提供者:王豆豆
  1. Lane-mark-detection

    0下载:
  2. 基于机器视觉的车道标识先检测,能够从图片中检测出车道线,主要方法:Hough变换-First detection of machine vision based lane marking, the main method can detect the lane line, the picture: Hough transform
  3. 所属分类:Other systems

    • 发布日期:2017-04-28
    • 文件大小:225999
    • 提供者:喵呜
  1. vehicle-lane-detection

    0下载:
  2. 能实现直线型车道线的有效检测,利用改进的hough变换和区域生长方法,提高检测的准确性。-Can be achieved effectively detect lane straight line, with improved hough transform and region growing methods to improve detection accuracy.
  3. 所属分类:Graph Recognize

    • 发布日期:2017-04-30
    • 文件大小:500758
    • 提供者:tina
  1. Hough

    0下载:
  2. Hough变换程序,可以方便快捷的检测图像中的直线,提取出直线的相关信息-Hough transform program, can be in a straight line, convenient detection images to extract the linear related information
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:2210
    • 提供者:张宇鹏
  1. hough

    0下载:
  2. hough变换检测图像直线信息,实现检测图像的直线边缘信息,可以提取出图像的边沿-Hough transform to detect image linear information, to achieve the line edge detection image information, you can extract the edge of the image
  3. 所属分类:Special Effects

    • 发布日期:2017-05-05
    • 文件大小:119615
    • 提供者:zz
  1. chedaoxian

    0下载:
  2. 完成了对车道线进行了识别,主要流程为灰度化,边缘检测,hough变换。-We completed the lane line identification, the main process of graying, edge detection, hough transform.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-05
    • 文件大小:67407
    • 提供者:闫尧
  1. ImageProcessing-master

    0下载:
  2. Canny Edge Detection And Hough Transform Line Detection The code is written in Visual C++. USING THE MAIN CODE The Input images have to be ".bmp" format and the output image must be saved as ".bmp" format. In the main co
  3. 所属分类:图形图像处理

    • 发布日期:2018-01-03
    • 文件大小:6144
    • 提供者:穿山甲说
  1. text6

    0下载:
  2. 可以实现hough变换 利用图像空间和Hough参数空间的点-线对偶性,把图像空间中的检测问题转换到参数空间(The Hough transform can be used to transform the detection problem in image space into parameter space by using the point line duality of image space and Hough parameter space)
  3. 所属分类:图形图像处理

    • 发布日期:2018-01-04
    • 文件大小:2048
    • 提供者:嘿哈哈
  1. hough直线检测

    0下载:
  2. matlab实现的直线检测方法,主要为hough变换,包括图片及实验结果(Matlab implementation of the line detection method, mainly for the Hough transform, including pictures and experimental results)
  3. 所属分类:图形图像处理

    • 发布日期:2018-01-05
    • 文件大小:288768
    • 提供者:哈哈124
  1. 3.30-4.3-bianyuan

    0下载:
  2. 基于霍夫变换的直线检测,效果非常好,图片自己找,可能需要对图片格式做操作。(Line Detection Based on Hough Transform)
  3. 所属分类:图形图像处理

    • 发布日期:2018-05-04
    • 文件大小:4096
    • 提供者:易学习同志
  1. gaijin---hough

    1下载:
  2. 改进了霍夫变换与最小二乘法,大大提高了直线检测精度与效率(Improved Hof transform and least square method, greatly improving the accuracy and efficiency of line detection.)
  3. 所属分类:图形图像处理

    • 发布日期:2019-10-29
    • 文件大小:4451328
    • 提供者:心房
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 »
搜珍网 www.dssz.com