public class GlobalCorrelationFitAverageRegularized extends AbstractCorrelationFit
| Constructor and Description |
|---|
GlobalCorrelationFitAverageRegularized(double[] reg,
double lambda) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
add(int z,
int dz,
double value,
double weight) |
protected RandomAccessibleInterval<double[]> |
estimate(int size) |
protected void |
init(int size) |
estimateFromMatrixpublic GlobalCorrelationFitAverageRegularized(double[] reg,
double lambda)
protected void add(int z,
int dz,
double value,
double weight)
add in class AbstractCorrelationFitprotected void init(int size)
init in class AbstractCorrelationFitprotected RandomAccessibleInterval<double[]> estimate(int size)
estimate in class AbstractCorrelationFitCopyright © 2015–2021 Fiji. All rights reserved.