搜索资源列表
mls 移动最小二乘法的程序
- 用c++编写的移动最小二乘法的程序
shape.rar
- 无网格算法 mls形函数 可以用于无网格算法编程运算中,meshless method mls shape function
MovingLeast-SquaresMLS
- 建立了一种基于移动最小二乘(Moving Least-Squares MLS)法的曲线曲 面拟合方法 这种方法对传统的最小二乘(LS)法的作了比较大的改进 使生成的曲线曲面具 有精度高 光滑性好等许多优点 详细介绍了移动最小二乘法的原理 应用和特点 并且给 出了使用移动最小二乘法进行曲线曲面拟合的程序设计流程 最后给出了曲线拟合和空间散 乱数据曲面拟合算例 将拟合结果与最小二乘拟合结果作了比较 分析了 MLS 拟合曲线曲 面的光滑性和拟合质量 表明了该方法的优越性和有效性-W
MLSfinal
- This file contains subroutines for MLS curve fitting problems which have been developed in MATLAB
Movingleastsquaremethodbasedonthecurveandsurfacefi
- 建立了一种基于移动最小二乘(Moving Least-Squares MLS)法的曲线曲 面拟合方法这种方法对传统的最小二乘(LS)法的作了比较大的改进使生成的曲线曲面具 有精度高光滑性好等许多优点详细介绍了移动最小二乘法的原理应用和特点并且给 出了使用移动最小二乘法进行曲线曲面拟合的程序设计流程最后给出了曲线拟合和空间散 乱数据曲面拟合算例将拟合结果与最小二乘拟合结果作了比较分析了MLS 拟合曲线曲 面的光滑性和拟合质量表明了该方法的优越性和有效性-The establis
MLS
- MLS用於3D曲面變型,可算出較為準確的法向量-This method can be used to 3D surface deformation,can figure out more accurate normal vecter
MeshFreeMLS
- MeshFree,MLS,Shape Function-Shape Function Code of MLS
mls
- 这是2006年发表的有关图像变形的一篇文章,效果非常好。-This is 2006, published an article related to image distortion, the effect is very good.
MLS
- 这是一维的最小二乘法的Matlab源程序-This is a one-dimensional source Matlab least square method
111
- MLS代码 实现程序的运行 可用于图像识别-MLS programme
MLS
- MLS论文 关于MLs的论文 有推导过程 可以参考-MLS thesis paper on the MLs can refer to a derivation
MLS
- 移动最小二乘法程序,用MATLAB编写的函数形式,直接可以调用-Moving Least Square Method
MLS
- 基于最小移动二乘算法的图像变形算法,效果非常好-Moving least square algorithm based on the minimum image deformation algorithm, the effect is very good
MLS
- 用C++编写的最小移动二乘车程序,经过简单处理后可以直接移植到所需要的工程计算中-Written in C++, the smallest move two car program, after a simple treatment can be directly transplanted to the required engineering calculations
MLS
- 移动最小二乘法(MLS)一维matlab计算程序,用于曲线拟合-Moving Least Squares (MLS) one-dimensional calculation matlab program for curve fitting
mls
- 带插值的最小二乘拟合,非常好的拟合方法。-MLS method
MLS
- 基于MLS(移动最小二乘),点控制的图形变形- image deformation based on moving square least
MESH-FREE-MLS-SHAPE-FUNCTION
- 无网格法移动最小二乘近似(MLS)型函数计算子程序 -Meshless method moving least square approximation (MLS) type function calculation subroutine
MLS
- matlab代码解决最小二乘法移动算法 一维MLS(Matlab code to solve the least square method, mobile algorithm, one-dimensional MLS)
MLS
- MLS(移动最小二乘) 1.拟合函数的建立不同。这种方法建立拟合函数不是采用传统的多项式或其他函数,而是通过系数向量和基函数来决定在某个x处的值。 2.引入紧支的概念,认为在x处的值y只受到x附近子域内的节点的影响。这个子域称作是x的影响区域,影响区域外的节点对x处的取值没有影响。影响区域内的每个节点对x处的取值的影响是不一样的。所以需要一个权函数来定义每个节点的影响。(MLS (Moving Least Squares) July 25, 2018 15:42:20 blank_downdo