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

搜索资源列表

  1. 26.Hough

    0下载:
  2. 该函数用于对检测图像中的平行直线。如果图像中有两条平行的直线,则将这两条平行直线-This function is used to detect the image of parallel lines. If the image has two parallel lines, then these two parallel lines
  3. 所属分类:Special Effects

    • 发布日期:2017-04-26
    • 文件大小:9488
    • 提供者:braveahmat
  1. USE-OF-THE-HOUGH-TRASFORMTION-TO-DETECT-LINES-197

    0下载:
  2. USE OF THE HOUGH TRASFORMTION TO DETECT LINES 1971
  3. 所属分类:Other systems

    • 发布日期:2017-03-29
    • 文件大小:486414
    • 提供者:quy
  1. matlab-hough

    0下载:
  2. 基于MATLAB识别图片中直线和圆并标记-Based on the MATLAB identification picture lines and circles and mark
  3. 所属分类:Graph Recognize

    • 发布日期:2017-03-24
    • 文件大小:955
    • 提供者:李欣培
  1. hough

    0下载:
  2. 利用霍夫变换的方法对图像中的线段进行检测,并将检测出的线段在图像上显示出来-The method of use of the Hough transform to detect the segment in the image, and the detected lines on the image displayed
  3. 所属分类:OpenCV

    • 发布日期:2017-12-01
    • 文件大小:201016
    • 提供者:nimizi
  1. hough-to-detecting-lines

    0下载:
  2. hough变换检测直线matlab代码,对深刻理解hough变换有一定帮助!-hough transform line detection matlab code, on a deep understanding of the hough transform some help!
  3. 所属分类:Special Effects

    • 发布日期:2017-11-18
    • 文件大小:577806
    • 提供者:张星星
  1. Hough

    1下载:
  2. 该函数用于对检测图像中的平行直线。如果图像中有两条平行的直线,则将这两条平行直线提取出来。-This function is used to detect images of parallel straight lines. If there are two parallel lines, the image is two parallel lines extraction.
  3. 所属分类:Special Effects

    • 发布日期:2017-12-10
    • 文件大小:8209
    • 提供者:彭颖
  1. Hough

    0下载:
  2. Hough检测直线,圆,椭圆的代码,用hough变换实现圆的检测,能完美检测出图像中的圆、直线和椭圆-Hough detection of straight line, circle, ellipse, code, hough transform circle detection can be perfect in the detected image of circles, lines and ellipses
  3. 所属分类:Special Effects

    • 发布日期:2017-11-25
    • 文件大小:2268
    • 提供者:李文
  1. houghline

    0下载:
  2. Hough直线块通过检测交叉点处的参考图像的边界线找到图像-The Hough Lines block finds the points of intersection between the reference image boundary lines and the line specified by a (rho, theta) pair. The block outputs one-based [x y] coordinates for the points of intersectio
  3. 所属分类:Graph Recognize

    • 发布日期:
    • 文件大小:2327
    • 提供者:yyq
  1. Hough--transformed

    0下载:
  2. 利用图像空间和Hough参数空间的点-线对偶性,把图像空间中的检测问题转换到参数空间。通过在参数空间里进行简单的累加统计,然后在Hough参数空间寻找累加器峰值的方法检测直线。-Use of image space and Hough parameter space point- line duality theorem, the detection problems in image space transformation to the parameter space. Through si
  3. 所属分类:Special Effects

    • 发布日期:2017-04-23
    • 文件大小:16990
    • 提供者:李晓阳
  1. hough

    0下载:
  2. 该短程序是用来进行hough变换的一种图像分割方法,该方法简单易懂,可移植性强。-HOUGH Hough transform. HOUGH implements the Standard Hough Transform. HOUGH is designed to detect lines. It uses the parametric representation of a line
  3. 所属分类:Other systems

    • 发布日期:2017-04-11
    • 文件大小:1363
    • 提供者:刘言言
  1. Hough

    0下载:
  2. 使用opencv中的Hough变换对图像中的线段和近似圆的圆进行检测-The Hough transform using opencv image of lines and circles round the approximate detection
  3. 所属分类:OpenCV

    • 发布日期:2017-05-06
    • 文件大小:1353576
    • 提供者:徐婉茹
  1. hough

    0下载:
  2. hough变换求图像中的直线,matlab语言编写,修改图片的路径即可。-hough transform to draw the lines in the picture,writen by matlab, the code can only be used after modify the path of the picture.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-11
    • 文件大小:1070
    • 提供者:
  1. Hough

    0下载:
  2. 数字图像处理方面,利用HOUGH变换检测图像中的直线,中间设计多方面有加噪声也有滤波。-Digital image processing, use HOUGH transform to detect straight lines in an image, there are many middle-plus-noise design also has filtering.
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:1718
    • 提供者:庞庞
  1. Shape-Detection

    0下载:
  2. 直线检测及道路边缘检测,包括在DM6437上的实现-use the Hough Transform, Find Local Maxima, and Hough Lines blocks to find the longest line in an image. In the second step, the algorithm used for line detection will be the basis of a lane detection procedure.
  3. 所属分类:software engineering

    • 发布日期:2017-05-28
    • 文件大小:10354627
    • 提供者:李澳
  1. Hough-detect-line

    0下载:
  2. 这个程序是实现霍夫变换,从而来检测直线。里面有数据,可直接运行。适合初学者。-this is a Hough-Transfom,which is used to detect lines.it is very useful for learners.just run it.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-28
    • 文件大小:409058
    • 提供者:赵鹏
  1. Hough-line

    0下载:
  2. Hough 变换检测直线,有效的拟合断点-Hough transform to detect straight lines, effective fit breakpoint
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-12
    • 文件大小:889
    • 提供者:李大仁
  1. kmeans-snake-hough

    0下载:
  2. kmeans、snake、hough三种算法的c++代码,其中,kmeans进行分类,snake进行图像套索,hough进行找圆、直线等功能-kmeans, snake, hough three algorithms c++ code, which, kmeans classify, snake image lasso, hough were looking for circles, lines, and other functions
  3. 所属分类:Other systems

    • 发布日期:2017-05-09
    • 文件大小:1738717
    • 提供者:
  1. Hough-transform

    0下载:
  2. 霍夫变换是一种在图像中寻找直线、圆及其他简单形状的方法,霍夫线变换是利用Hough变换在二值图像中找到直线-Hough transform is a find in the image lines, circles and other shapes simple method is to use the Hough transform Hough transform line to find a straight line in the binary image
  3. 所属分类:OpenCV

    • 发布日期:2017-05-04
    • 文件大小:135630
    • 提供者:苏晓朋
  1. Copy-of-Hough-transform-to-detect-and-delete-line

    0下载:
  2. Copy of Hough transform to detect and delete lines
  3. 所属分类:software engineering

    • 发布日期:2017-12-12
    • 文件大小:10096
    • 提供者:samira
  1. 边缘检测hough直线

    0下载:
  2. 用MATLAB边缘检测检测出直线,并用Hough函数连接起来。(Use MATLAB to detect straight lines and connect)
  3. 所属分类:网络编程

    • 发布日期:2018-01-09
    • 文件大小:114688
    • 提供者:王浩号
« 1 2 34 5 6 »
搜珍网 www.dssz.com