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

搜索资源列表

  1. 3.Hough

    0下载:
  2. 实现HOUGH变换检测圆的功能 直接运行 效果良好-Achieve HOUGH transform circle detection functionality directly running well
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-11
    • 文件大小:2381404
    • 提供者:apple
  1. opencv_cvHoughCircles_by_my_codes

    0下载:
  2. 该程序将检测圆进行扩展,首先获取感兴趣区,并保存,之后利用opencv提供的cvHoughCircles()对各个ROI区域进行圆检测,并将检测到的结果进行保存,可以运行。-this codes are set to detest circles in your image,you can get several ROI and operate in these ROI by cvHoughCircles()which is provided by opencv.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-09
    • 文件大小:1887283
    • 提供者:岭南
  1. HOUGH-detection-circle-

    0下载:
  2. MATLAB平台下使用HOUGH变换检测圆的算法-Use HOUGH transform circle detection algorithm
  3. 所属分类:Special Effects

    • 发布日期:2017-04-24
    • 文件大小:13480
    • 提供者:单雨嘉
  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. testcirle

    0下载:
  2. 这个文件是基于OpenCV的检测圆的c++程序,效果还不错-This document is based on the detection of OpenCV circle c++ program, the results were good
  3. 所属分类:Special Effects

    • 发布日期:2017-05-06
    • 文件大小:1308889
    • 提供者:童彤
  1. hough_circle

    0下载:
  2. MATLAB中典型的霍夫变换检测圆,非常的经典的案例-MATLAB typical Hough transform circle detection, very classic case
  3. 所属分类:Special Effects

    • 发布日期:2017-03-30
    • 文件大小:1589
    • 提供者:zengxiaofeng
  1. houghcir2

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

    • 发布日期:2017-04-12
    • 文件大小:1432
    • 提供者:顾小北
  1. main_ff

    0下载:
  2. 检测三维胸部图像中脊柱的位置,根据huogh变换检测圆,根据不同层脊柱的位置一致性进行后处理-spine detection based on location and hough transform for a 3D chest images
  3. 所属分类:Special Effects

    • 发布日期:2017-04-13
    • 文件大小:2246
    • 提供者:lee
  1. cvHoughCircles-sorting

    0下载:
  2. cvHoughCircles检测到的圆顺序都是杂乱的,本代码可以实现检测圆的从上到下从左到右的排序-Circles detected by cvHoughCircles can be sorted by this code.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-12
    • 文件大小:789
    • 提供者:richard
  1. huofu_circle

    0下载:
  2. hough检测圆,找到圆心,得到圆心坐标和半径-hough circle detection, to find the center, to get the center coordinates and the radius
  3. 所属分类:Special Effects

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

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

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

    0下载:
  2. 本实验例程为DSP+FPGA之间通信,实现hough变换检测圆的源代码,对于图像处理方面的理解将更为深入。-In this study, routine communications between the DSP+ FPGA, to achieve hough transform circle detection source code, for image processing will be more in-depth understanding.
  3. 所属分类:Other systems

    • 发布日期:2017-06-15
    • 文件大小:22754581
    • 提供者:马忠磊
  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. 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. 特殊检测

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

  1. Hough-detect

    1下载:
  2. 这是一个在VC++环境下的Hough变换检测圆的代码,它能同时检测多个圆,效果较好。-This is a Hough transform circle detection code under VC++ environment, it can simultaneously detect more than one round, the better.
  3. 所属分类:Other systems

    • 发布日期:2017-05-11
    • 文件大小:2328633
    • 提供者:
  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. houghMatlabsource

    0下载:
  2. 该算法介绍的是霍夫检测圆的matlab版本 并且提供了测试图片-The algorithm is introduced in the matlab version of the test circle and provides a test picture
  3. 所属分类:Special Effects

    • 发布日期:2017-05-06
    • 文件大小:1012203
    • 提供者:dd
  1. suijiyuan

    0下载:
  2. 基于圆检测算法检测圆的半径和圆心 已调试可直接运行-Based on the random circle algorithm to detect the radius of the circle and the center has been debugged to run
  3. 所属分类:Special Effects

    • 发布日期:2017-12-14
    • 文件大小:3769
    • 提供者:郑景语
  1. tomatodetection

    0下载:
  2. 检测图像中的番茄和苹果,包含圆检测。matlab适用For the detection of tomato and apple in the given image(For the detection of tomato and apple in the given image)
  3. 所属分类:图形图像处理

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