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

搜索资源列表

  1. hough

    0下载:
  2. MATLAB代码中hough变换检测直线-Detection Hough transform in MATLAB code line
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:1158
    • 提供者:热潮
  1. Hough-Detect-Line

    0下载:
  2. hough变换检测直线代码在matlab下的运行-hough transformation
  3. 所属分类:Special Effects

    • 发布日期:2017-03-31
    • 文件大小:9776
    • 提供者:zrq
  1. hough

    0下载:
  2. matlab利用hough变换检测直线的程序-matlab use hough transform line detection procedures
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:704
    • 提供者:杨晓
  1. hough-to-detecting-lines

    0下载:
  2. hough变换检测直线matlab代码,对深刻理解hough变换有一定帮助!-hough transform line detection matlab code, on a deep understanding of the hough transform some help!
  3. 所属分类:Special Effects

    • 发布日期:2017-11-18
    • 文件大小:577806
    • 提供者:张星星
  1. hough-change

    0下载:
  2. 利用opencv对图像进行哈夫变换,Hough变换利用图像空间和Hough参数空间的点-线对偶性,把图像空间中的检测问题转换到参数空间。通过在参数空间里进行简单的累加统计,然后在Hough参数空间寻找累加器峰值的方法检测直线。-Opencv use the Hough transform to the image, Hough transformation point- line Duality image space and Hough parameter space to the image
  3. 所属分类:OpenCV

    • 发布日期:2017-11-09
    • 文件大小:9427298
    • 提供者:赵健
  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. Hough

    0下载:
  2. 利用hough变换检测直线,并将检测出来的直线绘制出来。-Hough transform line detection and detected straight line is drawn.
  3. 所属分类:OpenCV

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

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

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

    0下载:
  2. openCV中的代码 有2ROI Hough检测直线 kalman跟踪小球 播放视频 车道线检测工程代码 -openCV code 2ROI Hough kalman and other thing
  3. 所属分类:GDI-Bitmap

    • 发布日期:2015-02-06
    • 文件大小:12550144
    • 提供者:王玉
  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. 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. 霍夫变换检测直线。很好的算法,有助于学习霍夫变换-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 2 3 4 56 7 8 9 10 ... 21 »
搜珍网 www.dssz.com