搜索资源列表
lm-matlab.rar
- 基本矩阵 L-M算法 对极几何 非线性迭代 用L-M算法求解高精度的基本矩阵,Fundamental Matrix LM algorithm epipolar geometry nonlinear iteration LM algorithm using high-precision fundamental matrix
levmar2.4.rar
- 著名的LM算法,用来去除错误角点和用来计算图像拼接时候的稳定的变化矩阵。由Manolis I. A. Lourakis编写。C和C++版本,里面也有matlab版本。这个版本是最新的。另外还有一篇介绍LM原理的文章,适合初学者。,Well-known LM algorithm is used to remove the error used to calculate the corner point and the image mosaic when the changes in the sta
The_Levenberg-Marquardt_Algorithm
- LM算法 老外写的The Levenberg-Marquardt (LM) algorithm is the most widely used optimization algorithm. It outperforms simple gradient descent and other conjugate gradient methods in a wide variety of problems. This document aims to provide an intuitiv
LM
- 采用贝叶斯正则化算法提高bp网络的性能,即L-M优化算法-The use of Bayesian regularization algorithm to improve network performance bp, that is, LM optimization algorithm
LM
- LM算法的简要描述。LM算法是一种定位多变量函数最小值的迭代技术,是解决非线性最小二乘问题的基本技术之一。-The Levenberg-Marquardt(LM)algorithm is an iterative technique that locates the minimum of a multivariate function that is expressed as the sum of squares of non-linear real-valued functions[4
Levenberg-Marquardt_Method
- LM算法的c语言实现 拟合的函数为gauss函数-Levenberg-Marquardt Method
homest-1.3
- 求单应矩阵的算法。应用LM算法。输入2幅图片上的4对对应点,应用该算法可以找到单应矩阵。-http://www.ics.forth.gr/~lourakis/homest/ C/C++ Library for Robust, Non-linear Homography Estimation
lm_2dcircle
- 使用lm算法对二维圆数据进行拟和,其中test_circle用于生成测试数据 fit2dcircle用于拟和 document.doc对算法原理进行详细说明 程序使用bcc5.60编译通过- Uses the lm algorithm to carry on for the two-dimensional round data draws up with, test_circle uses in to produce test data fit2dcircle to use in to dr
lm
- 开发的lm算法,很有用的一种优化算法. 对非线性优化有很大用处-Lm developed algorithm, a useful optimization algorithm. Of nonlinear optimization have great usefulness
BP-LM
- BP 算法的神经网络,采用VC编制,具有较好的鲁棒性和快速收敛特性。-BP algorithm of neural networks, the use of VC establishment, has good robustness and fast convergence properties.
BP-LM
- 一种利用神经网络计算L-M算法的程序。里面还有其他的算法可以参考-A neural network algorithm for calculating the LM procedure. There are other algorithms which can refer to
LM
- Levenberg-Marqardt最优迭代算法-Levenberg-Marqardt optimal iterative algorithm
LM
- levenberg-marquardt算法用于模糊系统训练-levenberg-marquardt algorithm for fuzzy system training
LM-algorithm
- 用LM算法解超定方程,未用到库,都是自己写的函数,有例子-With the LM algorithm for solving overdetermined equation, unused libraries, are writing their own functions, there are examples
LM-NLLS
- 基于OpenCV的高效的LM 算法实现,用于求解非线性最小二乘问题的-The efficient LM-algorithm based on OpenCV
LM算法
- 一个简单的LM算法程序,可以帮助你理解LM算法,还包括LM的解释(The neural network control method is used to control the unit step input of the controlled object)
pseudolite_lm
- LM算法的C语言实现,应用于伪卫星定位。(Code for LM algorithm, used in PS system. By Sujx.)
LM算法在二阶过阻尼系统参数估计中的应用_李敏花
- LM算法在二阶过阻尼系统参数估计中的应用(Application of LM algorithm in parameter estimation of two order over damping system)
LM
- LM算法实例,总结前人的做的一些改进,供初级的学习,大家一起找毛病(LMLM algorithm example, summarize the predecessors to do some improvement, for the primary learning, we find fault together)
LM算法
- 针对两段不同音频文件进行实验对比。采用LM算法。可以直接运行,效果非常理想。