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

搜索资源列表

  1. LanePursue

    0下载:
  2. 利用模板进行道路追踪,并通过最小二乘法对模板追踪的图像进行曲线拟合。计算出曲线方程用于实现道路的识别-use template for road tracking, and through least squares method to trace the template image curve fitting. Calculated curve equation for the path of achieving recognition
  3. 所属分类:图形/文字识别

    • 发布日期:2008-10-13
    • 文件大小:3940
    • 提供者:double_l
  1. MATLABguiApplication

    2下载:
  2. 这个程序的核心是用最小二乘法进行曲线拟合。我把它做成一个简单的GUI界面。顺带附上使用说明。-this procedure is the core of the least-squares method of curve fitting. I made it a simple GUI interface. Incidentally attached use.
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:98875
    • 提供者:Loretta Wu
  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
    • 文件大小:4493407
    • 提供者:
  1. nihe

    0下载:
  2. 最小二乘平面曲线拟合算法,计算最佳拟合曲线-Least squares plane curve fitting algorithm to calculate the best fitting curve
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-01
    • 文件大小:1344
    • 提供者:Sun
  1. final

    0下载:
  2. 直线的最小二乘法拟合,输入一条曲线,经拟合后输出一条直线-The least squares fitting a straight line, enter a curve, by fitting a straight line after the output
  3. 所属分类:Special Effects

    • 发布日期:2017-04-06
    • 文件大小:402213
    • 提供者:高超
  1. curvefitting

    0下载:
  2. 采用最小二乘法的三次多项式对离散数据点进行曲线拟合 -least-squares approximation curve fitting
  3. 所属分类:Graph program

    • 发布日期:2017-03-28
    • 文件大小:12290
    • 提供者:yiyisaxi
  1. VC_leastsquaredemo

    1下载:
  2. 最小二乘法拟合曲线实例,在vc下实现的,也可以直接运行观看效果。-Least squares curve fitting example, in vc to achieve, you can also run directly viewing.
  3. 所属分类:2D Graphic

    • 发布日期:2016-07-18
    • 文件大小:119808
    • 提供者:mxzhou
  1. fitting1

    0下载:
  2. fitting function for data curve fitting using least mean square
  3. 所属分类:Special Effects

    • 发布日期:2017-04-24
    • 文件大小:12811
    • 提供者:boy
  1. curve-fitting

    0下载:
  2. 曲线拟合的最小二乘法在数据采集中的应用,内有一个直线拟合的简单的例子,有代码表示-The least squares curve fitting of the data collection
  3. 所属分类:Special Effects

    • 发布日期:2017-03-26
    • 文件大小:97271
    • 提供者:落笔天外
  1. zuixiaoercheng

    0下载:
  2. 实现了最小二乘曲线拟合,里面是简单的源代码-To achieve a least-squares curve fitting
  3. 所属分类:Fractal program

    • 发布日期:2017-04-02
    • 文件大小:7344
    • 提供者:戴刚
  1. Least-squares-method

    0下载:
  2. 最小二乘法 比较常用的拟合方法 可以拟合直线 曲线-Least squares method is commonly used fitting method can be fitted straight line curve
  3. 所属分类:Special Effects

    • 发布日期:2017-04-02
    • 文件大小:1182
    • 提供者:张剑坤
  1. Least-Square-Fit-

    1下载:
  2. 最 小二乘法通常用于曲线拟合(least squares fitting) 。 这里有拟合圆曲线的公式推导过程和vc 实现。-The least squares method is usually used for curve fitting (least squares fitting). Here is the derivation of the formula of the circular curve fitting and vc achieve.
  3. 所属分类:Special Effects

    • 发布日期:2016-07-18
    • 文件大小:184320
    • 提供者:jimlank
  1. chap3

    0下载:
  2. 介绍了最小二乘法的相关知识原理应 用。。。以及最小二乘法在曲线拟合中的应用-Knowledge of the principle of least squares method application. . . And the least squares method of curve fitting
  3. 所属分类:OpenCV

    • 发布日期:2017-04-02
    • 文件大小:274048
    • 提供者:燕子一舞
  1. CurveFitSet

    0下载:
  2. 曲线拟合算法合集,包括最小二乘法、三次样条插值、Nurbs拟合等,包括过关键点拟合-Curve fitting algorithm collection, including the least squares method, cubic spline interpolation, Nurbs fitting, including key points fitting
  3. 所属分类:Graph program

    • 发布日期:2017-11-29
    • 文件大小:21906
    • 提供者:tangqiwang
  1. Tuboshu

    0下载:
  2. 最小二乘法拟合曲线,对于数据的拟合做法给与了详细解释,本人实验过,很有用。-Least-squares fitting curve fitting approach for the data to give a detailed explanation, I experimented, very useful.
  3. 所属分类:Special Effects

    • 发布日期:2017-12-09
    • 文件大小:1002
    • 提供者:刘飞
  1. zuixiaoerchengfa

    0下载:
  2. 我把它做成一个简单的GUI界面这个程序的核心是用最小二乘法进行曲线拟合。通过界面来操作非常的方便 很实用的-I made it the core of a simple GUI interface of this program is to use the least squares method of curve fitting. Through the interface is very easy to operate very practical
  3. 所属分类:Special Effects

    • 发布日期:2017-04-16
    • 文件大小:99770
    • 提供者:李雷
  1. LeastSquaresfaceFitting

    0下载:
  2. 基于visual c++,可实现图像的曲面拟合, 使用最小二乘方法来拟合曲面方程,得到拟合图像。-Based on visual c++, can realize the image surface fitting, using a least squares method to fit the curve equation, fitting the image.
  3. 所属分类:Special Effects

    • 发布日期:2017-06-09
    • 文件大小:16312360
    • 提供者:李枫
  1. least-squares-curve-fitting

    0下载:
  2. 用最小二乘法进行曲线拟合,代码有注释,方便查看。可以用于实时数据显示和拟合-Using the least squares curve fitting, code comments, convenient viewing. Can be used for real-time data display and fitting
  3. 所属分类:Picture Viewer

    • 发布日期:2017-04-28
    • 文件大小:360818
    • 提供者:周统汉
  1. LSPIA

    2下载:
  2. 代码实现2014 CAD 文章 Progressive and iterative approximation for least squares B-spline curve and surface fitting(The code implementation of Progressive and iterative approximation for least squares B-spline curve and surface fitting)
  3. 所属分类:图形图像处理

    • 发布日期:2020-04-02
    • 文件大小:93184
    • 提供者:鱼仔12138
搜珍网 www.dssz.com