CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 最小二乘拟合圆

搜索资源列表

  1. circle_fitting

    1下载:
  2. 能够实现对圆周候选点进行最小二乘拟合,得到拟合圆的圆心坐标及其半径-circumference can be achieved right candidate points least squares fitting, be fitting circle's center coordinates and radius
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:153.09kb
    • 提供者:李巧枝
  1. niheyuan

    1下载:
  2. 最小二乘曲线拟合圆,vc的源代码和推导过程
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:123.78kb
    • 提供者:孟辰
  1. ElliFit.rar

    0下载:
  2. 最小二乘椭圆拟合 for java Least Ellipse Fitting,Least squares ellipse fitting for javaLeast Ellipse Fitting
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-04
    • 文件大小:7.36kb
    • 提供者:殷俊
  1. ellipsefit.rar

    1下载:
  2. MATLAB实现的一种基于最小二乘的椭圆拟合直接算法源代码,Based on MATLAB to achieve a least-squares fitting oval direct algorithm source code
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:1.99kb
    • 提供者:小蔡
  1. cirle1

    2下载:
  2. 二维圆的拟合,非常的好用,算法用的是最小二乘算法-The 2D circle fitting, very easy to use, the algorithm using a least squares algorithm
  3. 所属分类:Algorithm

    • 发布日期:2017-11-08
    • 文件大小:160.35kb
    • 提供者:李辉
  1. Graphics-generation-and-filling

    1下载:
  2. 基本图形的生成与填充VC源码。实现了: 1,点与直线生成算法(数值微分法(DDA算法),中点画线法,Bresenham画线法)。 2,圆的生成算法(中点画圆算法,Bresenham画圆算法)。 3,椭圆生成算法。 4,区域填充(种子填充算法,扫描线填充算法)。 5,汉字的显示技术。 6,曲线的生成(最小二乘直线拟合,三次Bezier直线生成,任意次Bezier直线生成 )。-Basic graphics generation and fill VC source. Rea
  3. 所属分类:Special Effects

    • 发布日期:2017-05-16
    • 文件大小:4.29mb
    • 提供者:
  1. curvefitting

    0下载:
  2. 最小二乘法的曲线拟合检测圆软件,只需点击三个点就可以吧圆拟合出来。-Least squares method of curve fitting software Detect circle, simply click on the three-point circle fitting can let out.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-09
    • 文件大小:2.37mb
    • 提供者:王延海
  1. leituoyuantezhengzidongshibiejiyaxiangsutiqudewanz

    0下载:
  2. 针对视觉检测中高精度、自动化类椭圆图像特征提取的需要,提出一种类椭圆特征自动识别和中心亚像 素定位的完整实现方法。方法中采用基于类椭圆边缘属性对特征区域进行自动识别,采用最小二乘椭圆拟合 精确求取类椭圆亚像素定位中心。实验表明,基于该解决方案,可以实现类椭圆特征的自动识别及椭圆中心的 亚像素定位,定位算法精度较高,鲁棒性强,同时简便易行,不需要人机交互,可以很好地满足视觉检测仪器化 需求。-Vision testing for high-precision, automated
  3. 所属分类:Special Effects

    • 发布日期:2017-04-08
    • 文件大小:176.53kb
    • 提供者:刘镖峰
  1. 79419130ellipse

    1下载:
  2. 本程序是关于最小二乘椭圆拟合的中心定位程序,定位精度较高。-This program is about the least-squares ellipse fitting center locator, positioning accuracy.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-16
    • 文件大小:54.59kb
    • 提供者:谢鲁
  1. constrainedcircle

    1下载:
  2. 研究各种拟合圆的方法,提出了一个圆的代数距离表示法的系数约束条件,在此约束条件下讨论圆的几何特征参数的估计问题,并给出了特征参数在约束条件下的最小二乘估计.实例验证表明,文中算法比一般最小二乘法具有更高的拟合精度. -Various methods of fitting a circle, a circle is proposed algebraic representation of the coefficient of distance constraints, under the co
  3. 所属分类:MPI

    • 发布日期:2017-04-08
    • 文件大小:832byte
    • 提供者:pzg
  1. Desktop

    1下载:
  2. 用matlab实现的最小二乘拟合圆,能输出半斤,圆心坐标,拟合误差-a program for cirfit
  3. 所属分类:MacOS develop

    • 发布日期:2017-05-08
    • 文件大小:1.68mb
    • 提供者:张利群
  1. VCCircleFit

    1下载:
  2. 使用最小二乘对圆进行拟合,有拟合算法和图像-circle fit
  3. 所属分类:Special Effects

    • 发布日期:2017-04-17
    • 文件大小:221.38kb
    • 提供者:王拯洲
  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
    • 文件大小:319.88kb
    • 提供者:叶波
  1. circle-fitting

    1下载:
  2. 基于统计学方法圆拟合曲线,最小二乘圆拟合算法。-Circle Fitting Curve Based on Statistical Method,Least square circle fitting algorithm。
  3. 所属分类:matlab

    • 发布日期:2017-05-14
    • 文件大小:3.16mb
    • 提供者:钟号
  1. nihe

    2下载:
  2. 对实际测得坐标实现圆拟合,前提是几何形状近似圆(The actual measure coordinates are fit to a circle, provided that that geometry approximates the circle)
  3. 所属分类:matlab例程

    • 发布日期:2018-04-30
    • 文件大小:1kb
    • 提供者:尔良
  1. ellipse

    0下载:
  2. 根据离散数据点拟合圆,得到圆心坐标和拟合半径(Fitting the circle according to the discrete data points, the coordinates of the center of the circle and the fitting radius are obtained.)
  3. 所属分类:2D图形编程

    • 发布日期:2019-10-06
    • 文件大小:6kb
    • 提供者:wdf_ciomp
搜珍网 www.dssz.com