CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 搜索资源 - hough 圆

搜索资源列表

  1. 圆检测HOUGH变换的改进算法研究

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

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

    2下载:
  2. hough变换的代码,这个变换可以原来检测直线或圆等图形。-Hough Transform code, can transform the original circular or linear detection, such as graphics.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:3552746
    • 提供者:张婷
  1. HoughCircle

    0下载:
  2. matlab进行霍夫变换检测圆...未使用matlab的源码-matlab for Hough transform to detect circles ... not use the source code matlab
  3. 所属分类:matlab

    • 发布日期:2017-03-27
    • 文件大小:1207
    • 提供者:丽丽
  1. Hough-Circle-Detection

    0下载:
  2. 这个matlab程序通过标准的hough变换,并指定圆半径的情况下,在二值图像中检测圆。-The matlab program through standard hough transform, and specify the radius, the two values in the detection of circular images.
  3. 所属分类:matlab

    • 发布日期:2017-03-24
    • 文件大小:37914
    • 提供者:eddielee
  1. hough-Matlab

    0下载:
  2. 自动检测圆的Matlab源码,有图例示范有源代码演示-Matlab source code automatically detects the circle, there are legends demo model source code
  3. 所属分类:matlab

    • 发布日期:2017-03-24
    • 文件大小:13418
    • 提供者:wu
  1. hough

    2下载:
  2. 对 二值图像进行霍夫变换 找出圆来,即找到圆心和半径,再将圆画出来- houghcircle- takes an edge map image, and performs the Hough transform for finding circles in the image.
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:1161
    • 提供者:huang
  1. Hough_Circle

    1下载:
  2. hough变换实现的图像中圆的检测,适用于计算机视觉初学者,简单容易理解-hough transform circle detection in images, Computer Vision for beginners, simple and easy to understand
  3. 所属分类:matlab

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

    2下载:
  2. hough变换识别直线,识别圆,提取圆心半径-hough transform line identification, identification circle, the radius of the center extraction
  3. 所属分类:matlab例程

    • 发布日期:2013-08-19
    • 文件大小:6250
    • 提供者:武西
  1. CircularHough

    1下载:
  2. 使用hough变换检测圆,程序说明详细,可以检测同心圆-Using the hough transform to detect circles, detailed descr iption of the procedures, can detect the concentric circles
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:115738
    • 提供者:hanyulan
  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-circle-detection

    0下载:
  2. 按照步骤根据hough变换进行圆检测 按照步骤根据hough变换进行圆检测-Follow the steps under the hough transform for circle detection in accordance with the steps under the hough transform circle detection
  3. 所属分类:matlab

    • 发布日期:2017-03-25
    • 文件大小:11349
    • 提供者:
  1. zcx

    1下载:
  2. 对玻璃瓶的彩色图像进行处理,二值化,滤波,增强,阈值分割,边缘检测,Hough圆检测-Color image of the glass, binarization, filtering, enhanced threshold segmentation, edge detection, Hough circle detection
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:34806
    • 提供者:王展
  1. hough

    0下载:
  2. hough2005用于检测圆的半径和圆的位置-hough2005 for detecting Yuan Yuan and the radius of the location
  3. 所属分类:matlab

    • 发布日期:2017-04-11
    • 文件大小:1174
    • 提供者:木阮清
  1. hough

    0下载:
  2. 霍夫变换圆检测MATLAB程序 利用霍夫变换进行圆检测的MATLAB代码,带有详细解释,适合新手-Hough transform circle detection procedure using the Hough transform MATLAB circle detection MATLAB code with detailed explanations, suitable for beginners
  3. 所属分类:matlab

    • 发布日期:2017-04-11
    • 文件大小:1068
    • 提供者:叶影
  1. Desktop

    0下载:
  2. hough圆变换,边缘处理后的图像找圆重新绘制,附有验证图片-hough circle transform, image processing to find the rear edge of the circle is redrawn, with verification image
  3. 所属分类:matlab

    • 发布日期:2017-05-09
    • 文件大小:1727326
    • 提供者:李勇强
  1. Hough

    0下载:
  2. Matlab编写的基于Hough算法的圆检测,可以精确到亚像素,希望对大家有所帮助-Matlab and Hough
  3. 所属分类:matlab

    • 发布日期:2017-05-07
    • 文件大小:1136703
    • 提供者:wayne
  1. hough-circle

    0下载:
  2. opencv 霍夫圆检测 c++实现 编译环境是visual studio 2015-opencv hough circle
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-05-19
    • 文件大小:4999665
    • 提供者:wangshwien
  1. 霍夫圆变换

    1下载:
  2. 可以通过边缘检测等等算法,实现霍夫圆变换(The edge detection algorithm and so on, realize the circle Hough transform)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-14
    • 文件大小:3849
    • 提供者:ytongbai
  1. da

    0下载:
  2. 基于码本(codebook)的背景建模的背景差分法+级联基于LBK或haar的adaboost和基于hog的svm分类器+快速hough圆变换进行人头识别+基于区域特征的目标跟踪算法。(编程) AdaBoost是一种增强性机器学习算法,它用于把弱分类器联合成强分类器;SVM本身就是(Background modeling based on codebook (codebook) background difference method + cascade based on LBK or Haa
  3. 所属分类:matlab例程

    • 发布日期:2018-05-01
    • 文件大小:1024
    • 提供者:神万心
  1. fa(4)

    0下载:
  2. 基于码本(codebook)的背景建模的背景差分法+级联基于LBK或haar的adaboost和基于hog的svm分类器+快速hough圆变换进行人头识别+基于区域特征的目标跟踪算法。(编程)(Background modeling based on codebook (codebook) background difference method + cascade based on LBK or Haar AdaBoost and hog based SVM Classifier + fast
  3. 所属分类:matlab例程

    • 发布日期:2018-05-01
    • 文件大小:1024
    • 提供者:神万心
« 12 3 »
搜珍网 www.dssz.com