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

搜索资源列表

  1. houghline

    0下载:
  2. 一个利用hough变换来检测图像中直线的函数的源代码-using a Hough transform to detect images linear function of the source code
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:1674
    • 提供者:柯为
  1. Hough

    0下载:
  2. Hough变换程序,可以方便快捷的检测图像中的直线,提取出直线的相关信息-Hough transform program, can be in a straight line, convenient detection images to extract the linear related information
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:2210
    • 提供者:张宇鹏
  1. Hough

    0下载:
  2. Hough变换检测直线的MATLAB源代码-Hough transform to detect linear matlab source code
  3. 所属分类:Other systems

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

    0下载:
  2. 多个利用hough变换进行直线检测的matlab文件,和hough变化和代码的清晰说明-Multiple use hough transform for straight line detection of matlab files, and hough change and clear statement of your code
  3. 所属分类:software engineering

    • 发布日期:2017-05-09
    • 文件大小:1810670
    • 提供者:曾臻
  1. hough

    0下载:
  2. 利用log算子提取边缘再,检测图像中直线并将直线描绘成白色-hough detect for liens
  3. 所属分类:Special Effects

    • 发布日期:2017-05-01
    • 文件大小:44822
    • 提供者:zhangziyuan
  1. hough-transform

    0下载:
  2. hough变换实现,包括直线检测及圆弧检测-hough transform,line and cycle
  3. 所属分类:Special Effects

    • 发布日期:2017-04-14
    • 文件大小:2573
    • 提供者:宋明
  1. hough

    0下载:
  2. VS下利用opencv 实现hough变换,检测出直线或者圆形图像。-VS under use opencv achieve hough transform to detect straight line or circular image.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-21
    • 文件大小:5985128
    • 提供者:yonghong Wang
  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. hough

    0下载:
  2. hough变换检测图像直线信息,实现检测图像的直线边缘信息,可以提取出图像的边沿-Hough transform to detect image linear information, to achieve the line edge detection image information, you can extract the edge of the image
  3. 所属分类:Special Effects

    • 发布日期:2017-05-05
    • 文件大小:119615
    • 提供者:zz
  1. PIPEI

    0下载:
  2. vs2013+opencv2.4,用hough直线变换提取3条直线,并求出3条直线交点,得到一个三角形ROI区域-vs2013+opencv2.4, with a straight line hough transform to extract three straight, and find the intersection of three straight, to give a triangular region ROI
  3. 所属分类:OpenCV

    • 发布日期:2017-05-13
    • 文件大小:3065267
    • 提供者:幻影之武
  1. Hough-transform

    0下载:
  2. 利用Hough进行图像中直线识别,对图像进行处理,例如图像中线条识别-Implementation using Hough transform to detect linear algorithm
  3. 所属分类:Communication

    • 发布日期:2017-12-14
    • 文件大小:657669
    • 提供者:文航
  1. LineDetectDemo

    1下载:
  2. 优化的hough变换,vs工程,可以直接使用!(The optimized Hough transform, vs engineering, can be used directly!)
  3. 所属分类:图形图像处理

    • 发布日期:2017-12-17
    • 文件大小:2050048
    • 提供者:cwad
  1. line

    0下载:
  2. 利用opencv进行直线检测,内含lsd算法与hough算法(Using OpenCV for line detection. Containing LSD algorithm and Hough algorithm)
  3. 所属分类:OpenCV

  1. Hough

    0下载:
  2. 冈萨雷斯数字图像处理Hough变换检测直线源码(The Hough transform in the digital image processing course written by Gonzales is used to detect the linear source code)
  3. 所属分类:其他

    • 发布日期:2018-01-06
    • 文件大小:4096
    • 提供者:jm2017
  1. hough

    0下载:
  2. 对图像进行霍夫变换检测直线。遍历图像,把极坐标下点转换到霍夫空间,同时累加器加1,最后统计累加器数组中的极大值点,便对应原图中的直线。(The image is transformed by Hof transform to detect the straight line. Traverse the image, transform the point in polar coordinates to Hof space, accumulate 1 at the same time, and f
  3. 所属分类:图形图像处理

    • 发布日期:2018-01-06
    • 文件大小:671744
    • 提供者:tommyzhu
  1. Hough_LineDetect

    0下载:
  2. 详解利用Hough变换进行直线检测的代码(detailed interpretation of the code that uses Hough transform for line detection)
  3. 所属分类:matlab例程

    • 发布日期:2018-01-07
    • 文件大小:8192
    • 提供者:sangba2017
  1. 2边缘检测

    1下载:
  2. Canny算子检测边缘,并在此基础上做Hough变换,拟合直线(Canny operator detects the edge, and based on this Hough transform, fitting straight line)
  3. 所属分类:图形图像处理

    • 发布日期:2018-04-20
    • 文件大小:3158016
    • 提供者:JRM
  1. Houghline

    0下载:
  2. 利用霍夫变换提取直线方程,然后计算平面直线距离(Using Hough transform to extract the linear equation and then calculate the plane line distance)
  3. 所属分类:图形图像处理

    • 发布日期:2018-04-28
    • 文件大小:134144
    • 提供者:RevelationLee
  1. 3.30-4.3-bianyuan

    0下载:
  2. 基于霍夫变换的直线检测,效果非常好,图片自己找,可能需要对图片格式做操作。(Line Detection Based on Hough Transform)
  3. 所属分类:图形图像处理

    • 发布日期:2018-05-04
    • 文件大小:4096
    • 提供者:易学习同志
  1. MATLAB求图形的最大内切圆代码

    0下载:
  2. hough变换找直线matlab下能直接运行(Hough transformation which can run directly in matlab environment.)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2018-05-06
    • 文件大小:3072
    • 提供者:XIAOXIAGEGE
« 1 2 ... 9 10 11 12 13 1415 16 17 18 19 ... 28 »
搜珍网 www.dssz.com