CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 图形图象 搜索资源 - 找圆

搜索资源列表

  1. CGMEC013395

    0下载:
  2. 最小覆盖圆,很多点,然后找一个最小覆盖他们这些点的圆,有算法。-coverage of the smallest circle, many of the points, and then look for a minimum coverage of these points they won, algorithm.
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:150.85kb
    • 提供者:萧飞
  1. include

    0下载:
  2. 实现圆周阵列,将圆阵列成8份,一个大圆上找出8个等份点,在这8个等份点上画小圆。
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:4.29kb
    • 提供者:huzhizhao
  1. hough2

    0下载:
  2. hough变换中,进行了hough变换,峰值检测,找非零点,找到相关像素后,还要执行这个操作,才能实现功能-hough transform for the hough transform, peak detection, to find non-zero, after finding the relevant pixel, but also the implementation of this operation, to achieve functional
  3. 所属分类:Special Effects

    • 发布日期:2017-03-30
    • 文件大小:2.18kb
    • 提供者:llp
  1. circles

    0下载:
  2. 这段程序利用 Hough 变换在灰度图像中找圆 ,并可进而给出圆心和半径-The function cvHoughCircles finds circles in grayscale image using some modification of Hough transform.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-10
    • 文件大小:598byte
    • 提供者:李昊
  1. Opencvfindellipse

    0下载:
  2. 可以找出彩色图中的椭圆轮廓,可以用在模式识别,工件检查方面-Color chart can be found in the oval contour, can be used in pattern recognition, parts inspection
  3. 所属分类:Special Effects

    • 发布日期:2017-04-10
    • 文件大小:1.02mb
    • 提供者:付宇
  1. opencv17

    0下载:
  2. opencv霍夫圆变换,在灰度图中找圆序列-opencv Hough circle transform, looking round in the sequence in grayscale
  3. 所属分类:OpenCV

    • 发布日期:2017-03-25
    • 文件大小:1.49kb
    • 提供者:郭攀
  1. Hough-transform-to-get-circle

    0下载:
  2. 用HOUGH变换在彩色图片中找圆,目前参数只能找到比较标准的圆-to find cirle in a color picture with HOUGH transform
  3. 所属分类:OpenCV

    • 发布日期:2017-11-11
    • 文件大小:16.85mb
    • 提供者:李先生
  1. find_circle

    3下载:
  2. 基于Halcon 10编写的找圆边缘的算法 内置集成找圆过程-To find the edge of the circle algorithm based on Halcon 10 writing Built-in integration for circular process
  3. 所属分类:Special Effects

    • 发布日期:2017-03-21
    • 文件大小:66.15kb
    • 提供者:訏世
  1. houghtest

    0下载:
  2. opencv3.0霍夫变换找直线,找圆,直接在视频状态下进行实时找直线,找圆-显示以下内容的翻译: opencv 3.0霍夫变换找直线,找圆,直接在视频状态下进行实时找直线,找圆 仍然翻译: opencv3.0霍夫变换找直线,找圆,直接在视频状态下进行实时找直线,找圆 opencv 3.0 Hough transform to find a straight line, find circle。 at the video state directly in real time to fi
  3. 所属分类:OpenCV

    • 发布日期:2017-05-03
    • 文件大小:505.04kb
    • 提供者:wangbin
  1. work

    0下载:
  2. 霍夫圆变换找圆并标记所有圆霍夫圆变换已写成库-find round using Hough circle transform
  3. 所属分类:Graph Recognize

    • 发布日期:2017-04-29
    • 文件大小:24.92kb
    • 提供者:zhaoshijie
  1. Classify

    0下载:
  2. huogh 找圆程序源代码,利用霍夫变换可以做到图片中的圆形,并且标出坐标-find circles
  3. 所属分类:Special Effects

    • 发布日期:2017-04-12
    • 文件大小:1.03kb
    • 提供者:xuwang
  1. radius_of_circle

    0下载:
  2. Halcon 算子,带图片,找圆,测量半径直径-Halcon Example,To find a circle in Picture and measure the radius of the circle
  3. 所属分类:Special Effects

    • 发布日期:2017-05-04
    • 文件大小:48.58kb
    • 提供者:pangwei
  1. find-the-center-point

    0下载:
  2. 用OPENCV编写的,通过扫描四个点找圆到心-Scanning the four points to find the center point
  3. 所属分类:OpenCV

    • 发布日期:2017-05-21
    • 文件大小:5.59mb
    • 提供者:cong
  1. jiqishijue

    0下载:
  2. 使用python和opencv2,进行图像滤波、霍夫变换处理,找出图中所有圆并画出,适合刚开始接触视觉编程的人学习参照(Find circles by python, cv2)
  3. 所属分类:图形图像处理

    • 发布日期:2017-12-23
    • 文件大小:373kb
    • 提供者:cc10086
  1. hough

    0下载:
  2. hough变换找圆源码程序,保证能运行hough变换找圆源码程序,保证能运行(Hough transform to find the circle source program)
  3. 所属分类:OpenCV

    • 发布日期:2018-01-05
    • 文件大小:3.36mb
    • 提供者:辉之蓝
  1. FoundCircle

    0下载:
  2. 一个在真实环境下找圆的程序,可以适应环境不是太为理想的环境。(A program to find a circle in a real environment can adapt to the environment that is not so ideal.)
  3. 所属分类:图形/文字识别

  1. hough_circle

    0下载:
  2. 利用霍夫变换实现找圆,并标出圆心位置及半径。(realize circle find using Hof transform)
  3. 所属分类:图形图像处理

    • 发布日期:2018-01-09
    • 文件大小:1kb
    • 提供者:@怪咖
  1. 找圆心坐标

    1下载:
  2. 图像拟合圆并标记圆心坐标,有需要的同志可以参考(The image is fitted to the circle and the center coordinates are marked)
  3. 所属分类:图形图像处理

    • 发布日期:2018-04-22
    • 文件大小:978kb
    • 提供者:ARM
  1. 最小二乘法圆拟合方法1

    1下载:
  2. 通过对图像中值滤波处理,二值化,边缘查询,找出图像中源所有的边缘像素点,然后利用最小二乘法对这些边缘点进行找圆,计算出圆的坐标和半径。(By means of median filtering, binarization and edge query, all edge pixels in the image source are found, and then the least square method is used to find the circles of these edge p
  3. 所属分类:OpenCV

    • 发布日期:2020-11-06
    • 文件大小:4kb
    • 提供者:梦游城市
  1. findcircle

    0下载:
  2. 简单的Halcon 找圆算法,首先进行圆检测(识别圆、圆拟合),再找出坐标位置(A simple Halcon algorithm for finding circles firstly conducts circle detection (identifying circle and circle fitting), and then finds the coordinate position)
  3. 所属分类:图形图象

    • 发布日期:2020-02-01
    • 文件大小:1kb
    • 提供者:仲Kai
« 12 »
搜珍网 www.dssz.com