Class NonlinearLeastSquares

java.lang.Object
imagingbook.common.math.nonlinear.NonlinearLeastSquares

public abstract class NonlinearLeastSquares extends Object

This class defines static methods for simplified access to nonlinear least-squares solvers in Apache Commons Math, hiding much of the available configuration options. If other than default settings are needed, the original (Apache Commons Math) API should be used. See the Appendix C of [1] for additional details and examples.

[1] W. Burger, M.J. Burge, Digital Image Processing – An Algorithmic Introduction, 3rd ed, Springer (2022).