CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 图形图象 图形图像处理(光照,映射..) 搜索资源 - Hough 半径

搜索资源列表

  1. houghGUI

    0下载:
  2. 一个交互式程序,利用Hough变换检测圆。允许人工选择圆半径。
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:12297
    • 提供者:major
  1. gaijindeHoughyundetection

    2下载:
  2. 一种改进的Hough变换来提取圆心和半径.速度很快效果也不错.要用真彩色位图.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:19425
    • 提供者:张正涛
  1. CircledetectionbasedonrandomHoughtransform

    0下载:
  2. 基于随机Hough变换的圆检测方法,可检测不同位置、半径的圆。
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:94412
    • 提供者:wang gang
  1. hough

    0下载:
  2. 图像处理中经常需要检测圆形状的物体,该程序用霍夫变换可以检测圆的圆心和半径。
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:1330
    • 提供者:yww
  1. hough_circle

    1下载:
  2. 通过hough变换求图像中的圆的参数(圆心坐标和半径)
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:25855
    • 提供者:王常升
  1. hough圆变换并显示圆心、半径

    2下载:
  2. 利用VC++6.0和OpenCV1.0进行图像Hough圆变换,在视图中显示检测到的圆心、半径值。
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2010-12-02
    • 文件大小:38255
    • 提供者:qq2216
  1. Hough

    0下载:
  2. hough变换检测圆的处理,包括对圆心的检测,半径的检测,算法巧妙。-hough transform circle detection, including detection of the center of a circle, the radius of detection, the algorithm skillfully.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-14
    • 文件大小:3895983
    • 提供者:zhouwei
  1. circles

    0下载:
  2. 这段程序利用 Hough 变换在灰度图像中找圆 ,并可进而给出圆心和半径-The function cvHoughCircles finds circles in grayscale image using some modification of Hough transform.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-10
    • 文件大小:598
    • 提供者:李昊
  1. An_Improved_Hough_Transform_Method_for_Circle_Segm

    0下载:
  2. 本文提出了一种基于方向可变滤波器的改进Hough变换方法。该方法首先利用方向可变滤波器检测出图像边缘以及边缘的方向特性,然后基于边缘点及其方向,通过改进的Hough变换得到圆心、半径。最后,将该算法应用于球类对象分割并得到较好的结果。-In this paper, a variable filter based on the direction of improving the method of Hough transform. The direction of the first to us
  3. 所属分类:Special Effects

    • 发布日期:2017-05-03
    • 文件大小:761668
    • 提供者:王浩
  1. hough

    0下载:
  2. 根据园的方程(x-a)×(x-a)+(y-b)×(y-b)=R×R,将参数空间增加到a,b,R三维空间. 常用的hough变换计算量太大,然而随机hough变换虽然计算量相对小点,但是准确率没有前者高.现在使用 一种改进的方法:提取边缘图像,然后边缘跟踪,在边缘曲线上进行hough变换检测圆.-According to Park' s equation (x-a) × (x-a)+ (y-b) × (y-b) = R × R, the parameter space to a,
  3. 所属分类:Special Effects

    • 发布日期:2017-03-28
    • 文件大小:1061
    • 提供者:苏立
  1. Hough

    0下载:
  2. 利用Hough变换实现半径未知的圆形物体的检测-Use Hough transform to achieve a circular radius of an unknown object detection
  3. 所属分类:Special Effects

    • 发布日期:2017-03-28
    • 文件大小:11990
    • 提供者:Beata
  1. circle-detection

    0下载:
  2. 采用hough变换对半径未知的圆进行检测-Using hough transform to detect the circle radius of the unknown
  3. 所属分类:Special Effects

    • 发布日期:2017-03-23
    • 文件大小:1926
    • 提供者:sss
  1. CircularHough

    0下载:
  2. 圆检测程序 基于Hough变化的圆检测程序,包括原点坐标和半径大小-Circult
  3. 所属分类:Special Effects

    • 发布日期:2017-03-30
    • 文件大小:8365
    • 提供者:王凯
  1. Hough_circle

    1下载:
  2. 基于标准Hough变换的圆检测程序,指定半径,在一幅二值图像中进行标准的hough变换-Circle Detection via Standard Hough Transform Find circles with specific radius in a binary image via Standard Hough Transform.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-27
    • 文件大小:8333
    • 提供者:王凯
  1. houghtraslation

    0下载:
  2. 这是一个基于opencv利用霍夫变换检测圆的程序,计算出圆的半径后,在原图上可以画出圆的轨迹-This is based on the use of Hough transform detection opencv program to calculate the radius of the circle, the circle can be drawn on in the artwork track
  3. 所属分类:Special Effects

    • 发布日期:2017-04-04
    • 文件大小:65429
    • 提供者:王乐
  1. hough-detect-circle

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

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

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

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

    0下载:
  2. hough变换提取图像中圆的半径和圆心坐标-hough transform to extract the radius and center
  3. 所属分类:Special Effects

    • 发布日期:2017-04-12
    • 文件大小:2356
    • 提供者:陈建可
  1. hough.tar

    0下载:
  2. Hough算法的matlab实现,可以检测出图像中存在的不同半径的圆-Hough algorithm matlab realize, can detect the presence of different radii of the circles in the image
  3. 所属分类:Special Effects

    • 发布日期:2017-04-11
    • 文件大小:710
    • 提供者:Sandy
  1. finding-circle-with-HOUGH-method-

    0下载:
  2. HOUHG 变换检测圆坐标源代码。,确定一个圆需要:X坐标,Y坐标,半径三个未知量。 做一个三维空间的HOUGH域,以这三个未知量作为三个轴,现在按照一定步长进行三重循环,在最内层循环是这样的,X,Y 确定,以不同的半径进行搜索,如果X,Y刚好就是实际图像的X,Y处,半径又搜索到实际真实的半径,那么是 不是在这个三维空间。-C++ code for finding circle with HOUGH method
  3. 所属分类:Special Effects

    • 发布日期:2017-04-30
    • 文件大小:45557
    • 提供者:王子
« 12 »
搜珍网 www.dssz.com