搜索资源列表
Levenberg-Marquardt
- Levenberg-Marquardt优化单应性矩阵,也可经过修改用于相机标定参数的优化
levmar
- Levenberg-Marquardt的c++优化代码。该代码适用各种非线性最小二乘问题
homography
- 这是一个印度人编的程序,用于两图像单应矩阵和变换结果的求取-This function estimates 2D-2D plane projective homography between two perspective images using Direct Linear Transformation, RANSAC and Levenberg Marquardt optimisation.
ImageReconstruction
- 非常不错的有关Levenberg-Marquardt algorithms图像识别程序,欢迎下载!-very good program about Levenberg-Marquardt algorithms.
LevenbergMarquardtalgorithmMATlABcodewithtrustregi
- 这是一个实现Levenberg-Marquardt算法的MATlAB代码,总共4个文件f.m产生目标评价函数,l_m_trust.m是进行L_M算法迭代处理,trtestlm.m是采用置信域方法决定更新参数和置信系数,而测试函数入口时test_lm.m,每个函数里面有详细的中文注释,希望能给你的工作带来帮助!-This is an implementation of Levenberg-Marquardt algorithm MATlAB code, generated a total of f
lmm
- 通用的LM算法,全局收敛的Levenberg-Marquardt-common used Levenberg-Marquardt
fitzgibbon01c
- 医学图像配准,医学图像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). The surprising conclusion of
Calibration_modified
- 张正友标定法,读取张正友的数据处理。在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 to correct the problem.
lm
- lm算法的程序。lm算法是使用最广泛的非线性最小二乘算法,中文为列文伯格-马夸尔特法。-lm algorithm procedure. lm algorithm is the most widely used non-linear least squares algorithm, Chinese as Levenberg- Marquardt method.