CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - hough line detection

搜索资源列表

  1. p11-duda

    0下载:
  2. Key Words and Phrases: picture processing, pattern recognition, line detection, curve detection, colinear points, point-line transformation, Hough transformation
  3. 所属分类:Special Effects

    • 发布日期:2017-05-01
    • 文件大小:523811
    • 提供者:diaoc
  1. science

    0下载:
  2. Real-time line detection through an improved Hough transform voting scheme
  3. 所属分类:Special Effects

    • 发布日期:2017-05-11
    • 文件大小:2360137
    • 提供者:zj
  1. hough

    0下载:
  2. MATLAB代码中hough变换检测直线-Detection Hough transform in MATLAB code line
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:1158
    • 提供者:热潮
  1. HoughLine

    0下载:
  2. 自己编写的霍夫代码检测直线,不一定是最好的,但是里面有学习心得啊-The line detection by hough,writed it by myself,it is very value for myself studying
  3. 所属分类:Special Effects

    • 发布日期:2017-04-07
    • 文件大小:1642
    • 提供者:wang
  1. my_hough

    0下载:
  2. canny算子进行边缘检测,然后用hough算法进行直线检测。-canny operator edge extraction from image, and then use the hough algorithm line detection.
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-06
    • 文件大小:860
    • 提供者:闫世博
  1. Phase-_-extract-line

    1下载:
  2. 5相位编组法实现纹理直线边缘的检测matlab程序代码。不同于hough变换。附带文字的原理讲解-The five-phase grouping texture straight edge detection ,matlab code. Different from the hough transform. explain with the accompanying text
  3. 所属分类:图形图像处理(光照,映射..)

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

    0下载:
  2. 检测图像中的直线,对断点进行桥接,使之成为连续的边缘-A straight line in the detection image breakpoint bridge
  3. 所属分类:Graph program

    • 发布日期:2017-04-11
    • 文件大小:1497
    • 提供者:liuda
  1. HoughLines

    0下载:
  2. Hough变换检测图像中的直线,从而判断图像形状,采用VC++6.0和OpenCV编程实现。-Straight line Hough transform detection of the image in order to determine the shape of the image, using VC++ 6.0 and OpenCV programming to achieve.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-09
    • 文件大小:1457798
    • 提供者:李阳
  1. Houghdlinedetect

    0下载:
  2. Matlab中hough变换检测直线的程序,将灰度图片至于同一目录下,更名为“2.bmp”,运行即可-Hough transform line detection program in Matlab, grayscale picture as to the same directory, changed its name to " 2.bmp can be run
  3. 所属分类:Special Effects

    • 发布日期:2017-04-03
    • 文件大小:605
    • 提供者:lowr
  1. line-segment-detector

    0下载:
  2. 图像处理 哈夫变换,检测直线的程序,内容详细,欢迎下载使用-The image processing based on vc++ 6.0 hough transform, the detection of the linear program, download welcome to use
  3. 所属分类:Special Effects

    • 发布日期:2017-04-06
    • 文件大小:1619
    • 提供者:想与做
  1. hough1

    0下载:
  2. 基于hough边缘直线检测源程序代码,可以检测出边缘检测后的直线-Hough the edge-based line detection source code, can detect the straight edge detection
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:905
    • 提供者:阮佳辉
  1. image-detection-and-transformation

    0下载:
  2. 利用hough变换检测图像中的形状圆和直线,以及图像几何变换-detecting image circle or line using hough transformation and transformation
  3. 所属分类:Special Effects

    • 发布日期:2017-11-11
    • 文件大小:5018
    • 提供者:zhao
  1. HoughLine

    0下载:
  2. 用于道路的检测,通过调用opencv中的直线检测算法Hough变换,检测结构化道路的道路引导线-For road detection, Hough transform, by calling the line detection algorithm in opencv detect structural road road guide line
  3. 所属分类:OpenCV

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

    0下载:
  2. 使用标准Hough变换,在一个二进制图像中,检测直线段-Using the standard Hough transform, in a binary image, the detection straight line segment
  3. 所属分类:Special Effects

    • 发布日期:2017-12-01
    • 文件大小:554
    • 提供者:fsq405
  1. jindianhough

    0下载:
  2. 采用hough变化进行直线检测,应用matlab自带的函数进行检测-Hough the changes line detection function detects application matlab comes
  3. 所属分类:Special Effects

    • 发布日期:2017-11-29
    • 文件大小:1384
    • 提供者:俞正国
  1. Hough

    0下载:
  2. 用HOUGH检测直线的时候是两个未知量,因为轴半径和相角可以确定一条直 线,在HOUGH域出现累计最大点就可能是原域中的直线。现在回到圆的检测 上来,确定一个圆需要什么:X坐标,Y坐标,半径三个未知量吧,好了,现在, 你做一个三维空间的HOUGH域,以这三个未知量作为三个轴,现在按照一定步长 进行三重循环,在最内层循环是这样的,X,Y 确定,以不同的半径进行搜索,如 果你的X,Y刚好就是实际图像的X,Y处,半径又搜索到实际真实的半径-The HOUGH detect stra
  3. 所属分类:Other systems

    • 发布日期:2017-11-20
    • 文件大小:45582
    • 提供者:chen
  1. 20130119

    0下载:
  2. 数字图像处理边缘检测(hough变化-平行直线检测,轮廓跟踪、提取,种子填充算法1和2)的具体实现。-The edge detection digital image processing (hough change- parallel line detection, the concrete realization of contour tracking, extract, seed filling algorithm 1 and 2).
  3. 所属分类:Special Effects

    • 发布日期:2017-11-27
    • 文件大小:2113961
    • 提供者:谢生龙
  1. Untitledhough2

    0下载:
  2. 采用hough进行图像的检测,根据所检测到的直线进行提取-Hough image detection, according to the extraction of the detected straight line
  3. 所属分类:Special Effects

    • 发布日期:2017-12-04
    • 文件大小:681
    • 提供者:李华
  1. houghss

    0下载:
  2. 基于canny边缘检测和hough变换的长直线检测,入门级别,代码简单易懂。-Long canny edge detection and hough transform line detection, entry-level, the code is simple and easy to understand.
  3. 所属分类:Special Effects

    • 发布日期:2017-11-20
    • 文件大小:619
    • 提供者:张小红
  1. hough

    0下载:
  2. hough 变换 实现了对图像中直线的检测,同时还实现了其他功能-hough transform to achieve a straight line in the image detection, while still achieving other features
  3. 所属分类:Special Effects

    • 发布日期:2017-12-02
    • 文件大小:98549
    • 提供者:江子巷
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 19 »
搜珍网 www.dssz.com