[Insight-developers] csv file reader
brian avants
stnava at gmail.com
Tue Oct 19 15:36:22 EDT 2010
Hi Everyone
I'd like the ability to read generic csv files into some standard itk format.
Has anyone already implemented or heard of a csv file reader for itk?
Saw this for paraview :
http://www.itk.org/Wiki/Data_formats#CSV_.28Comma_Separated_Variable.29_files
but not much in the itk world.
My first thoughts are to have the reader output a list of vectors where each
vector has a string name (from the header of the csv file) and each vector
is of either type string or double.
Any feedback welcome.
Brian
More information about the Insight-developers
mailing list