use of gdsc.smlm.function.gaussian.SingleNBFixedGaussian2DFunction in project GDSC-SMLM by aherbert.
the class SingleNBFixedGaussian2DFunctionTest method init.
protected void init() {
flags = GaussianFunctionFactory.FIT_SIMPLE_NB_FIXED;
f1 = new SingleNBFixedGaussian2DFunction(maxx, maxx);
}
Aggregations