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

搜索资源列表

  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. zhixian_yuan

    0下载:
  2. 用hough变换来检测图像中的圆或者直线的运行代码,欢迎大家指点。-Hough transform to detect the image of a circle or a straight line running code pointing welcome.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-11-18
    • 文件大小:42979
    • 提供者:程平
  1. 7Phoughlines

    0下载:
  2. 一个效果非常好的霍夫变换程序,可以准确的检测出直线的位置-A very good Hough transform can accurately detect straight line
  3. 所属分类:Special Effects

    • 发布日期:2017-11-26
    • 文件大小:2231417
    • 提供者:王着
  1. MATLAB.zip

    1下载:
  2. Hough变换利用图像空间和Hough参数空间的点-线对偶性,把图像空间中的检测问题转换到参数空间。通过在参数空间里进行简单的累加统计,然后在Hough参数空间寻找累加器峰值的方法检测直线。例如,图1(a)中的九条线段对应于如图1(b)所示的其Hough参数空间的九个累加器峰值。图1(b)中,Hough参数空间的横纵坐标分别为直线极坐标方程:ρ=x×cos(θ) + y×sin(θ) 的两个参数ρ和θ。九个峰值的ρ和θ值唯一的确定其对应线段所在直线的两个参数。并且线段的长度决定坐标(ρ,θ)处的
  3. 所属分类:matlab

    • 发布日期:2016-05-09
    • 文件大小:1024
    • 提供者:peter
  1. 01

    0下载:
  2. hough检测直线 该算法可以检测诸如车道线之类的直线和斜线-hough line detection algorithm can detect such as lane lines straight and slash
  3. 所属分类:Button control

    • 发布日期:2017-11-22
    • 文件大小:248240
    • 提供者:常玲玲
  1. houghline

    0下载:
  2. 霍夫直线检测,用来检测图像中直线部分,通过参数调节,可以得到较好的实验结果-Hough line detection, used to detect images linear part, through parameter adjustment, you can get a better experimental results
  3. 所属分类:OpenCV

    • 发布日期:2017-12-02
    • 文件大小:634
    • 提供者:Daisy
  1. hough_circle

    0下载:
  2. 霍夫变换(Hough Transform) 霍夫变换是图像处理中从图像中识别几何形状的基本方法之一,应用很广泛,也有很多改进算法。最基本的霍夫变换是从黑白图像中检测直线(线段)。本代码用来检测圆。-Hough transform (Hough Transform) Hough transform in image processing from the image geometry of the basic methods of identification, one of which is
  3. 所属分类:Special Effects

    • 发布日期:2017-03-31
    • 文件大小:892
    • 提供者:liujiang
  1. CV2_Learn_LineFinder

    0下载:
  2. 使用opencv2写的,利用概率霍夫变换检测直线,并检测带有端点的线段。-Use opencv2 written using probabilistic Hough transform to detect straight line, and the line segment with endpoint detection.
  3. 所属分类:OpenCV

    • 发布日期:2017-05-27
    • 文件大小:9797866
    • 提供者:alonjiao
  1. HOUGHTRANSITION

    0下载:
  2. 利用hough变换,检测出最长的直线,由于采用多次for循环,程序运行速度较慢-using hough transform to detect the longest line in the picture
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:800
    • 提供者:殷晓雪
  1. houghcircle

    0下载:
  2. 霍夫变换是图像处理中从图像中识别几何形状的基本方法之一,应用很广泛,也有很多改进算法。最基本的霍夫变换是从黑白图像中检测直线(线段).本程序利用霍夫变换求解出院的方程。-Hough transform in image processing from the image geometry of the basic methods of identification, one of which is widely used, there are many improved algorithm. B
  3. 所属分类:Special Effects

    • 发布日期:2017-04-03
    • 文件大小:1011
    • 提供者:周炎兵
  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. DetectThreshold

    0下载:
  2. matlab中的霍夫变换检测圆,利用其检测直线的原理,来检测圆形,非常有效。-matlab principle of Hough transform circle detection, using its line detection to detect round, very effective.
  3. 所属分类:CAD

    • 发布日期:2017-04-07
    • 文件大小:938
    • 提供者:vincent
  1. houghline

    0下载:
  2. 运用霍夫变换,检测图片中的直线,本程序主要检测车牌中的直线-Using the Hough transform to detect straight lines in the picture, this program is mainly to detect license plates in a straight line
  3. 所属分类:Picture Viewer

    • 发布日期:2017-05-12
    • 文件大小:2947940
    • 提供者:陈俊
  1. Hough_transform_line_circle

    0下载:
  2. Hough变换检测图像线、圆,直接可用,Hough变换检测图像线、圆,直接可用-Hough transform for 2D image line and circle detect
  3. 所属分类:2D Graphic

    • 发布日期:2017-03-30
    • 文件大小:2205
    • 提供者:wang jenny
  1. HoughTransform

    0下载:
  2. 霍夫变换,直线检测,包括了边缘检测,双向高斯滤波。自己写的函数, 不是toolbox自带函数。图像处理-Hough Transform,line detect, edge detect, sep-guassian filter, matlab, image processing.self-define function, no toolbox
  3. 所属分类:Special Effects

    • 发布日期:2017-04-14
    • 文件大小:4540
    • 提供者:Wynne
  1. GetTiltTrans

    0下载:
  2. 自己写的用于倾斜角矫正的代码,原理是通过hough变换检测直线,然后确定倾斜角度-Himself wrote for the tilt angle correction code, works by hough transform to detect straight line, and then determine the tilt angle
  3. 所属分类:Special Effects

    • 发布日期:2017-04-12
    • 文件大小:916
    • 提供者:石伟
  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. road_lane

    0下载:
  2. 用于检测车道线,本程序是基于单帧图像的车道线检测识别,利用了二值、边缘检测、霍夫变换-Used to detect the lane line, this procedure is the lane line detection based on single frame image recognition, using the two values, edge detection and hough transform
  3. 所属分类:OpenCV

    • 发布日期:2017-04-12
    • 文件大小:1225
    • 提供者:张琪
  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. opencvh

    0下载:
  2. opencv里面实现hough变换检测直线段,并在图中画出;需在工程文件里面添加图片。-Inside opencv hough transform to detect straight line segment to achieve, and shown in the drawings need to add pictures inside the project file.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-23
    • 文件大小:7374000
    • 提供者:wlz
« 1 2 3 45 »
搜珍网 www.dssz.com