Search Java Classes and Packages
Search Java Frameworks and Libraries
#Ij.measure Classes and Interfaces - 7 results found.
| Name | Description | Type | Package | Framework |
| Calibration | Calibration objects contain an image's spatial and density calibration data. | Class | ij.measure | ImageJ |
|
| CurveFitter | Curve fitting class based on the Simplex method in the Minimizer class Notes on fitting polynomial functions: | Class | ij.measure | ImageJ |
|
| Measurements | | Interface | ij.measure | ImageJ |
|
| Minimizer | Minimizer based on Nelder-Mead simplex method (also known as polytope method), including the 'outside contraction' as described in: | Class | ij.measure | ImageJ |
|
| ResultsTable | This is a table for storing measurement results and strings as columns of values. | Class | ij.measure | ImageJ |
|
| SplineFitter | This class fits a spline function to a set of points. | Class | ij.measure | ImageJ |
|
| UserFunction | A plugin should implement this interface for minimizing a single-valued function or fitting a curve with a custom fit function. | Interface | ij.measure | ImageJ |