Module ij

Package ij.measure


package ij.measure
  • Class
    Description
    Calibration objects contain an image's spatial and density calibration data.
    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 based on Nelder-Mead simplex method (also known as polytope method), including the 'outside contraction' as described in: J.C.
    This is a table for storing measurement results and strings as columns of values.
    This class implements the Apply Macro command in tables.
    This class fits a spline function to a set of points.
    A plugin should implement this interface for minimizing a single-valued function or fitting a curve with a custom fit function.