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

FeatureDescriptionNew

Allocate a new FeatureDescription

SYNOPSIS

#include "dip_measurement.h"

dip_Error dip_FeatureDescriptionNew ( description, resources )

FUNCTION

This function allocates a new dip_FeatureDescription data structure. A feature description contains the name, a short description of a measurement feature, as well as the labels and units of the data measured by the feature.

ARGUMENTS

Data typeNameDescription
dip_FeatureDescriptiondescriptionFeature description data structure
dip_ResourcesresourcesResources tracking structure. See ResourcesNew

SEE ALSO

MeasurementFeatureDescription, FeatureDescriptionNew, FeatureDescriptionFree, FeatureDescriptionSetName, FeatureDescriptionGetName, FeatureDescriptionSetDescription, FeatureDescriptionGetDescription, FeatureDescriptionSetLabels, FeatureDescriptionGetLabels, FeatureDescriptionSetLabel, FeatureDescriptionSetDimensionLabels, FeatureDescriptionSetUnits, FeatureDescriptionGetUnits, FeatureDescriptionSetUnit