13 #ifndef MRNORMLINEARSTATISTICBASEDFILTER_H 14 #define MRNORMLINEARSTATISTICBASEDFILTER_H 32 itkFactorylessNewMacro(
Self);
49 itkGetConstMacro(IgnoreOutlier,
bool);
50 itkSetMacro(IgnoreOutlier,
bool);
52 itkGetConstMacro(TargetValue,
double);
53 itkSetMacro(TargetValue,
double);
55 itkGetConstMacro(TargetWidth,
double);
56 itkSetMacro(TargetWidth,
double);
63 void GenerateInputRequestedRegion()
override;
65 void GenerateOutputInformation()
override;
67 void GenerateData()
override;
69 template <
typename TPixel,
unsigned int VImageDimension >
70 void InternalComputeMask(itk::Image<TPixel, VImageDimension>* itkImage);
Superclass of all classes generating some kind of mitk::BaseData.
DataCollection - Class to facilitate loading/accessing structured data.
#define mitkClassMacro(className, SuperClassName)
Image class for storing images.
Superclass of all classes having one or more Images as input and generating Images as output...
#define MITKCLMRUTILITIES_EXPORT
NormalizationBase m_CenterMode