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

MsrConvertFunction

Measurement convert function

WARNING: this documentation page is outdated!

SYNOPSIS

#include "dip_measurement.h"

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

FUNCTION

The convert function converts the data measurement of the feature feaureID for the object inID in the measurement in to object outID of measurement out. for each measurement value.

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

dip_MsrRegistry structure MeasurementFeatureRegister, MsrCreateFunction, MsrValueFunction, MsrMeasureFunction, MsrDescriptionFunction

DIPlib on-line documentation | Function reference | Global function index