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

搜索资源列表

  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. matlab实现的hough变换直线检测,包含两种实现代码-hough transform line detection matlab implementation, including two implementations code
  3. 所属分类:Special Effects

    • 发布日期:2017-04-26
    • 文件大小:241175
    • 提供者:cui fan
  1. hough

    0下载:
  2. hough变换检测直线小程序适用于opencv初学者 简单明了-hough transform to detect straight applet
  3. 所属分类:Console

    • 发布日期:2017-05-23
    • 文件大小:6795388
    • 提供者:天问
  1. hough-transform

    0下载:
  2. 霍夫变换,检测直线,霍夫点等包含在内,四个程序-Hough transform, line detection, Hough points included four program
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-15
    • 文件大小:4965
    • 提供者:jack li
  1. hough

    0下载:
  2. 实现通过大金法二值化,边界提取,直线hough变换检测直线和圆-Implemented by daikin binarization method, boundary extraction, linear hough transform to detect linear and circular
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-05-11
    • 文件大小:2102656
    • 提供者:常迎帅
  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. Hough

    0下载:
  2. 检测直线 圆 椭圆 简单实用 实践证明 欢迎下载-Detecting straight round oval proved simple and practical welcome to download
  3. 所属分类:OpenCV

    • 发布日期:2017-05-11
    • 文件大小:2268966
    • 提供者:jiangnan
  1. hough直线检测matlab代码

    0下载:
  2. 一种用matlab实现的hough直线检测算法,包括灰度化,特征点标注,与最终结果图。参数可调。
  3. 所属分类:matlab例程

  1. Hough

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

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

    0下载:
  2. 在mfc上实现的加载图片,进行二值化处理,加噪声处理,然后用hough检测直线-mfc noise hough detect lines
  3. 所属分类:Special Effects

    • 发布日期:2017-12-12
    • 文件大小:63308800
    • 提供者:杨林林
  1. hough

    0下载:
  2. 可以对图像进行边缘检测,滤波,二值化处理,最后提取图像中的直线。(Edge detection can be carried out on the image, filtering, two value processing, and finally extract the image of the straight line.)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-28
    • 文件大小:1024
    • 提供者:dajb
  1. 霍夫线变换综合示例

    1下载:
  2. 利用霍夫变换快速检测直线或圆,但是首先对图像进行边缘检测,霍夫变换输入为边缘二值图像(Hough transform is used to detect straight lines or circles, but first, edge detection is carried out, and Hough transform is used as edge two valued image)
  3. 所属分类:Windows编程

  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直线

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

    • 发布日期:2018-01-09
    • 文件大小:114688
    • 提供者:王浩号
  1. hough

    0下载:
  2. 基于opencv,使用hough变换检测图像中的直线,效果良好(Based on OpenCV, the Hough transform is used to detect the straight line in the image, and the effect is good)
  3. 所属分类:OpenCV

    • 发布日期:2018-01-10
    • 文件大小:744448
    • 提供者:yuwawa
  1. hough

    0下载:
  2. 实现图像中直线的检测,并矫正为一条水平的线(Realize straight line detection in the image and correct it to a horizontal line.)
  3. 所属分类:图形图像处理

    • 发布日期:2018-04-18
    • 文件大小:1024
    • 提供者:羧基丙酸钠
  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. 3.30-4.3-bianyuan

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

    • 发布日期:2018-05-04
    • 文件大小:4096
    • 提供者:易学习同志
« 1 2 3 4 5 67 8 9 10 11 ... 22 »
搜珍网 www.dssz.com