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 | Method and Description |
---|---|
static <T extends RealType<T>> |
LocalizationUtils.gatherObservationData(RandomAccessibleInterval<T> image,
Localizable point,
long[] span)
Collects the points to build the observation array, by iterating in a
hypercube around the given location.
|
Modifier and Type | Method and Description |
---|---|
double[] |
StartPointEstimator.initializeFit(Localizable point,
Observation data)
Returns a new double array containing an starting point estimate for a
specific curve fitting problem.
|
double[] |
MLGaussianEstimator.initializeFit(Localizable point,
Observation data) |
double[] |
MLEllipticGaussianEstimator.initializeFit(Localizable point,
Observation data) |
Copyright © 2015–2022 ImgLib2. All rights reserved.