19 #ifndef itkSpeckleNoiseImageFilter_h
20 #define itkSpeckleNoiseImageFilter_h
53 template <
class TInputImage,
class TOutputImage=TInputImage>
85 itkGetConstMacro(StandardDeviation,
double);
86 itkSetMacro(StandardDeviation,
double);
89 #ifdef ITK_USE_CONCEPT_CHECKING
93 typename TOutputImage::PixelType>) );
102 void PrintSelf(std::ostream & os,
Indent indent)
const ITK_OVERRIDE;
104 void ThreadedGenerateData(
const OutputImageRegionType& outputRegionForThread,
ThreadIdType threadId ) ITK_OVERRIDE;
114 #ifndef ITK_MANUAL_INSTANTIATION
115 #include "itkSpeckleNoiseImageFilter.hxx"
virtual ~SpeckleNoiseImageFilter() override
Superclass::OutputImagePixelType OutputImagePixelType
double m_StandardDeviation
Superclass::OutputImagePointer OutputImagePointer
NoiseBaseImageFilter< TInputImage, TOutputImage > Superclass
An Abstract Base class for Noise image filters.
Base class for all process objects that output image data.
Superclass::OutputImageRegionType OutputImageRegionType
SmartPointer< const Self > ConstPointer
TInputImage InputImageType
Alter an image with speckle (multiplicative) noise.
Superclass::OutputImageType OutputImageType
InputImageType::RegionType InputImageRegionType
SpeckleNoiseImageFilter Self
SmartPointer< Self > Pointer
unsigned int ThreadIdType
InputImageType::Pointer InputImagePointer
Control indentation during Print() invocation.
InputImageType::ConstPointer InputImageConstPointer
#define itkConceptMacro(name, concept)
InputImageType::PixelType InputImagePixelType