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

搜索资源列表

  1. hough

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

    • 发布日期:2008-10-13
    • 文件大小:1070
    • 提供者:liu shuang
  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

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

    • 发布日期:2014-01-20
    • 文件大小:98515
    • 提供者:隋航
  1. hough变换 检测圆

    1下载:
  2. 可以检测出圆的圆心坐标和半径
  3. 所属分类:图形图象

    • 发布日期:2009-03-15
    • 文件大小:34410
    • 提供者:sneaper
  1. 完整的虹膜内外圆定位的代码

    1下载:
  2. 完整的虹膜内外圆定位的代码,利用边缘检测,Hough变换定位虹膜,我运行过了,程序完整无误。
  3. 所属分类:源码下载

    • 发布日期:2011-04-05
    • 文件大小:9177
    • 提供者:zxxdyy
  1. Hough变换 图像的形状检测

    6下载:
  2. hough变换,用于直线和圆,椭圆的检测,很实用,hough transform for line and circle, ellipse detection, it is practical
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2016-04-27
    • 文件大小:12263
    • 提供者:郑海珍
  1. Hough-circle

    0下载:
  2. VC++下基于Hough变换的检测圆的代码,能同时检测多个圆,效果很好-VC++ Detection Based on Hough Transform round code, can detect more than a round, very good
  3. 所属分类:Special Effects

    • 发布日期:2017-04-09
    • 文件大小:1959621
    • 提供者:王军
  1. CircularHough_Grd

    0下载:
  2. 使用Hough 变换检测圆,检测线,效果不错-Hough transform circle detection, detection line
  3. 所属分类:Special Effects

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

    0下载:
  2. 实现hough变换检测圆,灰度转换,傅立叶变换-Achieve hough transform to detect circles, gray transformation, Fourier transform
  3. 所属分类:Special Effects

    • 发布日期:2017-05-15
    • 文件大小:3916355
    • 提供者:dezhaowu
  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. houghtrans

    0下载:
  2. 应用 hough变换检测圆 进而进行其他操作-Hough transform to detect circles and then applied to other operations
  3. 所属分类:Special Effects

    • 发布日期:2017-04-01
    • 文件大小:2121
    • 提供者:董海川
  1. Hough

    0下载:
  2. vs2008环境下,hough圆检测算法,编译通过,可以直接用。-vs2008 environment, hough circle detection algorithm, compile, can be directly used.
  3. 所属分类:OpenCV

    • 发布日期:2017-05-06
    • 文件大小:1531647
    • 提供者:yao
  1. hough

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

    • 发布日期:2017-04-10
    • 文件大小:1401058
    • 提供者:王乐
  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-Circle-Detector-master

    0下载:
  2. Hough圆检测,多种检测方法,自己新建一个工程即可,或者make一下-Hough circle
  3. 所属分类:OpenCV

    • 发布日期:2017-04-15
    • 文件大小:7347
    • 提供者:张三
  1. hough

    0下载:
  2. Hough圆检测算法,有详细介绍,可直接使用。-Hough circle detection algorithm, a detailed introduction, can use directly.
  3. 所属分类:Special Effects

    • 发布日期:
    • 文件大小:9613
    • 提供者:柳晓云
  1. 159.cpp

    0下载:
  2. 能识别多张图片中圆形轮廓的形状,可以快速识别比一般的Hough 圆检测快。(Recognizes the shape of a circular outline in multiple pictures to quickly identify faster detection than the average Hough circle.)
  3. 所属分类:其他

  1. houghcircle

    0下载:
  2. hough变换实现圆检测,用户可以根据自己的需要随意改变待处理数据和相关参数(hough transform to realise circle detection)
  3. 所属分类:图形图像处理

  1. 源程序

    0下载:
  2. 利用hough变换检测圆,有RHT,随机hough变换,以及一些改进(Using Hough transform to detect the circle)
  3. 所属分类:图形图像处理

    • 发布日期:2018-05-03
    • 文件大小:154624
    • 提供者:yeerbaby
« 1 2 34 5 6 7 8 9 10 ... 16 »
搜珍网 www.dssz.com