搜索资源列表
最小二乘法直线拟合 用VC实现的
- 一个基于VC的最小二乘法直线拟合,很有用哦-a VC-based linear least squares fitting method, useful oh
最小二乘法拟合
- 输入几个点的横坐标和纵坐标,用最小二乘法拟合出直线(类似y=ax+b).并把这个方程计算并显示出来。
最小二成法拟和直线函数
- 根据最小二乘法由一组点拟合一条直线-by the least squares method based on a group fitting a linear point
最小二乘法直线拟合
- 基于最小二乘原理的直线拟合程序-based on the principle of linear least squares fitting procedure
最小二乘法直线拟核源代码
- 图像处理源代码,介绍了利用最小二乘法对BMP图像进行直线拟合的方法-image processing source code, introduced to the use of least squares to BMP images linear fitting method
fit_line
- //最小二乘法直线拟合 m_FoldList为关键点(x,y)的链表 拟合直线方程(Y=kX+b) -//linear least squares fitting m_FoldList as the key point (x, y) of Chain fitting linear equation (Y = C/56 b)
直线度检测
- 用最小二乘法拟合出机床导轨运动时的直线,从而可以对机床导轨的直线度误差进行检测- Fits time the engine bed guide rail movement with least squares method the straight line, thus may carry on to the engine bed guide rail straight dimension error examines
最小二乘法直线拟合 用VC实现的
- 一个基于VC的最小二乘法直线拟合,很有用哦-a VC-based linear least squares fitting method, useful oh
最小二乘法直线拟合程序
- 此程序为vc程序源代码,而且是多项式拟合程序,具体做法是从一副图上读出离散或连续的点,拟合成直线或曲线。-procedure for vc source code, but is polynomial fitting procedures, the specific approach is a map read out discrete or continuous, straight line or be synthetic curve
最小二乘法直线算法
- 最小二乘法的直线拟合算法,可用各种开发工具实现-linear least squares fitting algorithm can be used to achieve various development tools
line2
- 最小二乘法直线拟合算法,用VC写的,比较容易看懂的-Linear least squares fitting algorithm, written using VC, it was relatively easy to understand the
Write
- 数值计算,最小二乘法直线拟合程序 -Numerical calculation, linear least squares fitting procedure
Debug
- 最小二乘法直线拟合程序 最小二乘法直线拟合程序-Linear least squares fitting procedure fitting a straight line least squares procedure
1111
- 最小二乘法直线拟合 最小二乘法直线拟合-Linear least squares fitting a straight line least squares fitting
cvfitline
- 直线拟合。给定1D,2D,3D点对,就能通过程序实现点对的最小二乘法直线拟合。-fitline
12jj
- 最小二乘法直线拟合在matlab的应用 -Least Squares Linear Fitting
nihe
- .NET与Matlab结合 —— 最小二乘法直线拟合(C#)-. NET integration with Matlab- least squares fitting a straight line (C#)
最小二乘法直线拟合-用VC实现的
- 一个基于VC的最小二乘法直线拟合,很有用哦-a VC-based linear least squares fitting method, useful oh
最小二乘法拟合直线程序和软件
- 最小二乘法拟合直线程序,Least square method of fitting linear program(Least square method of fitting linear program)
最小二乘法分段直线拟合
- 曲线拟合是图像分析中非常重要的描述符号。最常用的曲线拟合方法是最小二乘法,然而一般的最小二乘法有一定的局限性,已经有不少学者对其进行了一些改进。进一步对最小二乘法进行改进,提出一种新的分段直线拟合算法来代替多项式曲线拟合,以达到简化数学模型的建立和减少计算的目的,使其能够更好地对点序列进行拟合。(Curve fitting is a very important descr iptor in image analysis,the mos