Medical Imaging Interaction Toolkit  2024.12.00
Medical Imaging Interaction Toolkit
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
mitkImageStatisticsConstants.h
Go to the documentation of this file.
1 /*============================================================================
2 
3 The Medical Imaging Interaction Toolkit (MITK)
4 
5 Copyright (c) German Cancer Research Center (DKFZ)
6 All rights reserved.
7 
8 Use of this source code is governed by a 3-clause BSD license that can be
9 found in the LICENSE file.
10 
11 ============================================================================*/
12 
13 #ifndef mitkImageStatisticsConstants_h
14 #define mitkImageStatisticsConstants_h
15 
16 #include <string>
17 
19 
20 namespace mitk
21 {
22 
24 
25  {
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();
43 
44  };
45 }
46 
47 #endif
mitk
Find image slices visible on a given plane.
Definition: RenderingTests.dox:1
MITKIMAGESTATISTICS_EXPORT
#define MITKIMAGESTATISTICS_EXPORT
Definition: MitkImageStatisticsExports.h:15
mitk::ImageStatisticsConstants
Definition: mitkImageStatisticsConstants.h:23
MitkImageStatisticsExports.h