搜索资源列表
mls 移动最小二乘法的程序
- 用c++编写的移动最小二乘法的程序
mls
- 产生伪随机噪声的MATLAB程序,在通信系统仿真可以用到-produce pseudo-random noise MATLAB procedures, the communications system simulation can be used
Moving_Least_Squares
- 移动最小二乘MLS是无网格近似的基础,代码为ID,但适用于高维问题-mobile MLS is not the least square grid similar to the basis for the ID code, but applied to the high-dimensional problems
Gold_generator
- 由MLS产生Gold码序列,<通信原理与Matlab仿真>经典范例-MLS generated by Gold code sequences, Communication Theory and Matlab simulation> classic example of
mlssurf.tar
- 基于移动最小二乘(MLS)的表面重建,实现的是SigGraph2004(图形学顶级)会议上“Define Point Set Surfaces”中的思路,强烈推荐给研究表面重建的同行-Based on the Moving Least Squares (MLS) surface reconstruction, realize that SigGraph2004 (Graphics top) meeting on
MLSfinal
- This file contains subroutines for MLS curve fitting problems which have been developed in MATLAB
Movingleastsquaremethodbasedonthecurveandsurfacefi
- 建立了一种基于移动最小二乘(Moving Least-Squares MLS)法的曲线曲 面拟合方法这种方法对传统的最小二乘(LS)法的作了比较大的改进使生成的曲线曲面具 有精度高光滑性好等许多优点详细介绍了移动最小二乘法的原理应用和特点并且给 出了使用移动最小二乘法进行曲线曲面拟合的程序设计流程最后给出了曲线拟合和空间散 乱数据曲面拟合算例将拟合结果与最小二乘拟合结果作了比较分析了MLS 拟合曲线曲 面的光滑性和拟
MovingLeast-SquaresMLS
- 建立了一种基于移动最小二乘(Moving Least-Squares MLS)法的曲线曲 面拟合方法 这种方法对传统的最小二乘(LS)法的作了比较大的改进 使生成的曲线曲面具 有精度高 光滑性好等许多优点 详细介绍了移动最小二乘法的原理 应用和特点 并且给 出了使用移动最小二乘法进行曲线曲面拟合的程序设计流程 最后给出了曲线拟合和空间散 乱数据曲面拟合算例 将拟合结果与最小二乘拟合结果作了比较 分析了 MLS 拟合曲线曲
shape
- 无网格算法 mls形函数 可以用于无网格算法编程运算中-meshless method mls shape function
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
- 移动最小二乘法(MLS)一维matlab计算程序,用于曲线拟合-Moving Least Squares (MLS) one-dimensional calculation matlab program for curve fitting
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