public class MLGaussian3DFixedRadiusEstimator extends Object implements StartPointEstimator
Gaussian3D.| Constructor and Description |
|---|
MLGaussian3DFixedRadiusEstimator(double[] typicalSigmas)
Instantiates a new elliptic gaussian estimator.
|
| Modifier and Type | Method and Description |
|---|---|
long[] |
getDomainSpan() |
double[] |
initializeFit(Localizable point,
Observation data) |
String |
toString() |
public MLGaussian3DFixedRadiusEstimator(double[] typicalSigmas)
typicalSigmas - the typical sigmas of the peak to estimate (one element per
dimension).public long[] getDomainSpan()
getDomainSpan in interface StartPointEstimatorpublic double[] initializeFit(Localizable point, Observation data)
initializeFit in interface StartPointEstimatorCopyright © 2015–2021 Fiji. All rights reserved.