搜索资源列表
Hoschek fit
- hoschek 方法用于曲线拟合 在Hoschekfit 文件中输入数据,拟合曲线段数,拟合误差,最大迭代次数就可以-curve fitting method for the Hoschekfit document input data, the number of curve fitting, fitting error, the largest number of iteration can
曲线拟合
- 曲线拟合算法,JAVA编写,VJ#编译,提供交互式界面,并有多种拟合方式比较-curve fitting algorithms, Java prepared, VJ # compiler, interactive interface, and a variety of more fitting way
曲线拟合c++代码
- 曲线拟合c++代码,在学数值分析(计算方法)的同学可以参考一下-curve fitting c code, the numerical analysis study (calculated), the students can take a look
nurbsCurve
- nurbsCurve这个程序作为曲线拟合使用的.其中要用到OpenGL的某些库-nurbsCurve this procedure as used in curve fitting. Which to use OpenGL some library
LanePursue
- 利用模板进行道路追踪,并通过最小二乘法对模板追踪的图像进行曲线拟合。计算出曲线方程用于实现道路的识别-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
v_fr
- 利用C语言拟合的自由曲线,将12个点以x坐标从小到大,将这12个点以3个点为一组,以二次函数曲线为一来拟合自由曲线。-C language of freedom curve fitting, 12 points to x coordinates from small to large, these 12 points to three points for a group to a quadratic function of a curve to curve fitting freedom.
BoundaryDetectionVc++Res
- 图像处理中的边缘检测以及曲线拟合的结合应用,实现边缘连接和线段拟合源码-image processing edge detection and curve fitting combination of applications, connectivity and edge line fitting FOSS
BSpline_interpolation
- B样条曲线的绘制和插值.MFC 中画图,很精确的实现 拟合数据点-B-spline curve rendering and interpolation. MFC in the drawing, it is precisely the realization of fitting data points
BezierCurves_dshbds
- Bezier curves are the most fundamental curves, used generally in computer graphics and image processing. These curves are mainly used in interpolation, approximation, curve fitting, and object representation. In this article, I will demonstrate, in a
Graph
- 图形学完整课件,包括光栅图形学,图形裁剪,基本几何,二维几何,图形变换,三维几何,几何造型,光照模型,曲线与曲面,曲线拟合与双圆弧逼近,交互技术等。-Graphics complete courseware, including raster graphics, graphic cut, basic geometry, two-dimensional geometry, graph transformation, three-dimensional geometry, geometric mod
Fitting
- 一个很好的图像处理资料,讲解曲线拟合的有关问题,希望能抛砖引玉,大家相互介绍下好用的图像处理方面的书籍,-A good image processing information, to explain curve fitting of the problem, hope to start a discussion, we introduced to each other useful image processing books, thank you
fitting1
- fitting function for data curve fitting using least mean square
curve-fitting
- 曲线拟合的最小二乘法在数据采集中的应用,内有一个直线拟合的简单的例子,有代码表示-The least squares curve fitting of the data collection
MATLAB-Curve-fitting
- 介绍了曲线拟合的基本方法,有很多种不同的介绍,可用于在实际图形显示和拟合中-Describes the basic method of curve fitting, there are many different presentation that can be used in the actual graphics display and fitting
curve-fitting
- 在控制台下利用高斯消元法实现直线拟合,多项式拟合,指数函数拟合,幂函数拟合,大家可以利用它进行二次开发-In the console environment,I using the Gaussian elimination method to achieve linear fitting, polynomial fitting, exponential fitting, fitting power function, we can use it for secondary development
fitted-curve
- 基于最小二乘法的离散点拟合曲线程序,可以拟合直线,圆,二次曲线-Discrete point curve fitting procedure based on the least square method, can be fitting a straight line, circle, two times curve
curve-fitting
- 曲线拟合,随意布点,自动拟合,与点间连线比较-curve fitting
VB--Spline-curve-fitting-program
- Spline曲线拟合的VB源代,根据鼠标的轨迹画出弧线,鼠标在右侧窗体的空白处单击,会留下圆圈,留下一定数量的圆圈后(至少两个)后,点击左上角的“运算曲线”按钮,即可将圆圈圈成线,绘制出图形。-Spline curve fitting VB source code, based on the trajectory of the mouse to draw an arc, a mouse click on a blank form on the right side, will leave the
least-squares-curve-fitting
- 用最小二乘法进行曲线拟合,代码有注释,方便查看。可以用于实时数据显示和拟合-Using the least squares curve fitting, code comments, convenient viewing. Can be used for real-time data display and fitting
Three-spline-curve
- 三次样条曲线拟合,可以将十个离散点拟合成一条曲线,曲线是C2连续。-Three spline curve fitting, you can put the ten discrete points into a curve, the curve is C2 continuous.