Interface | Description |
---|---|
Measurements | |
UserFunction |
A plugin should implement this interface for minimizing a single-valued function
or fitting a curve with a custom fit function.
|
Class | Description |
---|---|
Calibration |
Calibration objects contain an image's spatial and density calibration data.
|
CurveFitter |
Curve fitting class based on the Simplex method in the Minimizer class
Notes on fitting polynomial functions:
(i) The range of x values should not be too far from 0, especially for higher-order polynomials.
|
Minimizer |
Minimizer based on Nelder-Mead simplex method (also known as polytope method),
including the 'outside contraction' as described in:
J.C.
|
ResultsTable |
This is a table for storing measurement results and strings as columns of values.
|
ResultsTableMacros |
This class implements the Apply Macro command in tables.
|
SplineFitter |
This class fits a spline function to a set of points.
|
Copyright © 1997–2020 NIH. All rights reserved.