18 #ifndef itkAdditiveGaussianNoiseImageFilter_h
19 #define itkAdditiveGaussianNoiseImageFilter_h
52 template <
class TInputImage,
class TOutputImage=TInputImage>
86 itkGetConstMacro(Mean,
double);
87 itkSetMacro(Mean,
double);
92 itkGetConstMacro(StandardDeviation,
double);
93 itkSetMacro(StandardDeviation,
double);
96 #ifdef ITK_USE_CONCEPT_CHECKING
100 typename TOutputImage::PixelType>) );
109 void PrintSelf(std::ostream & os,
Indent indent)
const override;
115 double m_Mean{ 0.0 };
116 double m_StandardDeviation{ 1.0 };
121 #ifndef ITK_MANUAL_INSTANTIATION
122 #include "itkAdditiveGaussianNoiseImageFilter.hxx"
typename OutputImageType::Pointer OutputImagePointer
The base class for all process objects (source, filters, mappers) in the Insight data processing pipe...
An Abstract Base class for Noise image filters.
Base class for all process objects that output image data.
TInputImage InputImageType
typename OutputImageType::PixelType OutputImagePixelType
typename InputImageType::PixelType InputImagePixelType
typename InputImageType::Pointer InputImagePointer
typename OutputImageType::RegionType OutputImageRegionType
TOutputImage OutputImageType
typename InputImageType::RegionType InputImageRegionType
Alter an image with additive Gaussian white noise.
Control indentation during Print() invocation.
ImageBaseType::RegionType RegionType
#define itkConceptMacro(name, concept)
typename InputImageType::ConstPointer InputImageConstPointer