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

MeasurementWriteCSV

Write measurement results to a CSV file

SYNOPSIS

#include "dipio_measurement.h"

dip_Error dipio_MeasurementWriteCSV (measurement, filename, separator, labels)

FUNCTION

This function writes the measurement results to a comma separated values (CSV) file, overwriting any other file with the same name.

This function calls MeasurementWriteText with the proper settings.

ARGUMENTS

Data typeNameDescription
dip_MeasurementmeasurementMeasurement data structure
dip_StringfilenameFile name to write to
char *separatorCharacters to separate values
dip_BooleanlabelsDIP_TRUE to write labels to file

SEE ALSO

Measure, MeasurementWrite, MeasurementWriteText