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

MeasurementObjects

Get an object ID array

SYNOPSIS

#include "dip_measurement.h"

dip_Error dip_MeasurementObjects ( measurement, featureID, objectID, resources )

FUNCTION

This function obtains an array of object IDs belonging to the featureID measurement function in the measurement structure. See MeasurementForge for a (brief) explination of the measurement data structure.

ARGUMENTS

Data typeNameDescription
dip_MeasurementmeasurementMeasurement data structure
dip_intfeatureIDMeasurement function ID
dip_IntegerArray *objectIDPointer to an object ID array
dip_ResourcesresourcesResources tracking structure. See ResourcesNew

SEE ALSO

Measure, MeasurementNew, MeasurementNumberOfObjects, MeasurementObjectValid, MeasurementObjectData, MeasurementObjectValue