public class MLGaussian2DFixedRadiusEstimator extends Object implements StartPointEstimator
Gaussian3D.| Constructor and Description |
|---|
MLGaussian2DFixedRadiusEstimator(double typicalSigma)
Instantiates a new elliptic gaussian estimator.
|
| Modifier and Type | Method and Description |
|---|---|
long[] |
getDomainSpan() |
double[] |
initializeFit(Localizable point,
Observation data) |
String |
toString() |
public MLGaussian2DFixedRadiusEstimator(double typicalSigma)
typicalSigma - 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.