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

搜索资源列表

  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. MATLAB2

    0下载:
  2. 【matlab编程代做】hough变换检测圆源码程序可以作为参考使用学习-[Matlab programming] hough transform to detect generation to do a round-source program can be used as a reference study
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-24
    • 文件大小:216771
    • 提供者:于工
  1. Hough_transform_line_circle

    0下载:
  2. Hough变换检测图像线、圆,直接可用,Hough变换检测图像线、圆,直接可用-Hough transform for 2D image line and circle detect
  3. 所属分类:2D Graphic

    • 发布日期:2017-03-30
    • 文件大小:2205
    • 提供者:wang jenny
  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. 通过霍夫变换实现图像中,圆的检测,对于初学者有一定的帮助-By Hough transform images, the detection of the circle, there is some help for beginners
  3. 所属分类:Graph program

    • 发布日期:2017-05-09
    • 文件大小:1915655
    • 提供者:魏维娜
  1. hefuyuan

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

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

    0下载:
  2. 检测直线 圆 椭圆 简单实用 实践证明 欢迎下载-Detecting straight round oval proved simple and practical welcome to download
  3. 所属分类:OpenCV

    • 发布日期:2017-05-11
    • 文件大小:2268966
    • 提供者:jiangnan
  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-05-01
    • 文件大小:45557
    • 提供者:王子
  1. WinRAR

    0下载:
  2. 用hough变换检测椭圆,圆等相关文件,大家可以运行试试看-Hough Transform
  3. 所属分类:Special Effects

    • 发布日期:2017-04-13
    • 文件大小:1998
    • 提供者:王文婷
  1. Hough_CircleDetect

    0下载:
  2. 一个关于图像配准方面的小程序,用Hough变换检测圆-A small aspect of image registration procedures for using Hough transform circle detection
  3. 所属分类:Special Effects

    • 发布日期:2017-04-12
    • 文件大小:965
    • 提供者:陈琛
  1. Q

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

    • 发布日期:2017-05-01
    • 文件大小:36449
    • 提供者:rankin
  1. SHT

    0下载:
  2. hough变换检测圆心,对于不连续的圆,在利用hough算法检测圆心坐标和半径,再将圆进行重画,得到完整的圆并显示。-How to measure the center of a circle. You can use hough conversion to make it.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-01
    • 文件大小:39685
    • 提供者:秦晓楠
  1. ceyuan

    0下载:
  2. 这是一个利用hough变换检测圆的的程序,能根据圆心画出圆。-this is a programme detecting circle using hough transform,it can draw the circle according to the center
  3. 所属分类:Special Effects

    • 发布日期:2017-05-04
    • 文件大小:5896
    • 提供者:许三多
  1. 3442146

    0下载:
  2. 国外matlab研究站点下载的hough变换直线及圆检测代码,-Matlab abroad study site to download the hough transform to straight line and circle detection code,
  3. 所属分类:Applications

    • 发布日期:2017-12-15
    • 文件大小:3072
    • 提供者:pkpu&49708
  1. demo2

    0下载:
  2. 本系统先对图像进行相应出来然后检测图像中的圆,并标识出来。(This system first carries out the corresponding image, then detects the circle in the image, and identifies.)
  3. 所属分类:其他

    • 发布日期:2017-12-27
    • 文件大小:504832
    • 提供者:lljasj
  1. 霍夫圆变换

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

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

    0下载:
  2. 基于opencv实现人脸检测用hough变化实现瞳孔识别(Pupil recognition using Hough changes)
  3. 所属分类:OpenCV

    • 发布日期:2017-12-31
    • 文件大小:70656
    • 提供者:雾茫茫
  1. 霍夫线变换综合示例

    1下载:
  2. 利用霍夫变换快速检测直线或圆,但是首先对图像进行边缘检测,霍夫变换输入为边缘二值图像(Hough transform is used to detect straight lines or circles, but first, edge detection is carried out, and Hough transform is used as edge two valued image)
  3. 所属分类:Windows编程

« 1 2 ... 7 8 9 10 11 1213 14 15 16 »
搜珍网 www.dssz.com