Uses of Class
imagingbook.calibration.zhang.NonlinearOptimizer
Packages that use NonlinearOptimizer
-
Uses of NonlinearOptimizer in imagingbook.calibration.zhang
Subclasses of NonlinearOptimizer in imagingbook.calibration.zhangModifier and TypeClassDescriptionclassNonlinear optimizer based on the Levenberg-Marquart method, where the Jacobian matrix is calculated analytically, with the first partial derivatives derived from the calibration model.classNonlinear optimizer based on the Levenberg-Marquart method, where the Jacobian matrix is calculated numerically (i.e., by estimating the first partial derivatives from finite differences).