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

搜索资源列表

  1. hough

    0下载:
  2. 基于Hough变换开发的一种较通用的快速圆检测方法-Based on Hough transform is the development of a more general round fast detection method
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:1093
    • 提供者:王彩艳
  1. cvHoughCircles

    0下载:
  2. 霍夫变换的圆检测算法,基于opencv实现,基础算法。-Hough transform circle detection algorithm based on opencv achieve basic algorithm.
  3. 所属分类:OpenCV

    • 发布日期:2017-05-30
    • 文件大小:13128903
    • 提供者:d2fans
  1. Hough_transform

    0下载:
  2. 基于hough变换的人虹眼检测测序。算法精炼。为圆检测程序。-Hough transform based on the human eye detection and sequencing of rainbow. Algorithm for refining. For circle detection program.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-25
    • 文件大小:66545
    • 提供者:高赢
  1. hough_circle

    0下载:
  2. 霍夫变换圆检测 使用sobel算子进行边缘检测,并且完成边缘细化 -edge detection function, nonmax suppression hough transform circle detection
  3. 所属分类:Special Effects

    • 发布日期:2017-04-25
    • 文件大小:67410
    • 提供者:zhiheng zuo
  1. HoughCircles_Detection

    0下载:
  2. 霍夫圆检测程序代码,使用vs2008平台 ,opencv.实现霍夫圆提取-Hough circle detection code, using vs2008 platform, opencv. Extraction achieve Hough circle
  3. 所属分类:OpenCV

    • 发布日期:2017-05-14
    • 文件大小:3388360
    • 提供者:
  1. hough_circle

    0下载:
  2. 这是一份完整的基于hough变换进行圆检测的代码,能正常运行。-This is a complete circle detection based on hough transform the code to run correctly.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-12
    • 文件大小:1258
    • 提供者:程平
  1. CircleDetect

    0下载:
  2. 霍夫变换,圆检测,硬币检测,图片中硬币价格识别,K-mean,高斯滤波,边缘检测,gradient,包括硬币实例图片。自己写的函数,不用toolbox。-hough transform, circle detect, coin detect, coin prize calculate, edge detect, gradient, K-mean, self-define function, no toolbox library.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-11
    • 文件大小:2415717
    • 提供者:Wynne
  1. houghcir2

    0下载:
  2. hough变换圆检测,设置三个阈值,根据三个不同的半径检测圆的边缘-hough transform circle detection
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:1432
    • 提供者:顾小北
  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. circfit

    0下载:
  2. MATLAB 应用程序,可以实现圆检测,有几个例子,非常好用,有图片-MATLAB application, can realize circle detection, there are a few examples, very good, with pictures
  3. 所属分类:Special Effects

    • 发布日期:2017-06-01
    • 文件大小:13623252
    • 提供者:xuedandan
  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. hefuyuan

    0下载:
  2. 使用opencv对图像进行霍夫圆检测,检测速度比一般的快。-Use the image opencv Hough circle detection
  3. 所属分类:Graph Recognize

    • 发布日期:2017-04-12
    • 文件大小:609
    • 提供者:zengliang
  1. Freeman

    0下载:
  2. Freeman链码圆检测,精确检测圆的轮廓-Freeman chain code detection, accurate detection of circular contour
  3. 所属分类:Other systems

    • 发布日期:2017-04-30
    • 文件大小:8121
    • 提供者:陈晨
  1. workTP1PARTIE1453

    0下载:
  2. Matlab 霍夫曼变换圆检测,能求出最大圆半径及坐标-Huffmam transform for circle detection
  3. 所属分类:Special Effects

    • 发布日期:2017-04-12
    • 文件大小:919
    • 提供者:LIU SIYAO
  1. lunkuonihe

    0下载:
  2. 包含hough圆检测和hough直线检测,实现对目标图像的轮廓拟合。-Contains hough circle detection and hough straight line detection, contour fitting of the target image.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-01
    • 文件大小:226124
    • 提供者:安平
  1. circle-detect

    0下载:
  2. 自己写的一个基于opencv轮廓检测之后判断是否为圆的小程序,基本思想是判断矢量点积,速度比较快,检测率对完整的圆检测效果比较好,有遮挡或者其他图形遮盖、穿越的无法检测-Himself wrote a later opencv contour detection based on the judgment whether the circle of small procedures, the basic idea is to determine the vector dot product, f
  3. 所属分类:2D Graphic

    • 发布日期:2017-05-14
    • 文件大小:3265810
    • 提供者:He Hai yu
  1. hough

    1下载:
  2. 霍夫变换圆检测,含有霍夫变换的检测函数以及对一幅图像的完整检测代码-Hough transform circle detection
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-30
    • 文件大小:94695
    • 提供者:张译
  1. 特殊检测

    0下载:
  2. 可以进行许多特殊的检测,如圆,直线,曲线,交点
  3. 所属分类:matlab例程

  1. Q

    1下载:
  2. 本文以室内、外不同空间的人数统计为背景,研究基于图像的人员计数技术,对某时段内进出摄像机视野中指定区域的人数,或指定区域内在景人数进行统计。主要研究内容有以下几点: (1)人员计数方案论证:本文分析对比了不同人员计数算法,研究分析了基于像素、 基于Hough变换的人员计数算法的优缺点。 (2)基于像素统计的人员计数系统实现:①分别采用近似中值背景模型和高斯混合背景模型提取前景图像;②采用基于HSV颜色空间变换的方法对前景中的阴影进行抑制;③用前景像素数除以人数得到一个人的像素平均值,
  3. 所属分类:matlab

    • 发布日期:2017-05-01
    • 文件大小:36449
    • 提供者:rankin
« 1 2 ... 6 7 8 9 10 1112 13 14 15 16 ... 26 »
搜珍网 www.dssz.com