Medical Imaging Interaction Toolkit  2023.12.99-1652ac8d
Medical Imaging Interaction Toolkit
mitkGIFGreyLevelSizeZone.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 mitkGIFGreyLevelSizeZone_h
14 #define mitkGIFGreyLevelSizeZone_h
15 
17 #include <mitkBaseData.h>
18 #include <MitkCLUtilitiesExports.h>
19 
20 #include <Eigen/src/Core/Array.h>
21 
22 namespace mitk
23 {
25  {
94  public:
96  itkFactorylessNewMacro(Self);
97  itkCloneMacro(Self);
98 
100 
101  FeatureListType CalculateFeatures(const Image* image, const Image* mask, const Image* maskNoNAN) override;
102  using Superclass::CalculateFeatures;
103 
104  void AddArguments(mitkCommandLineParser& parser) const override;
105 
106  protected:
107 
108  FeatureListType DoCalculateFeatures(const Image* image, const Image* mask) override;
109  };
110 
111 }
112 #endif
mitkAbstractGlobalImageFeature.h
MITKCLUTILITIES_EXPORT
#define MITKCLUTILITIES_EXPORT
Definition: MitkCLUtilitiesExports.h:15
mitk::GIFGreyLevelSizeZone
Definition: mitkGIFGreyLevelSizeZone.h:24
mitk::Image
Image class for storing images.
Definition: mitkImage.h:69
mitk
Find image slices visible on a given plane.
Definition: RenderingTests.dox:1
mitk::AbstractGlobalImageFeature
Definition: mitkAbstractGlobalImageFeature.h:151
mitk::BaseData
Base of all data objects.
Definition: mitkBaseData.h:42
mitkCommandLineParser
Definition: mitkCommandLineParser.h:50
mitkBaseData.h
mitkClassMacro
#define mitkClassMacro(className, SuperClassName)
Definition: mitkCommon.h:36
mitk::AbstractGlobalImageFeature::FeatureListType
std::vector< std::pair< FeatureID, double > > FeatureListType
Definition: mitkAbstractGlobalImageFeature.h:156
MitkCLUtilitiesExports.h