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

搜索资源列表

  1. hough

    0下载:
  2. 实现通过大金法二值化,边界提取,直线hough变换检测直线和圆-Implemented by daikin binarization method, boundary extraction, linear hough transform to detect linear and circular
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-05-11
    • 文件大小:2102656
    • 提供者:常迎帅
  1. test1

    0下载:
  2. 输入图片是一系列的圆,通过霍夫变换检测出圆的个数以及圆的轮廓,并标记出来-input a picture with a seires circles. by using huofu trans,it can turn out the number of the circles and draw out the edge of the circles
  3. 所属分类:OpenCV

    • 发布日期:2017-04-27
    • 文件大小:41623
    • 提供者:张昌尧
  1. Hough_cycle

    0下载:
  2. 代码可以实现霍夫圆变换,可以从图像中检测出来圆形线-hough cycle
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-06-09
    • 文件大小:16708823
    • 提供者:fhf
  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. RHT

    0下载:
  2. 基于VC6和OpenCV库函数,利用随机霍夫变换检测图像中圆的MFC程序。-This is a MFC program that using Randomized Hough Transform (RHT) to detect circles image, based on VC6 and OpenCV library.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-26
    • 文件大小:181370
    • 提供者:RenHongye
  1. jiqishijue

    0下载:
  2. 机器视觉作业的文档。包括键盘字符的检测,圆环的提取和拟合计算,颜色的识别鉴定。具体的代码我也有上传的,需要的可以自己搜索的。-Machine vision operation documents. Including keyboard characters of detection and circle fitting calculation, and the extraction of color identification of. Specific code I have uploaded
  3. 所属分类:Project Design

    • 发布日期:2017-05-13
    • 文件大小:2799836
    • 提供者:sunpeng
  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. video2lcd_opencv2

    0下载:
  2. 硬件为友善之臂的smart210开发板,项目是实现摄像头采集图像经过opencv处理,检测出椭圆或圆,然后在LCD(S70)上显示,椭圆算法是基于opencv的轮廓检测和最小二乘拟合,并在算法中加入了一些条件滤除不是椭圆的轮廓,经测试,精度较好-Hardware is a friendly arm of smart210 development board, the project is to achieve the camera to capture images after processi
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-27
    • 文件大小:327562
    • 提供者:叶波
  1. Hough

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

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

    0下载:
  2. 基于等照度曲线圆的检测,是目前该领域内最优的识别算法,发表杂志的IF值3.06-Detection based Isolux curve circle, is the best in the field within the current recognition algorithm, published in the journal IF value of 3.06
  3. 所属分类:File Formats

    • 发布日期:2017-05-03
    • 文件大小:578560
    • 提供者:aoke
  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. 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. 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. 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. kongdingwei

    1下载:
  2. labview CCD 圆孔定位 应用于平板电脑螺丝孔检测-labview CCD
  3. 所属分类:LabView

    • 发布日期:2017-05-07
    • 文件大小:1310324
    • 提供者:liming_wang
  1. image_detection

    2下载:
  2. 本程序主要针对工业图像处理中圆角毛刺检测和圆孔异物检测,把检测到的异物标记出来,涉及的技术有形态学运算,GUI界面设计-This procedure is mainly aimed at the industrial image processing in the corner of the burr detection and foreign matter detection, the detection of foreign objects marked out, the technolog
  3. 所属分类:Special Effects

    • 发布日期:2017-05-09
    • 文件大小:1825974
    • 提供者:cuixing
  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 2 ... 20 21 22 23 24 2526 »
搜珍网 www.dssz.com