搜索资源列表
-
0下载:
利用模板进行道路追踪,并通过最小二乘法对模板追踪的图像进行曲线拟合。计算出曲线方程用于实现道路的识别-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
-
-
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.
-
-
1下载:
基本图形的生成与填充VC源码。实现了:
1,点与直线生成算法(数值微分法(DDA算法),中点画线法,Bresenham画线法)。
2,圆的生成算法(中点画圆算法,Bresenham画圆算法)。
3,椭圆生成算法。
4,区域填充(种子填充算法,扫描线填充算法)。
5,汉字的显示技术。
6,曲线的生成(最小二乘直线拟合,三次Bezier直线生成,任意次Bezier直线生成 )。-Basic graphics generation and fill VC source. Rea
-
-
0下载:
最小二乘平面曲线拟合算法,计算最佳拟合曲线-Least squares plane curve fitting algorithm to calculate the best fitting curve
-
-
0下载:
直线的最小二乘法拟合,输入一条曲线,经拟合后输出一条直线-The least squares fitting a straight line, enter a curve, by fitting a straight line after the output
-
-
0下载:
采用最小二乘法的三次多项式对离散数据点进行曲线拟合 -least-squares approximation curve fitting
-
-
1下载:
最小二乘法拟合曲线实例,在vc下实现的,也可以直接运行观看效果。-Least squares curve fitting example, in vc to achieve, you can also run directly viewing.
-
-
0下载:
fitting function for data curve fitting using least mean square
-
-
0下载:
曲线拟合的最小二乘法在数据采集中的应用,内有一个直线拟合的简单的例子,有代码表示-The least squares curve fitting of the data collection
-
-
0下载:
实现了最小二乘曲线拟合,里面是简单的源代码-To achieve a least-squares curve fitting
-
-
0下载:
最小二乘法 比较常用的拟合方法 可以拟合直线 曲线-Least squares method is commonly used fitting method can be fitted straight line curve
-
-
1下载:
最
小二乘法通常用于曲线拟合(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.
-
-
0下载:
介绍了最小二乘法的相关知识原理应 用。。。以及最小二乘法在曲线拟合中的应用-Knowledge of the principle of least squares method application. . . And the least squares method of curve fitting
-
-
0下载:
曲线拟合算法合集,包括最小二乘法、三次样条插值、Nurbs拟合等,包括过关键点拟合-Curve fitting algorithm collection, including the least squares method, cubic spline interpolation, Nurbs fitting, including key points fitting
-
-
0下载:
最小二乘法拟合曲线,对于数据的拟合做法给与了详细解释,本人实验过,很有用。-Least-squares fitting curve fitting approach for the data to give a detailed explanation, I experimented, very useful.
-
-
0下载:
我把它做成一个简单的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
-
-
0下载:
基于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.
-
-
0下载:
用最小二乘法进行曲线拟合,代码有注释,方便查看。可以用于实时数据显示和拟合-Using the least squares curve fitting, code comments, convenient viewing. Can be used for real-time data display and fitting
-
-
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)
-