DIPlib Documentation - ©1995-2017 Quantitative Imaging Group, Delft University of Technology.

MeasurementFeatureSize

Feature data convenience function

SYNOPSIS

#include "dip_measurement.h"

dip_Error dip_MeasurementFeatureSize ( measurement, featureID, size )

FUNCTION

This function is a convenience function on top of MeasurementObjectValue, providing an easy access to the number of the measurement values of the featureID measurement function.

ARGUMENTS

Data typeNameDescription
dip_MeasurementmeasurementMeasurement data structure
dip_intfeatureIDID of the measurement feature
dip_int *sizeNumber of measurement values

SEE ALSO

MeasurementObjectValue, MeasurementNew