搜索资源列表
levmar
- Levenberg-Marquardt的c++优化代码。该代码适用各种非线性最小二乘问题
minq5
- 一种优化方法,适用于非线性最小二乘,该算法可用于相机定标参数的优化
LevMarqF
- 一种优化方法,适用于非线性最小二乘,该算法可用于相机定标参数的优化
image-restoration
- 图像复原,包括逆滤波、最小二乘复原、非线性复原和其他复原技术-Image restoration, including inverse filtering, least squares recovery, nonlinear recovery and restoration techniques
LMFsolve
- lm算法,非线性最小二乘算法,进行参数估计及非线性方程计算-The LM algorithm, the nonlinear least squares algorithm, used for parameter estimation, and nonlinear equations
zuixiaoercheng
- 非线性最小二乘优化问题 图像处理方面 源码 请多指教-Nonlinear least squares optimization of image processing source code please enlighten
lm
- lm算法的程序。lm算法是使用最广泛的非线性最小二乘算法,中文为列文伯格-马夸尔特法。-lm algorithm procedure. lm algorithm is the most widely used non-linear least squares algorithm, Chinese as Levenberg- Marquardt method.
拟合
- 多个函数的曲线拟合,里面统计有最小二乘、非线性回归(Curve fitting for multiple functions)