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

搜索资源列表

  1. cirlc

    0下载:
  2. 一种快速的圆检测方法,可以检测圆。。效果还可以
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:227924
    • 提供者:崔少云
  1. circle111

    0下载:
  2. 一种改进的随机圆检测算法。比起传统方法。。更有优势
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:1465721
    • 提供者:崔少云
  1. hough检测圆

    1下载:
  2. hough检测圆的源代码
  3. 所属分类:Windows编程

    • 发布日期:2009-04-28
    • 文件大小:133607
    • 提供者:sszzxxhh
  1. comres.RAR

    0下载:
  2. 检测圆的Hough变化,速度快 功能强大 比标准的hough检测更加灵活多变,识别率高,Hough circle detection of changes in speed and powerful than the standard detection hough more flexible, agile, high recognition rate
  3. 所属分类:Other systems

    • 发布日期:2017-04-02
    • 文件大小:148642
    • 提供者:fuguocan
  1. Ellipse1

    1下载:
  2. 基于hough变换的快速椭圆检测方法,其中有边缘检测/平滑去噪等-hough ellipse edge
  3. 所属分类:GDI-Bitmap

    • 发布日期:2014-12-25
    • 文件大小:3905567
    • 提供者:ok
  1. HoughTrans

    0下载:
  2. Detect Line and Circle 基于opencv的直线,圆检测 retinex算法用于人脸识别预处理-Opencv-based Detect Line and Circle line, circle detection algorithm for face recognition preprocessing retinex
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-29
    • 文件大小:41993
    • 提供者:彭石
  1. hougcircledetection

    0下载:
  2. 用两种方法实现了圆检测,一种是传统的21HT;另一种是改进的方法,通过加入链表降低时间复杂度-This project realize the detection of circle_like shapes .It contains two methods:one is the classical 21HT,another is the improved algorithm which use the dynamic list arrays in order to reduce the time
  3. 所属分类:Other systems

    • 发布日期:2017-04-10
    • 文件大小:1894891
    • 提供者:闵巍庆
  1. ymm1

    0下载:
  2. 所属分类:Other windows programs

    • 发布日期:2017-05-10
    • 文件大小:2232477
    • 提供者:姚明明
  1. Hough

    0下载:
  2. Hough变换是图像处理中从图像中识别几何形状的基本方法之一。Hough变换的基本原理在于利用点与线的对偶性,将原始图像空间的给定的曲线通过曲线表达形式变为参数空间的一个点。这样就把原始图像中给定曲线的检测问题转化为寻找参数空间中的峰值问题。也即把检测整体特性转化为检测局部特性。比如直线、椭圆、圆、弧线等。 -Hough transform image processing image recognition from the basic geometry of one of the me
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-03-28
    • 文件大小:24258
    • 提供者:王超
  1. linecircle

    0下载:
  2. 可以实现直线和圆检测 检测的结果又一定的误差-Straight line and circle detection can be achieved test results has some error
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-01
    • 文件大小:721359
    • 提供者:战语
  1. HOUGH

    0下载:
  2. HOUGH变换圆检测,可同时检测多个圆;对了解HOUGH变换很有帮助-HOUGH transform circle detection, can simultaneously detect multiple round
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-04
    • 文件大小:107927
    • 提供者:
  1. Mfassthoughcca

    0下载:
  2. Hough变换快速实现多圆检测的的算法。没有使用循环,但内存需求大。 -Hough transform fast multi-circle detection algorithm. Do not use the cycle, but the memory requirements.
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-19
    • 文件大小:890
    • 提供者:门槛
  1. circleDetection

    0下载:
  2. circle detection 使用OPENCV进行快速圆检测,鲁棒性好-circle detection
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-07
    • 文件大小:409307
    • 提供者:chu
  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. Freeman

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

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

    0下载:
  2. 将图片进行高斯低通滤波法进行滤波处理,霍夫圆检测原理识别图片中的圆(The picture is filtered by Gauss low-pass filtering, and the Huo Fuyuan detection principle identifies the circle in the picture)
  3. 所属分类:其他

    • 发布日期:2017-12-28
    • 文件大小:1024
    • 提供者:jiangtingting
  1. 159.cpp

    0下载:
  2. 能识别多张图片中圆形轮廓的形状,可以快速识别比一般的Hough 圆检测快。(Recognizes the shape of a circular outline in multiple pictures to quickly identify faster detection than the average Hough circle.)
  3. 所属分类:其他

  1. test_detectCircle

    0下载:
  2. 运用最小二乘法、几何中心法等等来实现圆检测功能(Using the least square method, the geometric center method and so on to realize the circle detection function)
  3. 所属分类:其他

    • 发布日期:2018-01-01
    • 文件大小:1024
    • 提供者:Twinkle_wang
  1. hough检测圆

    0下载:
  2. 机器视觉检测圆程序,基于opencv的vs开发环境下的圆检测程序(Machine vision detection circle program, based on opencv development environment of circle detection program)
  3. 所属分类:Windows编程

    • 发布日期:2018-04-20
    • 文件大小:15674368
    • 提供者:mmmmmmmmmmmmmmm
  1. 霍夫变换找圆

    0下载:
  2. 此代码为霍夫变换找圆,检测提取圆,可以通过单片机验证(This code for the Huff transform find a circle, detection extraction circle, can be verified by the microcontroller)
  3. 所属分类:其他

    • 发布日期:2018-04-22
    • 文件大小:720896
    • 提供者:catheriine
« 12 3 4 »
搜珍网 www.dssz.com