| Package | Description | 
|---|---|
| loci.slim | |
| loci.slim.fit | 
| Modifier and Type | Method and Description | 
|---|---|
ICurveFitter[] | 
TwoDPane.getCurveFitters()
Gets the curve fitter for each spectral channel
 at the current ROI coordinates. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
CurveFitter
Base class for curve fitting algorithms. 
 | 
class  | 
GACurveFitter
Genetic algorithm for exponential curve fitting. 
 | 
class  | 
LMCurveFitter
Levenberg-Marquardt curve fitter that uses L-M Fit package. 
 | 
| Modifier and Type | Field and Description | 
|---|---|
protected ICurveFitter[][] | 
BurnInRenderer.currentCurves  | 
protected ICurveFitter[][][] | 
CurveCollection.curves
Curve fit data, dimensioned [maxDepth][numRows][numCols]. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
ICurveFitter[][] | 
CurveCollection.getCurves()
Gets the collection of curves at full resolution. 
 | 
ICurveFitter[][] | 
CurveCollection.getCurves(int depth)
Gets the collection of curves subsampled at the given depth. 
 | 
static ICurveFitter[][] | 
CurveCollection.makeCurveFitters(int[][][] data,
                Class curveFitterClass,
                int binRadius,
                int firstIndex,
                int lastIndex)
Creates a list of curve fitters using the given data as a source. 
 | 
static ICurveFitter | 
CurveCollection.newCurveFitter(Class c)  | 
| Constructor and Description | 
|---|
CurveCollection(ICurveFitter[][] curveFitters)
Creates an object to manage the given collection of curves. 
 | 
Copyright © 2015–2022 SciJava. All rights reserved.