Class NonlinearOptimizerAnalytic

java.lang.Object
imagingbook.calibration.zhang.NonlinearOptimizer
imagingbook.calibration.zhang.NonlinearOptimizerAnalytic

Nonlinear optimizer based on the Levenberg-Marquart method, where the Jacobian matrix is calculated analytically, with the first partial derivatives derived from the calibration model. As an alternative see NonlinearOptimizerNumeric which uses numeric differentiation.