|
ITK
5.2.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>
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.
typename OutputImageType::Pointer OutputImagePointer
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...
typename OutputImageType::PixelType OutputImagePixelType
An Abstract Base class for Noise image filters.
typename InputImageType::RegionType InputImageRegionType
typename InputImageType::ConstPointer InputImageConstPointer
TOutputImage OutputImageType