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

搜索资源列表

  1. hough

    0下载:
  2. 本代码实现hough变换,并且附有文档说明,可供参考。-The code to achieve hough transform and be documented for reference.
  3. 所属分类:Special Effects

    • 发布日期:2017-11-28
    • 文件大小:12701
    • 提供者:李丽
  1. Hough

    0下载:
  2. 用HOUGH检测直线的时候是两个未知量,因为轴半径和相角可以确定一条直 线,在HOUGH域出现累计最大点就可能是原域中的直线。现在回到圆的检测 上来,确定一个圆需要什么:X坐标,Y坐标,半径三个未知量吧,好了,现在, 你做一个三维空间的HOUGH域,以这三个未知量作为三个轴,现在按照一定步长 进行三重循环,在最内层循环是这样的,X,Y 确定,以不同的半径进行搜索,如 果你的X,Y刚好就是实际图像的X,Y处,半径又搜索到实际真实的半径-The HOUGH detect stra
  3. 所属分类:Other systems

    • 发布日期:2017-11-20
    • 文件大小:45582
    • 提供者:chen
  1. Hough

    0下载:
  2. 数字图像处理中,用hough变换检测边缘-Hough transform to detect edge
  3. 所属分类:Special Effects

    • 发布日期:2017-11-24
    • 文件大小:791
    • 提供者:李倩
  1. Hough

    0下载:
  2. 用基本的循环语言实现Hough变换以及用这种方法检测图像中的直线。代码深刻体现了hough变化的思想,便于初学者理会图像处理工具箱中的函数。-The basic cycle language Hough transform as well as a straight line in the image is detected by this method. The code reflects the profound change in the thinking of the hough, th
  3. 所属分类:Special Effects

    • 发布日期:2017-12-01
    • 文件大小:1447
    • 提供者:谢双云
  1. fuzzy-Hough-transform

    0下载:
  2. fuzzy hough transform for trying to detect shapes
  3. 所属分类:matlab

    • 发布日期:2017-11-21
    • 文件大小:372438
    • 提供者:Sajib Saha
  1. hough-line-detection

    0下载:
  2. hough变换 对图像进行直线检测 效果好-hough transform line detection the result is ok
  3. 所属分类:Special Effects

    • 发布日期:2017-11-12
    • 文件大小:163741
    • 提供者:xujin
  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-transform--tilt-adjest

    0下载:
  2. 用matalab编译的hough变换法求图像的倾斜角,很好的程序哦-Compiled using matalab slope Angle of the hough transform method of image, a good program
  3. 所属分类:Special Effects

    • 发布日期:2017-11-10
    • 文件大小:1224
    • 提供者:舒志国
  1. new-hough-transform-tilt-adjest

    0下载:
  2. 新的hough变换方法求图像倾斜角,相比老的方法更加精确-New method of hough transform for image skew Angle,Compared with the old method is more accurate
  3. 所属分类:Special Effects

    • 发布日期:2017-11-06
    • 文件大小:1647
    • 提供者:舒志国
  1. matlab-hough

    0下载:
  2. Matlab hough变换示例及程序,比较实用-Matlab hough transform examples and procedures, more practical
  3. 所属分类:Special Effects

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

    0下载:
  2. 利用霍夫变换原理求解圆环的圆心,以及半径-The Hough transform principle solving Rings center of the circle, as well as the radius
  3. 所属分类:Other systems

    • 发布日期:2017-11-21
    • 文件大小:1031
    • 提供者:杜晓辉
  1. Hough-Line-detection

    0下载:
  2. 基于opencv的Hough线段检测,能有效的检测出图像中的线段-Hough line detection based on opencv can effectively detect image segments
  3. 所属分类:CSharp

    • 发布日期:2017-11-01
    • 文件大小:821106
    • 提供者:吴星怡
  1. hough

    0下载:
  2. 基于霍夫变换的外形检测算法的实现,包括图像读取与显示、彩色图像转化为灰度图、灰度图二值化、膨胀腐蚀、图像轮廓提取、线性图形检测以及椭圆检测-Shape detection algorithm based on Hough transform implementation, including the image read and display color images into grayscale, grayscale binary and expansion corrosion image
  3. 所属分类:Graph Recognize

    • 发布日期:2017-11-10
    • 文件大小:4959444
    • 提供者:chenxin
  1. hough

    0下载:
  2. hough 变换 实现了对图像中直线的检测,同时还实现了其他功能-hough transform to achieve a straight line in the image detection, while still achieving other features
  3. 所属分类:Special Effects

    • 发布日期:2017-12-02
    • 文件大小:98549
    • 提供者:江子巷
  1. hough

    0下载:
  2. vs2010+opencv2.3.1实现的在指定区域内的canny边缘检测+HOUGH变化,实现感兴趣区域内的直线检测-vs2010+opencv2.3.1 to achieve of the the the canny in the the within the the the designated area the edge of detection+HOUGH changes in, to achieve the the the within the of the the straight
  3. 所属分类:OpenCV

    • 发布日期:2017-11-12
    • 文件大小:21331633
    • 提供者:651
  1. Hough

    0下载:
  2. Hough检测直线,圆,椭圆的代码,用hough变换实现圆的检测,能完美检测出图像中的圆、直线和椭圆-Hough detection of straight line, circle, ellipse, code, hough transform circle detection can be perfect in the detected image of circles, lines and ellipses
  3. 所属分类:Special Effects

    • 发布日期:2017-11-25
    • 文件大小:2268
    • 提供者:李文
  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. Hough-TRANSFORM

    0下载:
  2. 用Hough变换检测出图像中圆 -Hough transform detection image circle
  3. 所属分类:Special Effects

    • 发布日期:2017-11-18
    • 文件大小:1472
    • 提供者:海纳百川
  1. hough-trans

    0下载:
  2. Circle find with hough trans
  3. 所属分类:2D Graphic

    • 发布日期:2017-11-09
    • 文件大小:51317
    • 提供者:limtkttl
  1. Hough

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

    • 发布日期:2017-12-04
    • 文件大小:3567018
    • 提供者:ode
« 1 2 ... 23 24 25 26 27 2829 30 31 32 33 ... 50 »
搜珍网 www.dssz.com