|
ITK
6.0.0
Insight Toolkit
|
Go to the documentation of this file.
18 #ifndef itkShotNoiseImageFilter_h
19 #define itkShotNoiseImageFilter_h
93 template <
class TInputImage,
class TOutputImage = TInputImage>
113 using typename Superclass::OutputImageType;
114 using typename Superclass::OutputImagePointer;
115 using typename Superclass::OutputImageRegionType;
116 using typename Superclass::OutputImagePixelType;
129 itkGetConstMacro(Scale,
double);
130 itkSetMacro(Scale,
double);
133 #ifdef ITK_USE_CONCEPT_CHECKING
146 PrintSelf(std::ostream & os,
Indent indent)
const override;
153 double m_Scale{ 1.0 };
157 #ifndef ITK_MANUAL_INSTANTIATION
158 # include "itkShotNoiseImageFilter.hxx"
Alter an image with shot noise.
SmartPointer< Self > Pointer
SmartPointer< const Self > ConstPointer
Control indentation during Print() invocation.
typename InputImageType::PixelType InputImagePixelType
unsigned int ThreadIdType
Base class for all process objects that output image data.
typename InputImageType::Pointer InputImagePointer
ImageBaseType::RegionType RegionType
TInputImage InputImageType
typename OutputImageType::RegionType OutputImageRegionType
#define itkConceptMacro(name, concept)
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....
The base class for all process objects (source, filters, mappers) in the Insight data processing pipe...
An Abstract Base class for Noise image filters.
typename InputImageType::RegionType InputImageRegionType
typename InputImageType::ConstPointer InputImageConstPointer