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

搜索资源列表

  1. hough-detect

    0下载:
  2. hough变换用来检测圆,代码编写规范,可以通过坐标显示圆的位置。对学习该方面知识有很大帮助-hough transform to detect circles, coding standards, can be shown round by the coordinates of the location. The knowledge of learning helps a lot
  3. 所属分类:Special Effects

    • 发布日期:2017-05-10
    • 文件大小:2440175
    • 提供者:高旭超
  1. houghT-circles-matlab

    0下载:
  2. hough变换检测圆,里面有样例图片和报告解释。其中circle_dec.m在matlab中直接调用可以运行。-Using Hough Transform to detect circles.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-25
    • 文件大小:414542
    • 提供者:zxx
  1. Hough-change-detection.gh

    0下载:
  2. 采用两个步骤的Hough变换就能实现对圆的视觉检测-Two steps to achieve Hough change
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:349427
    • 提供者:lifei
  1. hough

    0下载:
  2. hough 变换圆检测的程序,自己编写的认为效果还可以。-Some of program about Hough transform round of testing .
  3. 所属分类:Special Effects

    • 发布日期:2017-04-01
    • 文件大小:17565
    • 提供者:amanda
  1. hough-detect-circle

    0下载:
  2. 基于hough变换检测圆,用于图像处理,有循环,打印出半径和圆心-base on hough detect circle
  3. 所属分类:Special Effects

    • 发布日期:2017-04-02
    • 文件大小:17974
    • 提供者:张科伟
  1. hough

    0下载:
  2. 利用hough变换识别一定半径内的圆,非常好用,简单易懂-Identification of Hough transform circle
  3. 所属分类:Special Effects

    • 发布日期:2017-04-16
    • 文件大小:23367
    • 提供者:笃定
  1. random-hough-transform

    1下载:
  2. 利用随机霍夫变换进行圆的检测,matlab编写-Randomized Hough transform for circle detection, Matlab prepared
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2016-05-29
    • 文件大小:10808
    • 提供者:小智
  1. matlab-hough

    0下载:
  2. 基于MATLAB识别图片中直线和圆并标记-Based on the MATLAB identification picture lines and circles and mark
  3. 所属分类:Graph Recognize

    • 发布日期:2017-03-24
    • 文件大小:955
    • 提供者:李欣培
  1. Hough-transform

    0下载:
  2. 黄永林等人首先通过压缩参量空间, 进行Hough变换, 得到粗尺度的圆的3个特征值。利用得到的特征值, 考虑一定放宽范围内, 通过控制参量空间大小, 再次进行Hough变换得到圆检测的精确值。-Huang Yonglin, who first of all by the compression parameter space for Hough transform to obtain the coarse-scale round of the three eigenvalues. The cha
  3. 所属分类:Special Effects

    • 发布日期:2017-05-03
    • 文件大小:1160154
    • 提供者:朱磊
  1. hough

    0下载:
  2. 实现霍夫曼圆变换,用于计算机视觉以及图像分割,找出图像中的圆形-Huffman circle transform for computer vision and image segmentation to identify a circular image
  3. 所属分类:Special Effects

    • 发布日期:2017-11-07
    • 文件大小:4782290
    • 提供者:liulu
  1. opencv-codes-of-Hough

    0下载:
  2. C语言环境下 opencv中的 利用Hough变换检测圆 把后缀改为word即可-opencv codes of Hough
  3. 所属分类:Other systems

    • 发布日期:2017-11-03
    • 文件大小:52224
    • 提供者:kzx
  1. hough

    0下载:
  2. 这是检测圆的霍夫算法程序,用C++编写,需要的下载-hough transform to detect the circle
  3. 所属分类:Special Effects

    • 发布日期:2017-11-24
    • 文件大小:1579
    • 提供者:王阳
  1. hough

    0下载:
  2. hough圆拟合,由一些离散的点,根据hough原理得到最相近的圆。-hough circle fitting, by some discrete points, according to the the hough principle closest circle.
  3. 所属分类:Special Effects

    • 发布日期:2017-11-23
    • 文件大小:4820
    • 提供者:wang qing
  1. Hough-transform-to-get-circle

    0下载:
  2. 用HOUGH变换在彩色图片中找圆,目前参数只能找到比较标准的圆-to find cirle in a color picture with HOUGH transform
  3. 所属分类:OpenCV

    • 发布日期:2017-11-11
    • 文件大小:17666307
    • 提供者:李先生
  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. 利用霍夫变换原理求解圆环的圆心,以及半径-The Hough transform principle solving Rings center of the circle, as well as the radius
  3. 所属分类:Other systems

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

    0下载:
  2. 本程序能够用hongh变换实现对圆的识别,先进行滤波再进行识别。-This procedure can be used to achieve identification of circular hongh transformation, first be filtered and then identify.
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-19
    • 文件大小:768
    • 提供者:龙魂
  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

    0下载:
  2. 基于VC++的图像处理,计算阵列圆之间的距离-VC++ based image processing, calculating the distance between the circular array
  3. 所属分类:Special Effects

    • 发布日期:2017-05-10
    • 文件大小:2261265
    • 提供者:李力
  1. hough

    0下载:
  2. 关于Hough变换的论文和算法设计, 详细描述了如何使用Hough变换提取直线\圆等算法,并提供了加速方法-Papers and on the Hough transform algorithm design, a detailed descr iption of how to use the Hough transform to extract linear \ Yuan and other algorithms, and provides acceleration method
  3. 所属分类:Special Effects

    • 发布日期:2017-05-12
    • 文件大小:2918755
    • 提供者:梁振
« 1 2 3 4 5 6 78 9 10 11 12 ... 20 »
搜珍网 www.dssz.com