Medical Imaging Interaction Toolkit  2025.12.02
Medical Imaging Interaction Toolkit
mitkCESTImageNormalizationFilter.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 #ifndef mitkCESTImageNormalizationFilter_h
13 #define mitkCESTImageNormalizationFilter_h
14 
15 #include <MitkCESTExports.h>
16 
17 // MITK
18 #include "mitkImageToImageFilter.h"
19 
20 namespace mitk
21 {
36  {
37  public:
39  itkFactorylessNewMacro(Self);
40  itkCloneMacro(Self);
41 
42  protected:
55  void GenerateOutputInformation() override;
60  void GenerateData() override;
61 
64  template <typename TPixel, unsigned int VImageDimension>
65  void NormalizeTimeSteps(const itk::Image<TPixel, VImageDimension>* image);
66 
68  std::string m_RealOffsets;
69 
71  std::vector< unsigned int > m_NonM0Indices;
72 
73  };
74 
82 
83 } // END mitk namespace
84 
85 #endif
#define MITKCEST_EXPORT
Normalization filter for CEST images.
~CESTImageNormalizationFilter() override
standard destructor
CESTImageNormalizationFilter()
standard constructor
void NormalizeTimeSteps(const itk::Image< TPixel, VImageDimension > *image)
void GenerateData() override
Method generating the output of this filter. Called in the updated process of the pipeline....
std::vector< unsigned int > m_NonM0Indices
non M0 indices
mitkClassMacro(CESTImageNormalizationFilter, ImageToImageFilter)
void GenerateOutputInformation() override
Method generating the output information of this filter (e.g. image dimension, image type,...
Superclass of all classes generating Images (instances of class Image) as output.
Superclass of all classes having one or more Images as input and generating Images as output.
Image class for storing images.
Definition: mitkImage.h:70
Find image slices visible on a given plane.
MITKCEST_EXPORT bool IsNotNormalizedCESTImage(const Image *cestImage)