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

搜索资源列表

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

    0下载:
  2. 霍夫变换检测圆心坐标 直线坐标 霍夫变换检测直线圆心纵坐标-Hough transformation
  3. 所属分类:CSharp

    • 发布日期:2017-04-07
    • 文件大小:1190
    • 提供者:mdy
  1. hough

    0下载:
  2. 在QT编程下的hough变换。包括霍夫直线,和霍夫园。-In QT programming hough transform. Including Hough straight and Hove Park.
  3. 所属分类:Picture Viewer

    • 发布日期:2017-04-07
    • 文件大小:59956
    • 提供者:杨松超
  1. hough

    0下载:
  2. 首先用sobel对输人的图片进行边缘提取,然后用hough变换法提取图片中的直线。-First use of the input picture sobel edge detection, and then extract the picture straight with hough transform.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-13
    • 文件大小:2395
    • 提供者:huangtingting
  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. 基于Visual C++应用程序开发的hough变化,直线边沿变化-Hough change based on C, the straight edge of change
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-07
    • 文件大小:1061225
    • 提供者:彭姣丽
  1. OPenCV-feature--summary

    0下载:
  2. 包括 颜色提取 形状提取,形状提取包括 Candy算子对边缘提取、  角点提取、 Hough直线提取-Including color extraction shape extraction, including  Candy shape extraction operator for edge detection,   corner extraction,  Hough lin
  3. 所属分类:Project Manage

    • 发布日期:2017-04-04
    • 文件大小:448490
    • 提供者:
  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. 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. 实现对图像的椭圆和直线检测,代码可以直接运行,基于OPenCV实现的-Achieve elliptical and linear detection image of the code can be run directly implemented based OPenCV
  3. 所属分类:OpenCV

    • 发布日期:2017-05-16
    • 文件大小:4006160
    • 提供者:姚佳玉
  1. HOUGH

    0下载:
  2. 加载一幅图片 对图片进行 标准霍夫线变换 或是 统计概率霍夫线变换. 分别在两个窗口显示原图像和绘出检测到直线的图像.-Load a picture The picture standard Hough transform line or line statistical probability Hough transform. Original image and draw a straight line detected image are shown in the tw
  3. 所属分类:OS Develop

    • 发布日期:2017-04-07
    • 文件大小:3098
    • 提供者:马东兴
  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. 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. OpenCV-feature-extraction

    0下载:
  2. openCV特征提取代码总结,包括:颜色直方图提取,形状特征提取,角点提取、Hough直线提取、边缘提取、纹理特征提取等等。-OpenCV feature extraction code summary, including: color histogram extraction, shape feature extraction, angular point extraction, Hough straight line extraction, edge detection and textu
  3. 所属分类:Special Effects

    • 发布日期:2017-04-25
    • 文件大小:274581
    • 提供者:吴哲
  1. OPENCV

    0下载:
  2. opencv特征提取,,包括hough直线,hough圆,直方图绘制-opencv feature extraction, including hough straight, hough circle, draw a histogram
  3. 所属分类:OpenCV

    • 发布日期:2017-04-28
    • 文件大小:105070
    • 提供者:ZHANG LLIJIAN
  1. hough

    0下载:
  2. 霍夫变换代码,用于在图像中寻找直线,找出图像中所有直线-Hough transform code, used to find a straight line in the image
  3. 所属分类:Special Effects

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

    0下载:
  2. 包括Hough变换,峰值点检测,以及相应的直线链接部分,检测算法快速有效-Hough transform
  3. 所属分类:Special Effects

    • 发布日期:2017-04-15
    • 文件大小:4751
    • 提供者:师雪艳
  1. Hough变换直线检测

    0下载:
  2. 可用的Hough变换直线检测程序,通过matlab软件实现
  3. 所属分类:源码下载

  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 2 ... 7 8 9 10 11 1213 14 15 16 17 ... 28 »
搜珍网 www.dssz.com