13 #ifndef _MITK_IMAGE_STATISTICS_CONSTANTS_H_ 14 #define _MITK_IMAGE_STATISTICS_CONSTANTS_H_ 26 static const std::string MEAN();
27 static const std::string MEDIAN();
28 static const std::string STANDARDDEVIATION();
29 static const std::string VARIANCE();
30 static const std::string RMS();
31 static const std::string MAXIMUM();
32 static const std::string MAXIMUMPOSITION();
33 static const std::string MINIMUM();
34 static const std::string MINIMUMPOSITION();
35 static const std::string NUMBEROFVOXELS();
36 static const std::string VOLUME();
37 static const std::string SKEWNESS();
38 static const std::string KURTOSIS();
39 static const std::string UNIFORMITY();
40 static const std::string ENTROPY();
41 static const std::string MPP();
42 static const std::string UPP();
DataCollection - Class to facilitate loading/accessing structured data.
#define MITKIMAGESTATISTICS_EXPORT