Read comma-separated values from file (in dipIO)
#include "dipio_csv.h"
dip_Error dipio_ImageReadCSV ( image, filename, separator )
This function reads the comma-separated values from a file and puts it in image. image must be allocated before calling this function.
Data type | Name | Description |
dip_Image | image | Output image |
dip_String | filename | File name |
char | separator | Separator character |
DIPlib on-line documentation | Function reference | Global function index