18 #ifndef itkNoiseImageFilter_h
19 #define itkNoiseImageFilter_h
50 template<
typename TInputImage,
typename TOutputImage >
57 TInputImage::ImageDimension);
59 TOutputImage::ImageDimension);
88 #ifdef ITK_USE_CONCEPT_CHECKING
118 #ifndef ITK_MANUAL_INSTANTIATION
119 #include "itkNoiseImageFilter.hxx"
virtual ~NoiseImageFilter()
InputImageType::SizeType InputSizeType
void operator=(const Self &)
TOutputImage OutputImageType
InputImageType::RegionType InputImageRegionType
Base class for all process objects that output image data.
OutputImageType::RegionType OutputImageRegionType
InputImageType::PixelType InputPixelType
SmartPointer< Self > Pointer
BoxImageFilter< InputImageType, OutputImageType > Superclass
A base class for all the filters working on a box neighborhood.
NumericTraits< InputPixelType >::RealType InputRealType
OutputImageType::PixelType OutputPixelType
unsigned int ThreadIdType
SmartPointer< const Self > ConstPointer
void ThreadedGenerateData(const OutputImageRegionType &outputRegionForThread, ThreadIdType threadId) override
static const unsigned int OutputImageDimension
Define additional traits for native types such as int or float.
TInputImage InputImageType
Calculate the local noise in an image.
#define itkConceptMacro(name, concept)
static const unsigned int InputImageDimension