搜索资源列表

  1. LMFnlsq2

    0下载:
  2. Levenberg–Marquardt 算法实现非线性拟合-Levenberg–Marquardt non-linear fitting algorithm
  3. 所属分类:软件工程

    • 发布日期:2024-05-18
    • 文件大小:58368
    • 提供者:框架内
  1. fitzgibbon01c

    0下载:
  2. 医学图像配准,医学图像2D_3D配准,基于vc++开发。-This paper introduces a new method of registering point sets. The registration error is directly minimized using general-purpose nonlinear optimization (the Levenberg-Marquardt algorithm)
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-18
    • 文件大小:353280
    • 提供者:刘坤
  1. LM_Axx_Bx

    0下载:
  2. Levenberg–Marquardt Matlab example: curve fitting A * x^2 + B * x
  3. 所属分类:matlab例程

    • 发布日期:2024-05-18
    • 文件大小:1024
    • 提供者:SonNguyen
  1. LMFnlsq2testPDF

    0下载:
  2. L-M(Levenberg—Marquardt)是一种非线性最优化里面最常用的方法之一,改方法能快速而准确的逼近收敛值。本文简述了改方法的操作原理和具体运用,如可以方便的用于有约束与无约束最优化的求解。-L- M (Levenberg- Marquardt) is a kind of nonlinear optimization inside one of the most commonly used method, change me
  3. 所属分类:编程文档

    • 发布日期:2024-05-18
    • 文件大小:167936
    • 提供者:徐淼
  1. LMFnlsq2_220413

    0下载:
  2. L-M(Levenberg—Marquardt)是一种非线性最优化里面最常用的方法之一,改方法能快速而准确的逼近收敛值。本文简述了改方法的操作原理和具体运用,如可以方便的用于有约束与无约束最优化的求解。本文件里面有源码和测试码以及对该方法的具体介绍PDF文件。欢迎下载。-L- M (Levenberg- Marquardt) is a kind of nonlinear optimization inside one of the mo
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-18
    • 文件大小:215040
    • 提供者:徐淼
  1. Levenberg-Marquardt-Algorithm

    0下载:
  2. 求解非线性问题的一种算法,综合了梯度法和牛顿法的优点-An algorithm for solving nonlinear problem, taking advantages of gradient method and Newton method
  3. 所属分类:软件工程

    • 发布日期:2024-05-18
    • 文件大小:29696
    • 提供者:王雪
  1. levmar-2.5

    0下载:
  2. levenberg-marquardt算法,采用MATLAB实现-levenberg-marquardt algorithm, using MATLAB implementation
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-18
    • 文件大小:4687872
    • 提供者:caoze
  1. Calibration_modified

    0下载:
  2. 张正友标定法,读取张正友的数据处理。在simon的基础上添加了少量注释,改正了新版本levenberg-marquardt不能运行的问题。-Read Zhang Zhengyou calibration, data processing. Add a small amount of notes on the basis of Simon, a new version of Levenberg-Marquardt cannot run t
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-18
    • 文件大小:633856
    • 提供者:茄子
  1. LM-from-MATLAB

    0下载:
  2. Levenberg-Marquardt(LM)算法matlab-Levenberg-Marquardt(LM) arithmetic matlab
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-18
    • 文件大小:9216
    • 提供者:王晶
  1. Extract_VTO_GAMMA_PHI

    0下载:
  2. Extraction VTO. GAMMA, PHI for EKV MOSFET Model using Levenberg–Marquardt algorithm.
  3. 所属分类:软件工程

    • 发布日期:2024-05-18
    • 文件大小:842752
    • 提供者:SonNguyen
  1. levmar-2.6

    0下载:
  2. levenberg-marquardt算法,有C代码和matlab代码,可参考使用-Levenberg-Marquardt algorithm, C code and matlab code, the use of reference
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-18
    • 文件大小:107520
    • 提供者:chen
  1. hw5_LM_handout2

    0下载:
  2. This a brief tutorial on refining the Camera Calibration parameters using the Levenberg Marquardt (LM) algorithm in C++. For readers who are new to LM and camera calibration, links to useful sites and documents are p
  3. 所属分类:文档资料

    • 发布日期:2024-05-18
    • 文件大小:223232
    • 提供者:minwu222
  1. LevenbergMarquardt

    0下载:
  2. Levenberg-Marquardt algorithm for non-linear fitting, written in Labview language
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-18
    • 文件大小:30720
    • 提供者:Lei Zhang
  1. LM

    0下载:
  2. 用Python语言实现LM(Levenberg-Marquardt)算法。-implementation of LM(Levenberg-Marquardt) algorithm with python.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-18
    • 文件大小:1024
    • 提供者:吴难难
  1. LM

    0下载:
  2. 列文伯格-马夸尔特算法的一个实例程序,通过一组简单的数据实例,运用列文伯格-马夸尔特法迭代逼近最佳解。-an example of using Levenberg-Marquardt algorithm to get the best results
  3. 所属分类:matlab例程

    • 发布日期:2024-05-18
    • 文件大小:1024
    • 提供者:杨凡
  1. minLM

    0下载:
  2. Levenberg-Marquardt算法是最优化算法中的一种。最优化是寻找使得函数值最小的参数向量。-Levenberg- Marquardt algorithm is one of the optimization algorithms.Optimization is to find the minimum value function of the parameter vector.
  3. 所属分类:教育/学校应用

    • 发布日期:2024-05-18
    • 文件大小:1024
    • 提供者:qwer
  1. Least_Squares

    0下载:
  2. 基于FPGA两种基于非线性最小二乘法的电力系统频率跟踪方法,搜索算法和Levenberg-Marquardt算法。- least square method FPGA
  3. 所属分类:VHDL编程

    • 发布日期:2024-05-18
    • 文件大小:1024
    • 提供者:朱怀毅
  1. lm

    0下载:
  2. lm算法的程序。lm算法是使用最广泛的非线性最小二乘算法,中文为列文伯格-马夸尔特法。-lm algorithm procedure. lm algorithm is the most widely used non-linear least squares algorithm, Chinese as Levenberg- Marquardt method.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-18
    • 文件大小:1024
    • 提供者:july
  1. xox_lm

    0下载:
  2. This function simply uses Levenberg–Marquardt algorithm (LMA) to find optimum parameters and optimization.
  3. 所属分类:matlab例程

    • 发布日期:2024-05-18
    • 文件大小:1024
    • 提供者:xox
  1. lm_ts

    0下载:
  2. Levenberg-Marquardt method for training a Takagi-Sugeno fuzzy system
  3. 所属分类:matlab例程

    • 发布日期:2024-05-18
    • 文件大小:2048
    • 提供者:saroj
« 1 2 3 4 5 6 78 »

源码中国 www.ymcn.org