]> Creatis software - STMS.git/blobdiff - Lib/PrePostProcessing/itkSTMS_TemporalSetToImageSequence.h
modification image et csv
[STMS.git] / Lib / PrePostProcessing / itkSTMS_TemporalSetToImageSequence.h
index dd93ea4982317da4c3600aa6cda0acd443f4e26a..996d65b8ce5e1e2546f573ac6d00c563fc5cd73d 100755 (executable)
@@ -62,6 +62,7 @@
 
 #include <string>
 #include <vector>
+#include <algorithm>
 #include <math.h>
 
 #include "itkImage.h"
@@ -121,6 +122,10 @@ namespace itkSTMS
 
         void GenerateImageSequence();
 
+        //! To generate CSV File from all classes. The file contains the class ID, the number of pixels of this class and then all filtered values along time.
+        //! You can pass a delimiter (ie a record separator) to this function.
+        void GenerateCSVFile(const std::string &delimiter = std::string(", "));
+
     private:
         // Attributes
         itkSTMS::ParserOutputType*         expDescription;