ImageDev

Native Measurements

Measurements natively available in ImageDev.
They can be accessed with the NativeMeasurements object and added to a MeasurementGroup or an AnalysisMsr object. In C# and C++, all measurements inherit from the class Measurement. In python, all measurements follow the protocol described here.

Note: All subsections describe available native measurements using a table. The column indexing describes the indexes used to read a particular measurement; the column Element type gives the data type of the measurement. For instance, for IntensityMinimum, the indexing is [label, channel] and the Element type is Floating point, it implicitly means that one can read the result using the method double value(label, channel)