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

搜索资源列表

  1. HPIR1

    1下载:
  2. 最小二乘法拟合曲线的算法-Algorithm gor least square fit curve.
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:1107
    • 提供者:铁旭
  1. IterativeClosestPointMethod

    0下载:
  2. ICP fit points in data to the points in model. Fit with respect to minimize the sum of square errors with the closest model points and data points. Ordinary usage: [R, T] = icp(model,data) INPUT: model - matrix with model points,
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:5385
    • 提供者:阳关
  1. ICP算法

    0下载:
  2. ICP fit points in data to the points in model. Fit with respect to minimize the sum of square errors with the closest model points and data points. Ordinary usage: [R, T] = icp(model,data) INPUT: model - matrix with model points, data - matrix with d
  3. 所属分类:数值算法/人工智能

  1. 采用最小二乘法进行多点平面拟合的算法介绍

    0下载:
  2. 采用最小二乘法进行多点平面拟合的算法介绍。,Least square method for planar multi-point fitting algorithm introduction.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2016-01-25
    • 文件大小:38540
    • 提供者:veilking
  1. fenbunihe

    2下载:
  2. 该程序是基于matlab平台而编成的,解决分布拟合度卡方检验算法-The program is based on and derived from matlab platform to address the distribution of fit chi-square test algorithm
  3. 所属分类:matlab

    • 发布日期:2016-05-31
    • 文件大小:1275
    • 提供者:肖可
  1. least-square-fit

    0下载:
  2. 最小二乘拟合算法C程序,N为拟合点数,T为拟合阶数。-Least-squares fitting algorithm C procedures, N for the fitting points, T for the fitting order.
  3. 所属分类:Algorithm

    • 发布日期:2017-03-24
    • 文件大小:1781
    • 提供者:唐荣
  1. icp111

    0下载:
  2. 对于空间两个点云,利用经典的icp算法进行匹配-ICP fit points in data to the points in model. Fit with respect to minimize the sum of square errors with the closest model points and data points.
  3. 所属分类:Graph program

    • 发布日期:2017-04-14
    • 文件大小:5527
    • 提供者:wangwei
  1. jiyuzuixiaoerchengfagaijindesuijituoyuanjiance

    1下载:
  2. 为了提高数字图像中椭圆检测的效率和准确性,提出了一个基于最小二乘法的改进的随机椭圆检测算法. 该算法随机选取图像中的3 个边缘点,在以这3 个点为中心的窗口内,从边缘点中拟合出可能椭圆,并通过随机选 取的第4 个边缘点来确认可能椭圆. 利用直接最小二乘法椭圆拟合的特性,引入可能椭圆边缘点收集和椭圆重新 拟合的迭代过程来提取最终的椭圆参数. 通过对含有不同噪声的仿真图片和包括残缺椭圆的实际图片的实验表 明,新算法的改进是有效的. 与原算法相比,新算法降低了对参数的依赖性,提高了检测
  3. 所属分类:Special Effects

    • 发布日期:2017-04-02
    • 文件大小:369322
    • 提供者:刘镖峰
  1. p8000

    0下载:
  2. a function called fit least square in mathematics with an excel sheet
  3. 所属分类:matlab

    • 发布日期:2017-04-09
    • 文件大小:6026
    • 提供者:daryoosh
  1. Niheyuan

    0下载:
  2. 本程序基于matlab编写,利用最小二乘法来拟合圆形。-Matlab based on the preparation of this procedure, using the least square method to fit round.
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:1970
    • 提供者:ccc
  1. RANSAC

    0下载:
  2. Explanation to RANSAC Algorithm, useful to fit lines or better least square algorithm.
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-02
    • 文件大小:776579
    • 提供者:stephc_int13
  1. MIMO_capacity_EP1

    0下载:
  2. This program calculates the capacity of MIMO system in IID channel model and plot the graph.The graph is plotted with out least square curve fit.
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:780
    • 提供者:Dinesh Panthy
  1. fit_rayleigh_pdf

    0下载:
  2. fit_rayleigh_pdf - Non Linear Least Squares fit of the Rayleigh distribution. given the samples of the histogram of the samples, finds the distribution parameter that fits the histogram samples.fits data to the probability of the form: p(r)=r*exp(-
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:1624
    • 提供者:resident e
  1. matlab-LSF-Least-Square-Fit

    1下载:
  2. 用matlab实现最小二乘法拟合,函数源代码-matlab LSF Least Square Fit
  3. 所属分类:Special Effects

    • 发布日期:2017-03-26
    • 文件大小:716
    • 提供者:罗艳
  1. lesat-square

    0下载:
  2. 实现对离散数据的最小二乘法拟合,得到多项式表达式-Least squares fit of the discrete data obtained polynomial expression
  3. 所属分类:Console

    • 发布日期:2017-04-02
    • 文件大小:1168
    • 提供者:施金金
  1. Least-squares-Curve-Fit-unit

    1下载:
  2. 最小二乘是由方程式近似的数据点的一组的方式,让你预测中间值,或计算的数据的一些措施。您可能已经通过绘制通过数目的数据点图上绘制的直线近似的趋势线。最小二乘这不只是“装修”,但在数学的方式,最大限度地减少错误,从而导致。我的单元延伸最小二乘从仅仅是一种直线拟合到高阶多项式为更复杂的数据(其中可能有一平方律拟合的物理原因,例如),或更好的匹配的数据。-Least-squares is a way of approximating a set of data points by an equation
  3. 所属分类:Delphi VCL

    • 发布日期:
    • 文件大小:221705
    • 提供者:liu
  1. Least-Square-Fitting-of-Ellipses

    0下载:
  2. this matlab code is a least mean square error method for ellipse fitting that can fit the best ellipse in an image-this matlab code is a least mean square error method for ellipse fitting that can fit the best ellipse in an image
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:16004
    • 提供者:maryam
  1. Algorithm-gor-least-square-fit-curve

    0下载:
  2. 程序中的算法为使用最小二乘法拟合曲线,输入N个数据,可使用该程序拟合出N-1次的曲线函数,输出为函数各项的系数。-Program algorithm using a least squares fit curves N input data, you can use this program to fit the curve function N-1 times the output as a function of the coefficients.
  3. 所属分类:Algorithm

    • 发布日期:2017-05-07
    • 文件大小:1131141
    • 提供者:李源
  1. two-methods-fit-ellipse

    0下载:
  2. 利用最小二乘法将物体的轮廓拟合成椭圆形,返回椭圆的中心坐标,长短半轴的长度,取向,并画出拟合后的椭圆-Using least square method to fit the object outline of synthetic elliptic, return to the center of the ellipse coordinates, the length of the length of the half shaft, orientation, and draw the oval
  3. 所属分类:Special Effects

    • 发布日期:2017-05-07
    • 文件大小:1320624
    • 提供者:韩十一
  1. FIT

    0下载:
  2. PROGRAM LEAST SQUARE METHOD OF CURVE FITTING Y(x)=C1+C2*X+C3*X**2+....+Cm*X**m+1
  3. 所属分类:software engineering

    • 发布日期:2017-04-12
    • 文件大小:955
    • 提供者:laith sabri
« 12 3 »
搜珍网 www.dssz.com