Get information about image in comma-separated values file (in dipIO)
#include "dipio_csv.h"
dip_Error dipio_ImageReadCSVInfo ( imInfo, filename )
Opens a comma-separated values (CSV) file and fills a dipio_ImageFileInformation structure with the information from that file. imInfo must be allocated before calling this function.
Data type | Name | Description |
dipio_ImageFileInformation | imInfo | Output image file information. See ImageFileInformationNew |
dip_String | filename | File name |
ImageFileGetInfo, ImageReadCSV, ImageWriteCSV, ImageFileInformationNew