12 #ifndef mitkCESTImageNormalizationFilter_h
13 #define mitkCESTImageNormalizationFilter_h
39 itkFactorylessNewMacro(
Self);
64 template <
typename TPixel,
unsigned int VImageDimension>
Normalization filter for CEST images.
~CESTImageNormalizationFilter() override
standard destructor
CESTImageNormalizationFilter()
standard constructor
std::string m_RealOffsets
Offsets without M0s.
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.
Find image slices visible on a given plane.
MITKCEST_EXPORT bool IsNotNormalizedCESTImage(const Image *cestImage)