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

FeatureConvertFunction

Measurement feature #convert function

SYNOPSIS

#include "dip_measurement.h"

dip_Error (*dip_FeatureConvertFunction) ( in, featureID, inID, out, outID, resources )

FUNCTION

The convert function should convert the measurement data of the feature feaureID for the object inID in the measurement in to object outID of measurement out. This function is called by MeasurementFeatureConvert.

ARGUMENTS

Data typeNameDescription
dip_MeasurementinInput measurement data structure
dip_intfeatureIDMeasurement function ID
dip_intinIDID of the object in in
dip_MeasurementoutOutput measurement data structure
dip_intoutIDID of the object in out
dip_ResourcesresourcesResources tracking structure. See ResourcesNew

SEE ALSO

MeasurementFeatureRegister, MeasurementFeatureConvert