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

搜索资源列表

  1. circle

    0下载:
  2. 使用MFC工具,创建对话框,使用参数方程,输入圆心坐标,半径,自动生成圆-MFC tools used to create the dialog box, use the parametric equation, enter the center coordinates, radius, and automatic generation of round
  3. 所属分类:GUI Develop

    • 发布日期:2017-05-08
    • 文件大小:1950336
    • 提供者:刘述明
  1. CircleFitByPratt

    0下载:
  2. 本程序用于对图片中的圆进行圆心的检测,并确定圆心的坐标。-to fit the centre of a circle By Pratt
  3. 所属分类:Special Effects

    • 发布日期:2017-04-04
    • 文件大小:2229
    • 提供者:郑嘉颖
  1. Tracking11

    0下载:
  2. 检测圆,运用霍夫变换,边缘检测等方法实现,并输出圆心的坐标-Testing round, the use of Hough transform, edge detection method, and outputs the coordinates of the center
  3. 所属分类:Special Effects

    • 发布日期:2015-04-14
    • 文件大小:7187456
    • 提供者:陈航
  1. Circle_ThreePoint

    0下载:
  2. 计算过空间三点的圆的的半径及法矢量:用户输入空间三个点的三维坐标,自动计算出通过该三点的圆的半径、圆心坐标以及法矢量-The Computation of the radus and normal vector of the circle passing three 3D point
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-15
    • 文件大小:3924068
    • 提供者:niuxj
  1. hough-construct

    0下载:
  2. Hough变换获取靶纸图像子像素级圆心坐标,图象识别-hough construct
  3. 所属分类:Graph Recognize

    • 发布日期:2017-03-24
    • 文件大小:242543
    • 提供者:张毅
  1. circle

    0下载:
  2. 输入任意三个点,可以计算这三个点构成的圆的半径以及圆心坐标-Calculate circle
  3. 所属分类:Algorithm

    • 发布日期:2017-04-01
    • 文件大小:906981
    • 提供者:楠哥
  1. Inside

    0下载:
  2. 输入两个圆的圆心坐标和半径,输出两个圆的交点的个数及坐标-Enter the two circles center coordinates and radius, the output of two circles, the number and coordinates of the intersection
  3. 所属分类:Fractal program

    • 发布日期:2017-03-31
    • 文件大小:212229
    • 提供者:张森
  1. Find_Center_of_circles2

    0下载:
  2. VB.NET获取圆角矩形 能获取一个圆 和圆心坐标 也能获取矩形-VB.NET Get the Rounded Rectangle To obtain the coordinates of a circle and the center of the circle can also obtain the rectangular
  3. 所属分类:matlab

    • 发布日期:2017-04-16
    • 文件大小:483007
    • 提供者:weiyi
  1. LVideoCapture

    1下载:
  2. 圆心识别算法程序,能精确识别圆心坐标和圆的半径,精确度较高-The center identification procedures, to accurately identify the center coordinates
  3. 所属分类:GDI/图象编程

    • 发布日期:2013-08-19
    • 文件大小:374357
    • 提供者:杨帆
  1. Ellipse--lei

    0下载:
  2. 设计一个名为Ellipse表示椭圆的类,其数据成员为圆心坐标和半长轴和半短轴的长度,成员函数包括构造函数、设置数据成员值的函数、计算面积的函数和显示参数的函数。其中构造函数有两个,一个没有参数,将圆心初始化为(0,0),两个半轴的长度设为0;另一个构造函数设置圆心和两个半轴为指定值。-The design called the Ellipse said the class of elliptical members of its data center coordinates and semi-
  3. 所属分类:CSharp

    • 发布日期:2017-03-31
    • 文件大小:922685
    • 提供者:秦润
  1. yuan

    0下载:
  2. 使用matlab编写的根据圆心坐标画圆,且填充颜色-Using Matlab prepared according to the center coordinates of the circle, and fill color
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-06
    • 文件大小:837
    • 提供者:senmiao
  1. yuanhuchabu

    0下载:
  2. 这个程序为经典的圆弧插补程序,可以走直线和弧线,设定好圆心坐标,圆弧的起点坐标和终点坐标,就可以走圆弧,非常简单,适合于初学者练习。-This program for a classic circular interpolation program, you can walk a straight line and arc, and set the center coordinates of the arc starting point coordinates and end coordinat
  3. 所属分类:SCM

    • 发布日期:2017-04-16
    • 文件大小:57842
    • 提供者:王安
  1. hough

    0下载:
  2. 基于hough变换,圆心检测,可达亚像素级别,简单易用,可显示圆心坐标和图像圆心所在位置。解压即可用。main为主程序-Hough transform center detection, with sub-pixel level, easy to use, can display the location of the center coordinates and image the center. Decompression can be used. main main program
  3. 所属分类:2D Graphic

    • 发布日期:2017-12-09
    • 文件大小:3222676
    • 提供者:邹伟
  1. wjy

    1下载:
  2. hough变换检测圆 并且描绘半径和圆心坐标 效果不错-Hough transform to detect circle effect is good
  3. 所属分类:Graph Recognize

    • 发布日期:2014-12-27
    • 文件大小:4000768
    • 提供者:杨飞
  1. Circle2

    0下载:
  2. Matlab圆弧插补程序(显示圆心),完善上个不能无法显示圆弧圆心的缺陷,能够标记圆心,显示圆心坐标-Matlab circular interpolation procedure (display center), the perfect can not can not be displayed in the center of the arc defects, to mark the center of the circle, and display center coordinates
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-23
    • 文件大小:1309
    • 提供者:xiaozhi
  1. 1

    0下载:
  2. :构建一个圆类Circle,其成员为圆心的坐标(x,y)和圆半径r,并设计构造函数(可以赋初值也可以不赋初值),析构函数(可以什么都不做,只打印信息,表示其被调用),设置新值成员函数Set(), 取圆心坐标成员函数GetX()、GetY(),取圆半径成员函数GetR(),打印成员值成员函数Print(),计算圆面积成员函数Area()。并用此类定义长度为10的对象数组,每个对象的圆心的坐标(x,y)和圆半径r由随机数rand()产生,打印每个对象的(x,y)、r和面积;然后将对象数组按照其r值从
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-20
    • 文件大小:9295
    • 提供者:eliizabeth
  1. circle

    0下载:
  2. 已知三点,求过三点的圆的半径,和圆心坐标。若三点在同一直线上或有两点重叠则返回覆盖三点的最小圆半径 开发环境 Matlab-failed to translate
  3. 所属分类:Other systems

    • 发布日期:2017-11-16
    • 文件大小:796
    • 提供者:Jim Do
  1. 1

    0下载:
  2. 基于opencv的圆心坐标提取,我觉得很有用-Based on the opencv center coordinates extraction, I feel very useful
  3. 所属分类:Other systems

    • 发布日期:2017-05-17
    • 文件大小:4172417
    • 提供者:何久帅
  1. point

    0下载:
  2. (1)在二维平面空间上,使用x、y坐标可以确定一个点;确定了圆心坐标和半径后可以确定一个圆。声明一个点类,并使用这个点类的对象为数据成员声明圆类。 (2)设计并测试一个名为Ellipse的椭圆类,其属性为外接矩形的左上角与右下角两个点的坐标,并能计算出椭圆的面积 -(1) in two-dimensional space, using the x, y coordinates of a point can be determined determine the center coord
  3. 所属分类:Other systems

    • 发布日期:2017-05-04
    • 文件大小:1211131
    • 提供者:李光炜
  1. circleacircle

    0下载:
  2. 求出圆和圆的交点的算法,传入两个圆的圆心坐标、两个圆的半径、用于储存结果点集合的数组,返回求出的交点个数-Calculate the intersection circles and circle algorithm, the incoming two circle center coordinates, the radius of the two circles, the set of points to save the results array, return the number of
  3. 所属分类:Algorithm

    • 发布日期:2017-04-13
    • 文件大小:1955
    • 提供者:莫孝俊
« 1 2 3 45 6 7 8 9 10 »
搜珍网 www.dssz.com