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

搜索资源列表

  1. 根据半径计算圆的周长和面积

    0下载:
  2. 《根据半径计算圆的周长和面积》 我是初学者,只能上传一些小的东西。提供给初学C++的朋友使用。-"radius calculated the circumference of a circle and the area" is a beginner I can only upload some small things. For beginners use C friends.
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:880byte
    • 提供者:何琳
  1. 区域填圆

    0下载:
  2. 对mapinfo中选定区域用指定半径的圆填充,计算填充圆的个数,并计算填充圆的面积与区域面积之比-right MapInfo selected regional specified radius of the circle to fill the calculation filled round number, and calculate an area filled with a round of the regional area ratio
  3. 所属分类:GIS编程

    • 发布日期:2008-10-13
    • 文件大小:162.88kb
    • 提供者:黄晓曼
  1. houghGUI

    0下载:
  2. 一个交互式程序,利用Hough变换检测圆。允许人工选择圆半径。
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:12.01kb
    • 提供者:major
  1. Circle

    0下载:
  2. 圆排列问题 圆排列问题 « 问题描述: n个半径不等的圆紧密排成一行,设计一个算法,使得这n个圆所排的长度最短。 « 编程任务: 对于给定的n和圆半径a[1:n],输出一个最优的圆排列方案。 方法:回溯法
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:1.95kb
    • 提供者:guya
  1. ComputerVision

    0下载:
  2. 本文讨论了2D图像像点属性划分原理,实现一个2D图像生成与像点属性划分系统,本系统可以对给定的正方形边长和圆半径生成2D图像,并对鼠标点击的像点进行区域属性的划分。实验结果表明本系统的像点划分结果是正确的。
  3. 所属分类:图形/文字识别

    • 发布日期:2008-10-13
    • 文件大小:237.76kb
    • 提供者:万金油
  1. hough变换 检测圆

    1下载:
  2. 可以检测出圆的圆心坐标和半径
  3. 所属分类:图形图象

    • 发布日期:2009-03-15
    • 文件大小:33.6kb
    • 提供者:sneaper
  1. hough圆变换并显示圆心、半径

    2下载:
  2. 利用VC++6.0和OpenCV1.0进行图像Hough圆变换,在视图中显示检测到的圆心、半径值。
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2010-12-02
    • 文件大小:37.36kb
    • 提供者:qq2216
  1. 03.rar

    0下载:
  2. 给定n个大小不等的圆c1,c2,c3,...,cn,现要将这n个圆排进一个矩形框中,且要求各圆与矩形框的底边相切。圆排列问题要求从n个圆的所有排列中找出有最小长度的圆排列。编程任务:对于给定的n个圆,设计算法,计算n个圆的最佳排列方案,使其长度达到最小。 输入:第一行有1个正整数n (圆的个数1≤n≤20) 接下来的1行有n个数,表示n个圆的半径 输出:将计算出的最小圆排列的长度(保留2位小数) 例如: 输入: 3 1 1 2 输出: 7.66 ,Given n-si
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-28
    • 文件大小:966.29kb
    • 提供者:cj
  1. mytulunsheji

    3下载:
  2. 解析法设计凸轮廓线(包括运动分析和最大压力角以及基圆半径分析)matlab代码-Analytical method designed cam profile (including motion analysis and the maximum pressure angle and the base circle radius analysis) matlab code
  3. 所属分类:Other systems

    • 发布日期:2017-03-29
    • 文件大小:2.17kb
    • 提供者:白川
  1. circle_fit.rar

    1下载:
  2. 毕设,圆拟合程序,使用最小二乘法。 输出圆心,半径。,Picasso, circle fitting procedures set, using least-square method. Output circle, radius.
  3. 所属分类:Special Effects

    • 发布日期:2016-11-20
    • 文件大小:676byte
    • 提供者:duren
  1. Hough

    0下载:
  2. hough变换检测圆的处理,包括对圆心的检测,半径的检测,算法巧妙。-hough transform circle detection, including detection of the center of a circle, the radius of detection, the algorithm skillfully.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-14
    • 文件大小:3.72mb
    • 提供者:zhouwei
  1. Hough-Circle-Detection

    0下载:
  2. 这个matlab程序通过标准的hough变换,并指定圆半径的情况下,在二值图像中检测圆。-The matlab program through standard hough transform, and specify the radius, the two values in the detection of circular images.
  3. 所属分类:matlab

    • 发布日期:2017-03-24
    • 文件大小:37.03kb
    • 提供者:eddielee
  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. CircleUtils

    0下载:
  2. 根据圆半径和圆心坐标,计算圆外一点到圆上的坐标(circle radius , x, y , point)
  3. 所属分类:图形图像处理

    • 发布日期:2017-12-21
    • 文件大小:1kb
    • 提供者:铁路
  1. 齿轮齿数,半径

    2下载:
  2. 检测齿轮的参数,参数包括齿轮的齿数,齿顶圆半径,齿根圆半径。(Number of teeth detected)
  3. 所属分类:其他

    • 发布日期:2017-12-24
    • 文件大小:81kb
    • 提供者:Barack
  1. 内接圆识别与拟合matlab源代码

    0下载:
  2. 用法: I=imread('hand_contour.png'); [R cx cy]=max_inscribed_circle(I) 返回值为圆心坐标cx,cy,半径为R。(Usage: I = imread (' hand_contour. PNG '); [R cx cy]=max_inscribed_circle(I) The return value is center cx, cy, radius R)
  3. 所属分类:其他

    • 发布日期:2017-12-29
    • 文件大小:7.81mb
    • 提供者:widyy
  1. 圆面积

    0下载:
  2. 采用匈牙利法则命名,根据半径求出圆面积,半径保留两位小数,面积保留八位小数,适合初学者。(The Hungarian rule is used to calculate the circle area according to the radius. The radius retains two decimal points, and the area retains eight decimal points, which is suitable for beginners.)
  3. 所属分类:汇编语言

    • 发布日期:2018-01-04
    • 文件大小:170kb
    • 提供者:靡靡未曾
  1. 三点计算半径

    0下载:
  2. 输入三点坐标,就可以计算出圆心坐标和半径。(WO BU ZHI DAO ZENM XIE YINGWEN SHUOMING)
  3. 所属分类:其他

    • 发布日期:2018-04-21
    • 文件大小:5kb
    • 提供者:king77
  1. MATLAB拟合求解圆心和半径

    1下载:
  2. MATLAB拟合求解圆心和半径,通过给定的一系列点的坐标,拟合出最接近的圆(MATLAB fitting for the solution of the center and radius)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2018-05-01
    • 文件大小:2kb
    • 提供者:lai东东
  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
    • 提供者:梦游城市
« 12 3 4 5 6 7 8 9 10 ... 25 »
搜珍网 www.dssz.com