ImageDev

CustomMeasurement

This class allows the creation of a new label analysis measurement, based on a user-defined formula.

A custom measurement is defined by a string formula that can invoke other measurements. It can be used by most of the individual analysis algorithms. It must have a unique name.

The formula defining a custom measurement must be written in accordance with the custom formula syntax. The validity of the formula can be verified with the checkMeasurementFormula method.

Notes
See also See related example