See: Description
Interface | Description |
---|---|
FitFunction |
Interface for fitting-target functions.
|
FunctionFitter | |
StartPointEstimator |
Interface for classes that are able to provide a start point for the parameters
of a curve fitting problem on image data.
|
Class | Description |
---|---|
DummySolver |
A dummy
FunctionFitter that simply skips the fitting process and leaves
the starting estimate untouched. |
EllipticGaussianOrtho |
A n-dimensional Gaussian peak function, representing an elliptical Gaussian,
with axis constrained to be aligned with the main axis.
|
Gaussian |
A n-dimensional, symmetric Gaussian peak function.
|
LevenbergMarquardtSolver |
A plain implementation of Levenberg-Marquardt least-square curve fitting algorithm.
|
LocalizationUtils |
A collection of utility methods for localization algorithms.
|
MLEllipticGaussianEstimator |
An fit initializer suitable for the fitting of elliptic orthogonal gaussians
(
EllipticGaussianOrtho , ellipse axes must be parallel to image axes)
functions on n-dimensional image data. |
MLGaussianEstimator |
An fit initializer suitable for the fitting of gaussian peaks (
Gaussian , on n-dimensional image data. |
Observation |
A general-use class that can store the observations as a double array, and their
coordinates as a 2D double array.
|
PeakFitter<T extends RealType<T>> |
Copyright © 2015–2022 ImgLib2. All rights reserved.