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

搜索资源列表

  1. Hough-tuoyuan

    2下载:
  2. Hough检测直线,圆,椭圆的代码 其中椭圆是用matlab-Hough line detection, round, oval ellipse code which is used Matlab
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:2537
    • 提供者:郭飞
  1. hough-CL

    0下载:
  2. 一种hough变换对圆的检测的算法,经过检测,可以运行。-hough transform a round of the detection algorithm, through testing, can run.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:15606
    • 提供者:小顾
  1. 圆检测HOUGH变换的改进算法研究

    0下载:
  2. 模式识别与人工智能,圆检测HOUGH变换的改进算法
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2014-01-15
    • 文件大小:239072
    • 提供者:llxxhh2002
  1. hough

    1下载:
  2. 用M文件做的hough变换,包括内容canny算子圆检测
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:1070
    • 提供者:liu shuang
  1. hough

    0下载:
  2. 运用Hough算法实现圆的检测 里面是一文本文挡,内含C程序
  3. 所属分类:图形/文字识别

    • 发布日期:2008-10-13
    • 文件大小:1926
    • 提供者:casey1986
  1. Hough

    2下载:
  2. 这是一个在VC++环境下编写的Hough变换检测圆代码,可以同时检测多个圆.
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:61019
    • 提供者:马尚
  1. Hough-matalab

    1下载:
  2. 基于Hough变换的圆检测 -matalab程序,能有效地检测圆曲线,在matalab下运行
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:98691
    • 提供者:哥琴
  1. hough

    3下载:
  2. 霍夫变换是一个非常有用的算法,可以检测直线、圆、椭圆等等,也可以进行边缘连接。
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2014-01-17
    • 文件大小:98464
    • 提供者:格子
  1. Hough

    0下载:
  2. 用霍夫曼方法检测圆,直线!其中更包含了圆的自动生成!
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:9434
    • 提供者:李刚
  1. Hough

    0下载:
  2. 一种随机Hough变换检测圆的改进算法,很好的提高了检测圆的性能
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2014-01-20
    • 文件大小:98515
    • 提供者:隋航
  1. hough--line

    1下载:
  2. Hough变换是图像处理中从图像中识别几何形状的基本方法之一。Hough变换的基本原理在于利用点与线的对偶性,将原始图像空间的给定的曲线通过曲线表达形式变为参数空间的一个点。这样就把原始图像中给定曲线的检测问题转化为寻找参数空间中的峰值问题。也即把检测整体特性转化为检测局部特性。比如直线、椭圆、圆、弧线等-Hough transform is image processing image recognition from the basic geometry of one of the meth
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:148658
    • 提供者:丁海龙
  1. hough-circle

    0下载:
  2. 基于Hough变化的圆检测程序,以及最小二乘法的基本原理-Hough circle detection based on changes in procedures and the basic principle of least squares
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:147517
    • 提供者:sisi
  1. hough

    0下载:
  2. 此程序使用是vc平台结合opencv 实现图像中的圆检测-The circle detection of image
  3. 所属分类:OpenCV

    • 发布日期:2017-04-10
    • 文件大小:1401058
    • 提供者:王乐
  1. Hough-TRANSFORM

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

    • 发布日期:2017-11-18
    • 文件大小:1472
    • 提供者:海纳百川
  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-12
    • 文件大小:710
    • 提供者:Sandy
  1. hough变换源码(直线&圆)

    0下载:
  2. OpenCV中的hough变换源码,里面包括直线以及圆变换提取源代码。(OpenCV transform source code in Hough,Which includes the line and the circle transform, extract the source code)
  3. 所属分类:图形图像处理

    • 发布日期:2017-12-23
    • 文件大小:2048
    • 提供者:Yagamilight
  1. Hough

    1下载:
  2. 这是一个在VC++环境下编写的Hough变换检测圆代码,可以同时检测多个圆(This is a VC++ environment written in Hough transform detection circle code, you can simultaneously detect multiple circles)
  3. 所属分类:图形图象

    • 发布日期:2017-12-21
    • 文件大小:11787264
    • 提供者:yuem
  1. Hough-circle-detection

    0下载:
  2. 使用霍夫圆检测算法,检测图像中的圆形物体。(Detection the round of image using Hough circle.)
  3. 所属分类:图形图像处理

    • 发布日期:2017-12-24
    • 文件大小:44032
    • 提供者:bobby_believe
  1. hough

    0下载:
  2. hough变换找圆源码程序,保证能运行hough变换找圆源码程序,保证能运行(Hough transform to find the circle source program)
  3. 所属分类:OpenCV

    • 发布日期:2018-01-05
    • 文件大小:3526656
    • 提供者:辉之蓝
  1. hough检测圆

    0下载:
  2. 机器视觉检测圆程序,基于opencv的vs开发环境下的圆检测程序(Machine vision detection circle program, based on opencv development environment of circle detection program)
  3. 所属分类:Windows编程

    • 发布日期:2018-04-20
    • 文件大小:15674368
    • 提供者:mmmmmmmmmmmmmmm
« 1 2 34 5 6 7 8 9 10 ... 20 »
搜珍网 www.dssz.com