Package | Description |
---|---|
net.imglib2.algorithm.localization |
An imglib2 package dedicated to various techniques enabling the precise
localization of objects in image, possible with sub-pixel accuracy.
|
Modifier and Type | Class and Description |
---|---|
class |
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. |
class |
MLGaussianEstimator
An fit initializer suitable for the fitting of gaussian peaks (
Gaussian , on n-dimensional image data. |
Constructor and Description |
---|
PeakFitter(RandomAccessibleInterval<T> image,
Collection<Localizable> peaks,
FunctionFitter fitter,
FitFunction peakFunction,
StartPointEstimator estimator) |
Copyright © 2015–2022 ImgLib2. All rights reserved.