CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - Hough 检测直线

搜索资源列表

  1. houghline

    0下载:
  2. opencv2.4.3 新版的c++接口 霍夫直线检测 直线轮廓描绘-opencv2.4.3 hough line detector the new c++/Mat construction
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-12-05
    • 文件大小:882
    • 提供者:zhangnight
  1. Hough

    0下载:
  2. 实现了HOUGH变换,能够很好地检测图像中的直线-HOUGH transform achieved, can well detect the linear image
  3. 所属分类:OpenCV

    • 发布日期:2017-05-10
    • 文件大小:2308042
    • 提供者:汤唯
  1. Hough-Transform

    0下载:
  2. 霍夫变化直线检测程序,用于检测图像中的直线,本算法涉及梯度变化,感觉检测效果还不错。望指正。-Hough variation straight line detection procedures, is used to detect the image of straight line, the present algorithm involves gradient change, the feeling detection effect Huan pretty good. Look corre
  3. 所属分类:OpenCV

    • 发布日期:2017-04-03
    • 文件大小:1439
    • 提供者:zj
  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. 基于Hough变换的直线检测

    0下载:
  2. 使用霍夫变换,将直角坐标中的线转换为极坐标中的点,检测图像中的直线,
  3. 所属分类:matlab例程

  1. classical-hough

    0下载:
  2. 文件中有根据经典HOUGH变换算法写的圆检测VC函数,由于圆有三个参数,因此HOUGH算法的圆检测相比直线要慢得多-Document based on the classic HOUGH transform circle detection algorithm written in VC function, there are three parameters as a result of a round, so HOUGH circle detection algorithm is much
  3. 所属分类:Graph program

    • 发布日期:2017-04-06
    • 文件大小:1725
    • 提供者:tbelieve
  1. houghBIANHUAN

    0下载:
  2. hough变换实现检测直线的程序,在Visual C++环境下进行编译,执行-hough transform to achieve a straight line detection procedure in Visual C++ compiler environment, implementation
  3. 所属分类:Graph program

    • 发布日期:2017-03-31
    • 文件大小:1304
    • 提供者:weiase
  1. Hough_Line

    0下载:
  2. 利用Hough变换检测直线,在极坐标下实现,效果比较好。-Straight line detection using Hough transform, under the polar coordinates, the effect is better.
  3. 所属分类:Graph program

    • 发布日期:2017-04-11
    • 文件大小:1484
    • 提供者:htmon
  1. hough

    0下载:
  2. 基于OpenCV的hough变换检测图像直线,本代码能够识别焊缝跟踪功能。-OpenCV based hough transform to detect linear image, the code can identify seam tracking.
  3. 所属分类:software engineering

    • 发布日期:2017-05-08
    • 文件大小:1790041
    • 提供者:黄凯军
  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. Houghtransform

    0下载:
  2. 基于MATLAB编程的Hough变换直线检测程序,程序简单易懂,具有参考价值-Hough transform line detection procedure based on MATLAB programming, simple procedure, has the reference value
  3. 所属分类:Special Effects

    • 发布日期:2017-04-09
    • 文件大小:8471
    • 提供者:
  1. houghtrans

    0下载:
  2. 利用hough变换检测直线,直接检测,速度快。matlab代码-Use hough transform line detection
  3. 所属分类:Special Effects

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

    0下载:
  2. 经过一般霍夫变换检测出的直线有可能因为车辆挡住路沿等原因断开,形成线段,因为检测道路是要找直线焦点,这样的效果就不好。本代码在Matlab环境下实现优化后的霍夫变换。 -This code optimize the Hough transform in the environment of Matlab.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-10
    • 文件大小:1052
    • 提供者:张海涛
  1. hough

    0下载:
  2. 霍夫变换,用于图像中直线检测,可以通过改变阈值设置改变结果-used in image processing for line detection after transform done threshold can be set on the result.
  3. 所属分类:matlab

    • 发布日期:2017-04-11
    • 文件大小:1370
    • 提供者:magcin
  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. zhixian

    0下载:
  2. hough变换直线检测,源代码,可在matlab软件中直接进行运行-hough transform line detection
  3. 所属分类:matlab

    • 发布日期:2017-05-12
    • 文件大小:2910781
    • 提供者:张坚
  1. 20140519d

    0下载:
  2. 利用hough变换检测直线,基于opencv的vs编写的小程序-Use hough transform line detection, based on the opencv vs write small programs
  3. 所属分类:CSharp

    • 发布日期:2017-04-11
    • 文件大小:716
    • 提供者:Dawson
  1. hough

    0下载:
  2. 实现对图像的椭圆和直线检测,代码可以直接运行,基于OPenCV实现的-Achieve elliptical and linear detection image of the code can be run directly implemented based OPenCV
  3. 所属分类:OpenCV

    • 发布日期:2017-05-16
    • 文件大小:4006160
    • 提供者:姚佳玉
« 1 2 ... 8 9 10 11 12 1314 15 16 17 18 ... 22 »
搜珍网 www.dssz.com