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

MeasurementFeatureRegistryFeatureDescription

Get the feature description of a registered measurement feature

WARNING: this documentation page is outdated!

SYNOPSIS

#include "dip_measurement.h"

dip_Error dip_MeasurementFeatureRegistryFeatureDescription ( featureID, description, resources )

FUNCTION

This function obtains the feature description information of the measurement feature specified by featureID.

ARGUMENTS

Data typeNameDescription
dip_intfeatureIDMeasurement feature ID
dip_FeatureDescription *descriptionpointer to a dip_FeatureDescription structure containing descriptive information of the measurement feature. This data can be accessed with MsrDescriptionFunction
dip_ResourcesresourcesResources tracking structure. See ResourcesNew

SEE ALSO

MeasurementFeatureRegister, MeasurementFeatureRegistryList, MeasurementFeatureRegistryGet

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