19 #ifndef itkSpeckleNoiseImageFilter_h
20 #define itkSpeckleNoiseImageFilter_h
53 template <
class TInputImage,
class TOutputImage=TInputImage>
87 itkGetConstMacro(StandardDeviation,
double);
88 itkSetMacro(StandardDeviation,
double);
91 #ifdef ITK_USE_CONCEPT_CHECKING
95 typename TOutputImage::PixelType>) );
104 void PrintSelf(std::ostream & os,
Indent indent)
const override;
109 double m_StandardDeviation{ 1.0 };
114 #ifndef ITK_MANUAL_INSTANTIATION
115 #include "itkSpeckleNoiseImageFilter.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
Alter an image with speckle (multiplicative) noise.
typename OutputImageType::PixelType OutputImagePixelType
typename InputImageType::PixelType InputImagePixelType
typename InputImageType::Pointer InputImagePointer
typename OutputImageType::RegionType OutputImageRegionType
TOutputImage OutputImageType
typename InputImageType::RegionType InputImageRegionType
Control indentation during Print() invocation.
ImageBaseType::RegionType RegionType
#define itkConceptMacro(name, concept)
typename InputImageType::ConstPointer InputImageConstPointer